From 4b07a4dac1f24aef5ceda8895ba4e1a31c998de4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:16:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe3072f..a981f01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Heart, Sparkles, Needle as HandEmbroidery } from "lucide-react"; +import { Heart, Sparkles, Needle } from "lucide-react"; export default function LandingPage() { return ( @@ -47,12 +47,12 @@ export default function LandingPage() { { text: "Scopri le Creazioni", href: "creations" }, { text: "Contattaci", href: "contact" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/autumn-concept-with-girl-wearing-hat_23-2147709467.jpg" imageAlt="Maglietta ricamata personalizzata con nome Sofia" frameStyle="card" mediaAnimation="slide-up" - buttonAnimation="entrance-slide" + buttonAnimation="none" ariaLabel="Hero section - Dolce Ricami personalized embroidered shirts" /> @@ -115,9 +115,9 @@ export default function LandingPage() { metrics={[ { icon: Heart, label: "Magliette Realizzate", value: "500+" }, { icon: Sparkles, label: "Famiglie Felici", value: "300+" }, - { icon: HandEmbroidery, label: "Anni di Passione", value: "5+" }, + { icon: Needle, label: "Anni di Passione", value: "5+" }, ]} - metricsAnimation="entrance-slide" + metricsAnimation="none" ariaLabel="About metrics section" /> @@ -175,8 +175,8 @@ export default function LandingPage() { tag="Contattaci" title="Inizia la Tua Personalizzazione" description="Compila il modulo qui sotto per ricevere informazioni sui nostri servizi, ordinare una maglietta personalizzata o chiedere una consulenza. Ti risponderemo al più presto!" - tagAnimation="entrance-slide" - background={{ variant: "circleGradient" }} + tagAnimation="none" + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/autumn-concept-with-girl-wearing-hat_23-2147709467.jpg" imageAlt="Maglietta ricamata personalizzata" -- 2.49.1