From 639579a9127f5a61538a214caeb09da1c8c92587 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:58:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1ac1f3..ea3f737 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,22 +50,22 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional barbershop interior" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Professional barbershop interior" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-gentleman-is-enjoying-mustache-beard-trimming-dark-barbershop_613910-15170.jpg", imageAlt: "Expert haircut styling" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-gentleman-is-enjoying-mustache-beard-trimming-dark-barbershop_613910-15170.jpg?_wi=1", imageAlt: "Expert haircut styling" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Beard grooming service" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Classic straight razor shave" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=3", imageAlt: "Classic straight razor shave" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg", imageAlt: "Professional consultation" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg?_wi=1", imageAlt: "Professional consultation" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional cutting technique" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=1", imageAlt: "Professional cutting technique" } ]} autoPlay={true} @@ -85,19 +85,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircut", description: "Precision cuts using traditional techniques and modern styling, customized to your face shape and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/young-gentleman-is-enjoying-mustache-beard-trimming-dark-barbershop_613910-15170.jpg", imageAlt: "Professional haircut service" + title: "Classic Haircut", description: "Precision cuts using traditional techniques and modern styling, customized to your face shape and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/young-gentleman-is-enjoying-mustache-beard-trimming-dark-barbershop_613910-15170.jpg?_wi=2", imageAlt: "Professional haircut service" }, { id: 2, - title: "Beard Grooming", description: "Expert beard trimming, shaping, and conditioning treatments to maintain your facial hair looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming and styling" + title: "Beard Grooming", description: "Expert beard trimming, shaping, and conditioning treatments to maintain your facial hair looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=4", imageAlt: "Beard grooming and styling" }, { id: 3, - title: "Straight Razor Shave", description: "Classic hot towel shave using premium straight razors for the ultimate relaxation and smooth finish.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Straight razor shaving service" + title: "Straight Razor Shave", description: "Classic hot towel shave using premium straight razors for the ultimate relaxation and smooth finish.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=5", imageAlt: "Straight razor shaving service" }, { id: 4, - title: "Hair Coloring", description: "Professional color treatments, highlights, and touch-ups using premium quality products and expert application.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg", imageAlt: "Hair coloring service" + title: "Hair Coloring", description: "Professional color treatments, highlights, and touch-ups using premium quality products and expert application.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg?_wi=1", imageAlt: "Hair coloring service" } ]} /> @@ -115,15 +115,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Personal Consultation", description: "We listen to your preferences, discuss your style goals, and recommend the perfect cut to suit your lifestyle and face shape.", imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg", imageAlt: "Barber consultation" + title: "Personal Consultation", description: "We listen to your preferences, discuss your style goals, and recommend the perfect cut to suit your lifestyle and face shape.", imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg?_wi=2", imageAlt: "Barber consultation" }, { id: 2, - title: "Expert Execution", description: "Our master barbers use precision techniques and premium tools to deliver the exact haircut and grooming you envision.", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert barber cutting" + title: "Expert Execution", description: "Our master barbers use precision techniques and premium tools to deliver the exact haircut and grooming you envision.", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=2", imageAlt: "Expert barber cutting" }, { id: 3, - title: "Finishing Perfection", description: "Final styling touches, product application, and a mirror check ensure you leave feeling confident and looking incredible.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg", imageAlt: "Final finishing touches" + title: "Finishing Perfection", description: "Final styling touches, product application, and a mirror check ensure you leave feeling confident and looking incredible.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg?_wi=2", imageAlt: "Final finishing touches" } ]} /> @@ -150,11 +150,11 @@ export default function LandingPage() { }, { id: "3", name: "David Rodriguez", role: "Creative Director", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "David Rodriguez" }, { id: "4", name: "Alex Thompson", role: "Professional", company: "Various Industries", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Alex Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Alex Thompson" } ]} kpiItems={[ @@ -178,7 +178,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" members={[ { - id: "1", name: "Roberto Silva", role: "Master Barber", description: "22 years of barbering expertise. Specialist in precision cuts and traditional grooming techniques.", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Roberto Silva", socialLinks: [ + id: "1", name: "Roberto Silva", role: "Master Barber", description: "22 years of barbering expertise. Specialist in precision cuts and traditional grooming techniques.", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Roberto Silva", socialLinks: [ { icon: Instagram, url: "https://instagram.com" }, { icon: Facebook, url: "https://facebook.com" } ] @@ -190,7 +190,7 @@ export default function LandingPage() { ] }, { - id: "3", name: "Marcus Davis", role: "Barber Stylist", description: "12 years in the industry. Specializes in modern cuts, color work, and personalized styling consultations.", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus Davis", socialLinks: [ + id: "3", name: "Marcus Davis", role: "Barber Stylist", description: "12 years in the industry. Specializes in modern cuts, color work, and personalized styling consultations.", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "Marcus Davis", socialLinks: [ { icon: Instagram, url: "https://instagram.com" }, { icon: Facebook, url: "https://facebook.com" } ] @@ -214,7 +214,7 @@ export default function LandingPage() {