diff --git a/src/app/page.tsx b/src/app/page.tsx index d2a9835..7d999c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" products={[ { id: "d1", name: "Espresso Premium", price: "2,50€", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-keto-diet-food-golden-knife_23-2149260363.jpg" }, { id: "d2", name: "Spremuta Bio", price: "6,00€", variant: "Juice", imageSrc: "http://img.b2bpic.net/free-photo/toast-with-avocado-plate_1220-7374.jpg" } @@ -73,6 +74,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" useInvertedBackground={true} + textboxLayout="default" products={[ { id: "a1", name: "Negroni Duomo", price: "12,00€", variant: "Cocktail", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-roulets-with-rice-tomatoes_140725-8429.jpg" }, { id: "a2", name: "Spritz Artigianale", price: "10,00€", variant: "Cocktail", imageSrc: "http://img.b2bpic.net/free-photo/new-year-s-eve-dinner-table_23-2151889031.jpg" } @@ -87,6 +89,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" products={[ { id: "b1", name: "Hobby Lager", price: "7,00€", variant: "Beer", imageSrc: "http://img.b2bpic.net/free-photo/two-red-wine-glass-cheese-platter-top-view_114579-1347.jpg" }, { id: "b2", name: "Duomo IPA", price: "8,50€", variant: "Beer", imageSrc: "http://img.b2bpic.net/free-photo/cheese-appetizer_23-2148145216.jpg" } @@ -100,6 +103,7 @@ export default function LandingPage() { description="Esperienze autentiche dai nostri ospiti." animationType="depth-3d" useInvertedBackground={true} + textboxLayout="default" testimonials={[ { id: "1", name: "Marco Rossi", role: "Critico Gastronomico", testimonial: "Un vero angolo di paradiso nel centro di Milano, impeccabile.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-walks-along-picturesque-alley-summer-park_1153-8977.jpg" } ]} @@ -116,6 +120,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Richieste speciali o note" }} imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312228.jpg" + useInvertedBackground={false} />