mirror of
https://github.com/vercel/commerce.git
synced 2025-07-31 05:51:23 +00:00
test
This commit is contained in:
20
app/page.tsx
20
app/page.tsx
@@ -1,21 +1,21 @@
|
||||
import { Carousel } from 'components/carousel';
|
||||
import { ThreeItemGrid } from 'components/grid/three-items';
|
||||
import Footer from 'components/layout/footer';
|
||||
import { Carousel } from 'components/carousel'
|
||||
import { ThreeItemGrid } from 'components/grid/three-items'
|
||||
import Footer from 'components/layout/footer'
|
||||
|
||||
export const metadata = {
|
||||
description:
|
||||
'High-performance ecommerce store built with Next.js, Vercel, and Shopify.',
|
||||
openGraph: {
|
||||
type: 'website'
|
||||
}
|
||||
};
|
||||
type: 'website',
|
||||
},
|
||||
}
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<ThreeItemGrid />
|
||||
<Carousel />
|
||||
<Footer />
|
||||
{/* <ThreeItemGrid /> */}
|
||||
{/* <Carousel /> */}
|
||||
{/* <Footer /> */}
|
||||
</>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user