diff --git a/src/app/page.tsx b/src/app/page.tsx index c99ccf6..d1ac1ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,23 +29,15 @@ export default function LandingPage() { @@ -53,98 +45,55 @@ export default function LandingPage() { @@ -166,59 +115,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Cornetto Classico", - brand: "Forno", - price: "1.50€", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg", - }, + id: "p1", name: "Cornetto Classico", brand: "Forno", price: "1.50€", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg"}, { - id: "p2", - name: "Cappuccino", - brand: "Caffè", - price: "1.80€", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg", - }, + id: "p2", name: "Cappuccino", brand: "Caffè", price: "1.80€", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg"}, { - id: "p3", - name: "Focaccia Artigianale", - brand: "Salato", - price: "3.50€", - rating: 4, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-bread_23-2148234237.jpg", - }, + id: "p3", name: "Focaccia Artigianale", brand: "Salato", price: "3.50€", rating: 4, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-bread_23-2148234237.jpg"}, { - id: "p4", - name: "Spremuta Fresca", - brand: "Bevande", - price: "3.00€", - rating: 5, - reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-glass-orange-juice_84443-83875.jpg", - }, + id: "p4", name: "Spremuta Fresca", brand: "Bevande", price: "3.00€", rating: 5, + reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-glass-orange-juice_84443-83875.jpg"}, { - id: "p5", - name: "Torta al Cioccolato", - brand: "Dolci", - price: "2.50€", - rating: 5, - reviewCount: "55", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-pie-with-cup-coffee-hot-chocolate_114579-45052.jpg", - }, + id: "p5", name: "Torta al Cioccolato", brand: "Dolci", price: "2.50€", rating: 5, + reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-pie-with-cup-coffee-hot-chocolate_114579-45052.jpg"}, { - id: "p6", - name: "Espresso", - brand: "Caffè", - price: "1.20€", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708084.jpg", - }, + id: "p6", name: "Espresso", brand: "Caffè", price: "1.20€", rating: 5, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708084.jpg"}, ]} title="Le nostre delizie" description="Ogni mattina, dal forno alla tua tazza." @@ -231,25 +144,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Avete opzioni senza glutine?", - content: "Sì, offriamo quotidianamente una selezione di prodotti senza glutine.", - }, + id: "q1", title: "Avete opzioni senza glutine?", content: "Sì, offriamo quotidianamente una selezione di prodotti senza glutine."}, { - id: "q2", - title: "Fate servizio al tavolo?", - content: "Sì, ti serviamo con piacere al tavolo.", - }, + id: "q2", title: "Fate servizio al tavolo?", content: "Sì, ti serviamo con piacere al tavolo."}, { - id: "q3", - title: "Accettate prenotazioni?", - content: "Accettiamo prenotazioni per gruppi numerosi o eventi speciali.", - }, + id: "q3", title: "Accettate prenotazioni?", content: "Accettiamo prenotazioni per gruppi numerosi o eventi speciali."}, { - id: "q4", - title: "Avete Wi-Fi per lavorare?", - content: "Certamente, la nostra connessione è a tua disposizione.", - }, + id: "q4", title: "Avete Wi-Fi per lavorare?", content: "Certamente, la nostra connessione è a tua disposizione."}, ]} imageSrc="http://img.b2bpic.net/free-photo/cute-korean-barista-girl-pouring-coffee-prepare-filter-batch-brew-pour-working-cafe_1258-131786.jpg" mediaAnimation="slide-up" @@ -263,32 +164,25 @@ export default function LandingPage() { ); -} +} \ No newline at end of file