From 1c240740627840d7f72f28b4910695d1c97e72ee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 19:45:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f543062..ed88b03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { description="Il Dott. Danilo D'Ercole accoglie i propri pazienti in uno studio all'avanguardia ad Agrigento, dove tecnologia e dedizione si incontrano per garantire salute e bellezza al tuo sorriso." buttons={[{ text: "Prenota una Visita", href: "#contact" }]} className="min-h-screen flex items-center bg-transparent" + background={{ variant: "radial-gradient" }} /> @@ -110,6 +111,7 @@ export default function LandingPage() { title="Partner e Certificazioni" description="Collaboriamo con i principali enti del settore odontoiatrico." useInvertedBackground={false} + textboxLayout="default" /> @@ -122,6 +124,7 @@ export default function LandingPage() { ]} sideTitle="Domande frequenti" faqsAnimation="slide-up" + textboxLayout="split" /> -- 2.49.1