Skip to content

Commit

Permalink
updating app page metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammii-HK committed Apr 24, 2024
1 parent 9c9a5c0 commit 5e81519
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand All @@ -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' />
Expand All @@ -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 />
Expand Down

0 comments on commit 5e81519

Please sign in to comment.