Files
2026-08-09 16:00:10 -04:00

42 lines
798 B
JSON

{
"root": {
"props": {
"title": "Shop",
"description": "An agent-friendly Shopify storefront built with Next.js and Hydrogen.",
"ogImage": ""
}
},
"content": [
{
"type": "header",
"props": {
"id": "header"
},
"synced": true
},
{
"type": "products",
"props": {
"id": "home-products",
"title": "Shopify Hydrogen Storefront",
"subtitle": "An agent-friendly Shopify storefront built with Next.js and Hydrogen.",
"collection": null,
"limit": 12
}
},
{
"type": "footer",
"props": {
"id": "footer"
},
"synced": true
},
{
"type": "store-assistant",
"props": {
"id": "store-assistant"
}
}
]
}