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: "#"}, ], }, ]}