diff --git a/src/app/page.tsx b/src/app/page.tsx index 81707d6..1745156 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,22 +52,22 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=1", imageAlt: "The Proper Cut barbershop interior" + imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg", imageAlt: "The Proper Cut barbershop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-hair-customer-with-mousse_23-2147778801.jpg?_wi=1", imageAlt: "Professional fade haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-hair-customer-with-mousse_23-2147778801.jpg", imageAlt: "Professional fade haircut service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-getting-beard-trim_23-2148242817.jpg?_wi=1", imageAlt: "Expert beard trimming service" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-getting-beard-trim_23-2148242817.jpg", imageAlt: "Expert beard trimming service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-sunbathed-fashion-man-model-wearing-white-shirt-clothes-posing-street_158538-2383.jpg?_wi=1", imageAlt: "Men's haircut and styling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-sunbathed-fashion-man-model-wearing-white-shirt-clothes-posing-street_158538-2383.jpg", imageAlt: "Men's haircut and styling" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg?_wi=1", imageAlt: "Welcoming barbershop atmosphere" + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg", imageAlt: "Welcoming barbershop atmosphere" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=2", imageAlt: "Professional barber workspace" + imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg", imageAlt: "Professional barber workspace" } ]} ariaLabel="Hero section" @@ -86,10 +86,10 @@ export default function LandingPage() { { value: "500+", title: "Happy Customers" }, { value: "100%", title: "Satisfaction Guarantee" } ]} - imageSrc="http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg" imageAlt="The Proper Cut barbershop storefront" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} ariaLabel="About section" /> @@ -105,7 +105,7 @@ export default function LandingPage() { features={[ { id: "fade", title: "Precision Fades", description: "Classic to contemporary—our barbers master every fade variation with razor-sharp precision.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-hair-customer-with-mousse_23-2147778801.jpg?_wi=2", imageAlt: "Precision fade haircut" + imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-hair-customer-with-mousse_23-2147778801.jpg", imageAlt: "Precision fade haircut" }, items: [ { icon: CheckCircle, text: "Sharp, clean lines" }, @@ -116,7 +116,7 @@ export default function LandingPage() { }, { id: "beard", title: "Expert Beard Grooming", description: "Trim, shape, and style your beard with our professional grooming expertise.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-getting-beard-trim_23-2148242817.jpg?_wi=2", imageAlt: "Professional beard trimming" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-getting-beard-trim_23-2148242817.jpg", imageAlt: "Professional beard trimming" }, items: [ { icon: CheckCircle, text: "Precise shaping" }, @@ -127,7 +127,7 @@ export default function LandingPage() { }, { id: "styling", title: "Modern Haircuts & Styling", description: "Contemporary cuts with attention to detail—styled exactly how you want it.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-sunbathed-fashion-man-model-wearing-white-shirt-clothes-posing-street_158538-2383.jpg?_wi=2", imageAlt: "Modern men's haircut styling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-sunbathed-fashion-man-model-wearing-white-shirt-clothes-posing-street_158538-2383.jpg", imageAlt: "Modern men's haircut styling" }, items: [ { icon: CheckCircle, text: "On-trend styles" }, @@ -217,10 +217,10 @@ export default function LandingPage() { } ]} mediaAnimation="slide-up" - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg" imageAlt="The Proper Cut barbershop" ariaLabel="FAQ section" />