From 7d90834b58db001026d201b96e45c6b02e662111 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:44:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 848b0be..05e42f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Book Appointment", href: "contact" }, { text: "View Services", href: "services" } ]} - imageSrc="http://img.b2bpic.net/free-photo/girl-africa-woman-making-eyebrows-girls-beauty-salon_1157-48324.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/girl-africa-woman-making-eyebrows-girls-beauty-salon_1157-48324.jpg" imageAlt="African hair salon environment" showDimOverlay={true} /> @@ -66,6 +66,7 @@ export default function LandingPage() { { icon: Award, label: "Expert Stylists", value: "8+" }, { icon: Heart, label: "Style Specialties", value: "25+" } ]} + metricsAnimation="slide-up" /> @@ -76,7 +77,7 @@ export default function LandingPage() { tag="Services" features={[ { - id: "01", title: "Natural Hair Care", description: "Nurture and strengthen your natural hair with our specialized treatments and styling techniques designed for healthy, vibrant curls", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150317009.jpg?_wi=1", imageAlt: "Natural hair care service" + id: "01", title: "Natural Hair Care", description: "Nurture and strengthen your natural hair with our specialized treatments and styling techniques designed for healthy, vibrant curls", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150317009.jpg", imageAlt: "Natural hair care service" }, { id: "02", title: "Braiding & Weaving", description: "Traditional and modern braiding techniques including box braids, cornrows, twists, and protective styles by certified specialists", imageSrc: "http://img.b2bpic.net/free-photo/one-woman-helps-friend-with-necklace_343596-885.jpg", imageAlt: "Professional braiding service" @@ -85,7 +86,7 @@ export default function LandingPage() { id: "03", title: "Hair Extensions & Installation", description: "High-quality hair extensions expertly installed for length, volume, and versatility with minimal damage to natural hair", imageSrc: "http://img.b2bpic.net/free-photo/professional-stylist-doing-haircut-salon_23-2147769831.jpg", imageAlt: "Hair extension installation" }, { - id: "04", title: "Special Occasion Styling", description: "Custom hairstyling for weddings, events, and celebrations with personalized consultations and expert execution", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150317009.jpg?_wi=2", imageAlt: "Special occasion hairstyle" + id: "04", title: "Special Occasion Styling", description: "Custom hairstyling for weddings, events, and celebrations with personalized consultations and expert execution", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150317009.jpg", imageAlt: "Special occasion hairstyle" } ]} textboxLayout="default" @@ -105,7 +106,7 @@ export default function LandingPage() { id: "1", name: "Amara Johnson", role: "Master Stylist & Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-friendly-offering-showing-concept_1194-413728.jpg", imageAlt: "Amara Johnson, Master Stylist" }, { - id: "2", name: "Zuri Williams", role: "Braiding Specialist", imageSrc: "http://img.b2bpic.net/free-photo/girl-africa-woman-making-eyebrows-girls-beauty-salon_1157-48324.jpg?_wi=2", imageAlt: "Zuri Williams, Braiding Specialist" + id: "2", name: "Zuri Williams", role: "Braiding Specialist", imageSrc: "http://img.b2bpic.net/free-photo/girl-africa-woman-making-eyebrows-girls-beauty-salon_1157-48324.jpg", imageAlt: "Zuri Williams, Braiding Specialist" }, { id: "3", name: "Nadia Ahmed", role: "Natural Hair Expert", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286025.jpg", imageAlt: "Nadia Ahmed, Natural Hair Expert" @@ -126,11 +127,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Keisha Brown", role: "Marketing Manager", company: "Tech Innovators", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", imageAlt: "Keisha Brown testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Keisha Brown testimonial" }, { id: "2", name: "Tanya Jackson", role: "Creative Director", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", imageAlt: "Tanya Jackson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Tanya Jackson testimonial" }, { id: "3", name: "Monica Rivers", role: "Entrepreneur", company: "Beauty & Wellness", rating: 5, @@ -146,7 +147,7 @@ export default function LandingPage() { }, { id: "6", name: "Alicia Moore", role: "Education Specialist", company: "Global Institute", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3", imageAlt: "Alicia Moore testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Alicia Moore testimonial" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1