Files
shopify-template/app/page.tsx
T
2026-08-08 14:21:24 -04:00

11 lines
256 B
TypeScript

import Products from '@/components/shopify/products';
export default function Page() {
return (
<Products
title="Shopify Hydrogen Storefront"
subtitle="An agent-friendly Shopify storefront built with Next.js and Hydrogen."
/>
);
}