import Image from 'next/image' import FeatureCards from '@/components/shared/home/feature-cards' import {HomeCarousel} from '@/components/shared/home/home-carousel' import AppCatalog from '@/components/shared/sidebar/app-catalog' import {carousels} from '@/lib/data' import {db} from '@/lib/db/prisma/client' import {dump} from '@/lib/utils' import image from '@/public/uploads/products/IMG_6572.jpg' // const storeModel = async (id: any) => { // return db.store.findFirst({ // where: {id}, // include: { // storeLocale: { // include: { // meta: { // include: { // openGraph: true // } // } // } // } // } // }) // } export default async function HomePage() { return ( <>
{dump(await storeModel(1))}*/}
{JSON.stringify(session)}*/}