diff --git a/src/app/page.tsx b/src/app/page.tsx index 1704042..72b2836 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,18 +51,18 @@ export default function LandingPage() { testimonials={[ { name: "Monica Wright", handle: "Customer", testimonial: "Mia took my inspiration photo and nailed it. Builder gel makes my nails grow strong and long. I'll definitely be back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg?_wi=1", imageAlt: "Monica Wright" + imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg", imageAlt: "Monica Wright" }, { name: "Tania Cisneros", handle: "Customer", testimonial: "They really make you feel special. Danny was precise and sweet, and Tracy gave an amazing pedicure.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg?_wi=1", imageAlt: "Tania Cisneros" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "Tania Cisneros" } ]} testimonialRotationInterval={5000} imageSrc="http://img.b2bpic.net/free-photo/close-up-feet-young-woman-middle-reflexology-session-health-spa_662251-1943.jpg" imageAlt="Luxury nail salon manicure" imagePosition="right" - mediaAnimation="fade" + mediaAnimation="opacity" useInvertedBackground={false} /> @@ -76,7 +76,7 @@ export default function LandingPage() { { icon: Sparkles, label: "Premium Services", value: "5+" }, { icon: Heart, label: "Skill & Care", value: "100%" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="opacity" useInvertedBackground={false} /> @@ -112,7 +112,7 @@ export default function LandingPage() { @@ -139,10 +139,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Monica Wright", role: "Regular Customer", testimonial: "Mia took my inspiration photo and nailed it. Builder gel makes my nails grow strong and long. I'll definitely be back!", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg?_wi=2", imageAlt: "Monica Wright" + id: "1", name: "Monica Wright", role: "Regular Customer", testimonial: "Mia took my inspiration photo and nailed it. Builder gel makes my nails grow strong and long. I'll definitely be back!", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg", imageAlt: "Monica Wright" }, { - id: "2", name: "Tania Cisneros", role: "Valued Guest", testimonial: "They really make you feel special. Danny was precise and sweet, and Tracy gave an amazing pedicure.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg?_wi=2", imageAlt: "Tania Cisneros" + id: "2", name: "Tania Cisneros", role: "Valued Guest", testimonial: "They really make you feel special. Danny was precise and sweet, and Tracy gave an amazing pedicure.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "Tania Cisneros" }, { id: "3", name: "Sarah Martinez", role: "Frequent Visitor", testimonial: "Absolutely wonderful pedicures for multiple people as a walk-in. The staff is always friendly and professional.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-sitting-cafe-outdoors-drinking-coffee_171337-10404.jpg", imageAlt: "Sarah Martinez" @@ -163,7 +163,7 @@ export default function LandingPage() { { icon: Palette, label: "Service Range", value: "Diverse" }, { icon: DoorOpen, label: "Always Open", value: "Walk-ins OK" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="opacity" useInvertedBackground={false} />