Sanity Web Remote
Update the content of annadomarketing.com, all website visitors will see the results immediately.
- Get Started by picking a color for the Hero component.
- Now pick a Hero image
- As well as the first word of the typewriter effect.
- This page simply executes the following code using @sanity/client
client.patch("%item_id").set({ "pageBuilder[0].bgColor": color, /* and two more fields*/}).commit();