Template
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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."
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user