From 0222af528cdf6aa4aeb1ee7ea7bdfa814a7cd2c1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:55:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a69fe6f..e1efbed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", imageAlt: "Barbershop interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg?_wi=1", imageAlt: "Barbershop interior"}, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg", imageAlt: "Barbershop grooming tools"}, { @@ -104,7 +104,7 @@ export default function LandingPage() { description="Mirror Gents Centre combines high-end professionalism with a friendly environment, ensuring every visitor walks out feeling sharp." subdescription="We prioritize hygiene, quality, and your convenience above all else." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500970.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500970.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -136,7 +136,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Ahmed", date: "Oct 2023", title: "Regular Client", quote: "Clean and hygienic salon with skilled staff.", tag: "Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", imageAlt: "happy client portrait men"}, + id: "1", name: "Ahmed", date: "Oct 2023", title: "Regular Client", quote: "Clean and hygienic salon with skilled staff.", tag: "Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg?_wi=2", imageAlt: "happy client portrait men"}, { id: "2", name: "Sarah", date: "Sept 2023", title: "Parent", quote: "Great experience for kids — staff are so patient.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-friends-partying-together_23-2149239023.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-using-styling-tools_23-2149141730.jpg", imageAlt: "happy client portrait men"}, { @@ -144,7 +144,7 @@ export default function LandingPage() { { id: "4", name: "Ali", date: "July 2023", title: "Business", quote: "Excellent service and friendly team.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-young-beautiful-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40131.jpg", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-having-thai-herbal-head-massage-wellness-center_637285-1715.jpg", imageAlt: "happy client portrait men"}, { - id: "5", name: "Hassan", date: "June 2023", title: "Loyal", quote: "Consistently great results every single time.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500970.jpg", imageAlt: "happy client portrait men"}, + id: "5", name: "Hassan", date: "June 2023", title: "Loyal", quote: "Consistently great results every single time.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500970.jpg?_wi=2", imageAlt: "happy client portrait men"}, ]} title="Client Reviews" description="What our clients say about us." -- 2.49.1