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