From 8c665847bc37a315aa74dadaa3f09957007fdc43 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:48:20 +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 075fdd7..23001e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7325.jpg?_wi=1", imageAlt: "barbershop interior dark atmospheric", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { 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", + 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", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-getting-groomed_23-2149220521.jpg?_wi=1", imageAlt: "professional beard grooming trim", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg?_wi=1", imageAlt: "barber styling hair product", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { 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", + 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", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { 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", @@ -145,25 +145,25 @@ export default function LandingPage() { { 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", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-foam-his-face-holding-towel_23-2148213384.jpg?_wi=2", buttonIcon: "Award", }, ]} -- 2.49.1