From a3e8fa8ce0c0c9d2aa660ad419b055eb717e1399 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:49:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19a4ec1..4858f27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,22 +47,22 @@ export default function LandingPage() { testimonials={[ { name: "Mark S.", handle: "@marks", testimonial: "The best fade in Basel, hands down.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7325.jpg", imageAlt: "barbershop interior dark atmospheric"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7325.jpg?_wi=1", imageAlt: "barbershop interior dark atmospheric"}, { name: "Luca R.", handle: "@lucar", testimonial: "Sharpest lines I've ever had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-with-brunette-hair-bright-sweatshirt-posing-striped-wall_197531-24309.jpg", imageAlt: "clean skin fade hairstyle"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-with-brunette-hair-bright-sweatshirt-posing-striped-wall_197531-24309.jpg?_wi=1", imageAlt: "clean skin fade hairstyle"}, { name: "Tim B.", handle: "@timb", testimonial: "Premium service, professional atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-getting-groomed_23-2149220521.jpg", imageAlt: "professional beard grooming trim"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-getting-groomed_23-2149220521.jpg?_wi=1", imageAlt: "professional beard grooming trim"}, { name: "Jan K.", handle: "@jank", testimonial: "Clean, precise, exactly what I asked for.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg", imageAlt: "barber styling hair product"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg?_wi=1", imageAlt: "barber styling hair product"}, { name: "Sam D.", handle: "@samd", testimonial: "Modern style for modern men.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-foam-his-face-holding-towel_23-2148213384.jpg", imageAlt: "premium hot towel shave"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-foam-his-face-holding-towel_23-2148213384.jpg?_wi=1", imageAlt: "premium hot towel shave"}, ]} buttons={[{ text: "Book Now", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7325.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7325.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/back-view-man-getting-haircut_23-2148224420.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg", alt: "Client 2" }, @@ -79,10 +79,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Fade Cuts", description: "Expert skin fades and tapered looks.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-with-brunette-hair-bright-sweatshirt-posing-striped-wall_197531-24309.jpg", buttonIcon: Scissors }, - { title: "Beard Trim", description: "Precision shaping and beard maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-getting-groomed_23-2149220521.jpg", buttonIcon: Zap }, - { title: "Styling", description: "Modern cuts and professional product finishing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg", buttonIcon: Sparkles }, - { title: "Premium Grooming", description: "Full-service grooming experiences.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-foam-his-face-holding-towel_23-2148213384.jpg", buttonIcon: Award }, + { title: "Fade Cuts", description: "Expert skin fades and tapered looks.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-with-brunette-hair-bright-sweatshirt-posing-striped-wall_197531-24309.jpg?_wi=2", buttonIcon: Scissors }, + { title: "Beard Trim", description: "Precision shaping and beard maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-getting-groomed_23-2149220521.jpg?_wi=2", buttonIcon: Zap }, + { title: "Styling", description: "Modern cuts and professional product finishing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg?_wi=2", buttonIcon: Sparkles }, + { title: "Premium Grooming", description: "Full-service grooming experiences.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-foam-his-face-holding-towel_23-2148213384.jpg?_wi=2", buttonIcon: Award }, ]} title="Our Services" description="Professional grooming for the modern individual." -- 2.49.1