diff --git a/src/app/page.tsx b/src/app/page.tsx index a4b69dd..b210af4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { { value: "15+", title: "Years of Combined Experience" }, { value: "500+", title: "Satisfied Clients" } ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777166.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777166.jpg?_wi=1" imageAlt="Elegant salon interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -112,7 +112,7 @@ export default function LandingPage() { tagIcon={Users} members={[ { - id: "1", name: "Marcus Johnson", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-fleece-shirt-holds-tablet-pc-grey-background_613910-12280.jpg", imageAlt: "Marcus Johnson" + id: "1", name: "Marcus Johnson", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-fleece-shirt-holds-tablet-pc-grey-background_613910-12280.jpg?_wi=1", imageAlt: "Marcus Johnson" }, { id: "2", name: "Anthony Rodriguez", role: "Lead Stylist", imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-bearded-man-white-shirt-classic-elegant-jacket-dark-background_613910-11230.jpg", imageAlt: "Anthony Rodriguez" @@ -148,13 +148,13 @@ export default function LandingPage() { id: "3", name: "Christopher Lee, Creative Professional", date: "Date: 5 November 2024", title: "Best styling salon in town", quote: "The team truly understands contemporary style. They recommended a cut that perfectly suits my face and lifestyle. Highly professional atmosphere with top-notch service.", tag: "Satisfied Client", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", avatarAlt: "Christopher Lee", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-looking-city-view_1212-807.jpg", imageAlt: "Professional haircut service" }, { - id: "4", name: "Daniel Wilson, Corporate Manager", date: "Date: 1 November 2024", title: "Premium experience every time", quote: "What sets Exotic apart is their commitment to quality. Every detail matters - from the facilities to the service. I always leave feeling like a VIP.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", avatarAlt: "Daniel Wilson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777166.jpg", imageAlt: "Luxurious salon ambiance" + id: "4", name: "Daniel Wilson, Corporate Manager", date: "Date: 1 November 2024", title: "Premium experience every time", quote: "What sets Exotic apart is their commitment to quality. Every detail matters - from the facilities to the service. I always leave feeling like a VIP.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", avatarAlt: "Daniel Wilson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-dog_23-2148777166.jpg?_wi=2", imageAlt: "Luxurious salon ambiance" }, { id: "5", name: "Michael Brown, Fashion Consultant", date: "Date: 25 October 2024", title: "Exceptional attention to detail", quote: "The barbers here are artists. They don't just cut hair - they sculpt your look. The consultation process is thorough and they always deliver beyond expectations.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg", avatarAlt: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/professional-stylist-working-with-client_23-2147769765.jpg", imageAlt: "Professional coloring service" }, { - id: "6", name: "Kevin Anderson, Tech Professional", date: "Date: 20 October 2024", title: "Worth every penny", quote: "I've tried many barbershops, but Exotic stands out for their expertise and professionalism. The team genuinely cares about their craft and it shows in the results.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg", avatarAlt: "Kevin Anderson", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-fleece-shirt-holds-tablet-pc-grey-background_613910-12280.jpg", imageAlt: "Expert barber at work" + id: "6", name: "Kevin Anderson, Tech Professional", date: "Date: 20 October 2024", title: "Worth every penny", quote: "I've tried many barbershops, but Exotic stands out for their expertise and professionalism. The team genuinely cares about their craft and it shows in the results.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg", avatarAlt: "Kevin Anderson", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-fleece-shirt-holds-tablet-pc-grey-background_613910-12280.jpg?_wi=2", imageAlt: "Expert barber at work" } ]} textboxLayout="default" @@ -211,7 +211,7 @@ export default function LandingPage() {