Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user