From 369805d03dfda581c86c07c5756d891eba5d019b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 16:09:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 178 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f87db58..1d530a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,47 +45,26 @@ export default function LandingPage() {
@@ -105,19 +76,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Anni di Tradizione", - value: "150+", - }, + label: "Anni di Tradizione", value: "150+"}, { icon: MapPin, - label: "Ettari di Vigneti", - value: "20", - }, + label: "Ettari di Vigneti", value: "20"}, { icon: ShieldCheck, - label: "Premi Nazionali", - value: "45", - }, + label: "Premi Nazionali", value: "45"}, ]} metricsAnimation="slide-up" /> @@ -127,62 +92,27 @@ export default function LandingPage() { @@ -211,16 +134,13 @@ export default function LandingPage() { @@ -231,49 +151,31 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Prodotti", - href: "#products", - }, + label: "Prodotti", href: "#products"}, { - label: "Chi Siamo", - href: "#about", - }, + label: "Chi Siamo", href: "#about"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Termini e Condizioni", - href: "#", - }, + label: "Termini e Condizioni", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "YouTube", - href: "#", - }, + label: "YouTube", href: "#"}, ], }, ]} -- 2.49.1