From 1fcd484e348c1c222b63b81dfb8fae6b7cffc0ec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:35:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6ef39b..f6c3b78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import Link from 'next/link'; const navItems = [{ name: "Home", id: "/" }]; @@ -23,6 +22,7 @@ export default function Page() { logoText=".AL FARO" description="La pizza al taglio più desiderata" buttons={[{ text: "Scopri di più", href: "#prodotto" }]} + background={{ variant: "plain" }} />
@@ -30,12 +30,15 @@ export default function Page() { names={["Gambero Rosso", "TripAdvisor", "Michelin Guide"]} title="Riconoscimenti" description="I nostri partner e riconoscimenti nel mondo della pizza." + textboxLayout="default" + useInvertedBackground={false} />
@@ -45,6 +48,7 @@ export default function Page() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} />
@@ -55,6 +59,7 @@ export default function Page() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} />
@@ -62,6 +67,7 @@ export default function Page() { title="Prenota la tua esperienza" description="Contattaci per riservare il tuo posto da .AL FARO." inputs={[{ name: "name", type: "text", placeholder: "Nome" }, { name: "email", type: "email", placeholder: "Email" }]} + useInvertedBackground={false} />