import Grid from 'components/grid'; import Footer from 'components/layout/footer'; import ProductGridItems from 'components/layout/product-grid-items'; import { getLiveWallProducts } from 'lib/utils'; import { Suspense } from 'react'; export const runtime = 'edge'; export const metadata = { description: 'scape²: art for the wall', openGraph: { type: 'website' } }; export default async function Wardrobe() { const liveProducts = await getLiveWallProducts({}); return ( <> {/* carousel highlighting quality, */}

art for the wall

{liveProducts.length > 0 ? ( ) :

Opps! There was a problem

}