Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-09 21:53:07 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -112,7 +112,7 @@ export default function LandingPage() {
<TeamCardTen
title="Meet Our Skilled Nail Artists"
tag="Expert Technicians"
tagAnimation="entrance-slide"
tagAnimation="opacity"
members={[
{
id: "1", name: "Mia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-with-trendy-hairstyle_23-2149430888.jpg", imageAlt: "Mia - Nail Artist specializing in Builder Gel"
@@ -125,7 +125,7 @@ export default function LandingPage() {
}
]}
memberVariant="default"
membersAnimation="entrance-slide"
membersAnimation="opacity"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>