From aff7c1e9e6227129a8030cfbd0a99dc4bedbfe82 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 23:54:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 937ee1b..dab002d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,12 +50,12 @@ export default function LandingPage() { { text: "View Services", href: "#services" }, ]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", imageAlt: "Barber shop scene" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", imageAlt: "Barber shop scene" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", imageAlt: "Barber shop scene" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", imageAlt: "Barber shop scene" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", imageAlt: "Barber shop scene" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", imageAlt: "Barber shop scene" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg?_wi=1", imageAlt: "Barber shop scene" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg?_wi=2", imageAlt: "Barber shop scene" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg?_wi=3", imageAlt: "Barber shop scene" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg?_wi=4", imageAlt: "Barber shop scene" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg?_wi=5", imageAlt: "Barber shop scene" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg?_wi=6", imageAlt: "Barber shop scene" }, ]} /> @@ -97,11 +97,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "James", handle: "Loyal Client - 6 Years", testimonial: "The best salon I’ve ever been to in London… Ahmed does the perfect skin fade.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-concentrated-man-white-shirt_171337-17406.jpg" }, + { id: "1", name: "James", handle: "Loyal Client - 6 Years", testimonial: "The best salon I’ve ever been to in London… Ahmed does the perfect skin fade.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-concentrated-man-white-shirt_171337-17406.jpg?_wi=1" }, { id: "2", name: "Marcus", handle: "Regular Client", testimonial: "Very friendly barbers offering attentive service at great prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-man-angry-expression_1194-2557.jpg" }, { id: "3", name: "Sarah", handle: "Parent", testimonial: "Always welcoming, amazing with kids, and they fix problems fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-male-purple-suit-isolated-grey-vignette-background_613910-2989.jpg" }, { id: "4", name: "Daniel", handle: "Loyal Client", testimonial: "Consistently excellent fades and service. Perfection Salon really lives up to its name.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12750.jpg" }, - { id: "5", name: "Alex", handle: "New Client", testimonial: "Finally found a barber that understands exactly what I want. High-quality work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-concentrated-man-white-shirt_171337-17406.jpg" }, + { id: "5", name: "Alex", handle: "New Client", testimonial: "Finally found a barber that understands exactly what I want. High-quality work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-concentrated-man-white-shirt_171337-17406.jpg?_wi=2" }, ]} showRating={true} title="Voices of Loyalty" -- 2.49.1