mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
updating app page metadata
This commit is contained in:
parent
9c9a5c035b
commit
5e81519f98
13
app/page.tsx
13
app/page.tsx
@ -5,7 +5,7 @@ import { Suspense } from 'react';
|
||||
export const runtime = 'edge';
|
||||
|
||||
export const metadata = {
|
||||
description: 'scape²: art for the wall & wardrobe.',
|
||||
description: 'scape²: consciously created, art to wear, altering angles, by independent artist Sammii.',
|
||||
openGraph: {
|
||||
type: 'website'
|
||||
},
|
||||
@ -15,9 +15,13 @@ export default async function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<Suspense>
|
||||
|
||||
<div className='container grid justify-around my-4 grid-cols-1 items-center justify-items-center'>
|
||||
<Carousel />
|
||||
<div className='container grid justify-around my-4 grid-cols-1 md:grid-cols-2 items-center justify-items-center'>
|
||||
<Link className='h-full w-full md:w-10/12 flex items-center justify-center justify-items-center' href="/wall">
|
||||
<Carousel collection='flower' />
|
||||
<Carousel collection='foliage' />
|
||||
<Carousel collection='nature' />
|
||||
{/* <Link className='h-full w-full md:w-10/12 flex items-center justify-center justify-items-center' href="/wall">
|
||||
<Button className='py-3 w-full m-3 bg-transparent' variant={'dark'}>
|
||||
<h2 className='absolute z-50 text-3xl text-white'>Art for the Wall</h2>
|
||||
<GridTileImage width={500} height={500} src="/_next/image?url=https%3A%2F%2Fcdn.shopify.com%2Fs%2Ffiles%2F1%2F0587%2F3251%2F1370%2Fproducts%2F2f6e3c70-ed36-4034-b670-7eda7d47afe1.jpg%3Fv%3D1700689495&w=1080&q=75" alt='Art for the Wall' />
|
||||
@ -28,7 +32,8 @@ export default async function HomePage() {
|
||||
<h2 className='absolute z-50 text-3xl text-white'>Art for the Wardrobe</h2>
|
||||
<GridTileImage width={500} height={500} src="/_next/image?url=https%3A%2F%2Fcdn.shopify.com%2Fs%2Ffiles%2F1%2F0587%2F3251%2F1370%2Ffiles%2F2BCB00FC-35D9-4181-8F11-D6F4569D6446.jpg%3Fv%3D1700746166&w=1080&q=75" alt='Art for the Wardrobe' />
|
||||
</Button>
|
||||
</Link>
|
||||
</Link> */}
|
||||
|
||||
</div>
|
||||
<Suspense>
|
||||
<Footer />
|
||||
|
Loading…
x
Reference in New Issue
Block a user