From 5bed9313be829122f98f149e2178c0d6333209c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:47:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 220 +++++++++++------------------------------------ 1 file changed, 51 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a7755d..1d22d46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,26 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -309,33 +203,21 @@ export default function LandingPage() { logoText="L'Aquilone Libreria" columns={[ { - title: "Libreria", - items: [ + title: "Libreria", items: [ { - label: "Chi Siamo", - href: "#about", - }, + label: "Chi Siamo", href: "#about"}, { - label: "Libri", - href: "#products", - }, + label: "Libri", href: "#products"}, { - label: "Eventi", - href: "#events", - }, + label: "Eventi", href: "#events"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Termini e Condizioni", - href: "#", - }, + label: "Termini e Condizioni", href: "#"}, ], }, ]} -- 2.49.1