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

art for the wardrobe

{liveProducts.length > 0 ? ( ) :

opps!

something went wrong 😖

}