From 8b5a8936517108d186ddeffa326e18c8e0bd62ea Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:25:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2256ece..a9967f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,6 +60,7 @@ export default function LandingPage() { description={[ "Da anni La Bottega Dei Sapori accoglie clienti e famiglie con prodotti scelti con cura, panini generosi e sapori autentici del territorio siciliano.", "Ogni ingrediente racconta una storia fatta di qualità, passione e tradizione." ]} + useInvertedBackground={false} /> @@ -70,9 +71,11 @@ export default function LandingPage() { animationType="slide-up" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + textboxLayout="default" products={[ { id: "1", name: "Pollo & Patate", price: "€8.50", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg" }, - { id: "2", name: "Specialità Siciliane", price: "€9.00", variant: "Tradizionale", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-sliced-red-meat-lies-wooden-table-with-arugula_8353-8792.jpg" } + { id: "2", name: "Specialità Siciliane", price: "€9.00", variant: "Tradizionale", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-sliced-red-meat-lies-wooden-table-with-arugula_8353-8792.jpg" }, + { id: "3", name: "Gran Tagliere", price: "€15.00", variant: "Degustazione", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-cheese-with-bread_23-2148281134.jpg" } ]} /> @@ -82,6 +85,8 @@ export default function LandingPage() { title="Perché Sceglierci" description="Il cuore della nostra bottega." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Qualità Certificata", description: "Selezioniamo solo i migliori produttori locali siciliani.", imageSrc: "http://img.b2bpic.net/free-photo/organized-pantry-with-glass-jars_23-2151951188.jpg" }, { title: "Ricette Uniche", description: "Tradizione familiare con un tocco moderno.", imageSrc: "http://img.b2bpic.net/free-photo/yogurt-pot-tomatoes-herbs-olive-bottle-wooden-table_114579-4584.jpg" } @@ -92,8 +97,10 @@ export default function LandingPage() {