From ce969cb070b70323779e004bf1fe3d17cd636241 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:44:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 +++++++++++------------------------------------ 1 file changed, 44 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 425e7b1..c5c916c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -79,19 +66,13 @@ export default function LandingPage() { metrics={[ { icon: Utensils, - label: "Chef Esperti", - value: "10+", - }, + label: "Chef Esperti", value: "10+"}, { icon: Utensils, - label: "Piatti del Giorno", - value: "20+", - }, + label: "Piatti del Giorno", value: "20+"}, { icon: Smile, - label: "Clienti Felici", - value: "5000+", - }, + label: "Clienti Felici", value: "5000+"}, ]} metricsAnimation="blur-reveal" /> @@ -105,120 +86,62 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Antipasto di Mare", - price: "€ 14,00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893477.jpg", - }, + id: "p1", name: "Antipasto di Mare", price: "€ 14,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893477.jpg"}, { - id: "p2", - name: "Pasta Fresca Pomodoro e Ricotta", - price: "€ 8,50", - imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg", - }, + id: "p2", name: "Pasta Fresca Pomodoro e Ricotta", price: "€ 8,50", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg"}, { - id: "p3", - name: "Mix di Bombette Salentine", - price: "€ 8,50", - imageSrc: "http://img.b2bpic.net/free-photo/boards-with-products-blank-space_23-2147612059.jpg", - }, + id: "p3", name: "Mix di Bombette Salentine", price: "€ 8,50", imageSrc: "http://img.b2bpic.net/free-photo/boards-with-products-blank-space_23-2147612059.jpg"}, { - id: "p4", - name: "Frittura Mista di Pesce", - price: "€ 14,00", - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg", - }, + id: "p4", name: "Frittura Mista di Pesce", price: "€ 14,00", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg"}, { - id: "p5", - name: "Dolce Bocconcino", - price: "€ 4,00", - imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg", - }, + id: "p5", name: "Dolce Bocconcino", price: "€ 4,00", imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg"}, { - id: "p6", - name: "Vino Locale 1lt", - price: "€ 8,00", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", - }, + id: "p6", name: "Vino Locale 1lt", price: "€ 8,00", imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"}, ]} title="Menu Boccondivino" description="Sfogli il nostro menu completo con piatti freschi e ingredienti locali." buttons={[ { - text: "Visualizza Menu Completo", - href: "#", - }, + text: "Visualizza Menu Completo", href: "#"}, ]} />
@@ -231,20 +154,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "10", - description: "Anni di Tradizione", - }, + id: "m1", value: "10", description: "Anni di Tradizione"}, { - id: "m2", - value: "100%", - description: "Materie Prime Locali", - }, + id: "m2", value: "100%", description: "Materie Prime Locali"}, { - id: "m3", - value: "24/7", - description: "Assistenza Prenotazioni", - }, + id: "m3", value: "24/7", description: "Assistenza Prenotazioni"}, ]} title="Perché Sceglierci" description="Esperienza, freschezza e passione in ogni piatto." @@ -255,8 +169,7 @@ export default function LandingPage() {