From ba1642ff1784c7a4737b0b73048e609fe0ca9ffb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:15:16 +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 b330df2..aa5a09f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { description="Samuel" subdescription="Owner & Master Barber, Barber Rotterdam" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/look-that-isolated-funny-bald-bearded-man-with-tattoo-raising-index-fingre-pointing-left-corner-expressing-excitement-curiosity-raising-eyebrows-body-language_343059-1721.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/look-that-isolated-funny-bald-bearded-man-with-tattoo-raising-index-fingre-pointing-left-corner-expressing-excitement-curiosity-raising-eyebrows-body-language_343059-1721.jpg" imageAlt="Samuel, Master Barber at Barber Rotterdam" mediaAnimation="slide-up" useInvertedBackground={false} @@ -83,19 +83,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Precision Haircuts", tags: ["Classic Cuts", "Modern Fades"], - imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg?_wi=1", imageAlt: "Precision haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg", imageAlt: "Precision haircut service" }, { id: "2", title: "Beard Grooming & Shaping", tags: ["Beard Design", "Line-up"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-musician-playing-sax_23-2148207503.jpg?_wi=1", imageAlt: "Professional beard grooming" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-musician-playing-sax_23-2148207503.jpg", imageAlt: "Professional beard grooming" }, { id: "3", title: "Head Shave & Care", tags: ["Clean Shave", "Scalp Care"], - imageSrc: "http://img.b2bpic.net/free-photo/back-view-smiley-barber-using-hairdryer_23-2148298282.jpg?_wi=1", imageAlt: "Head shave service" + imageSrc: "http://img.b2bpic.net/free-photo/back-view-smiley-barber-using-hairdryer_23-2148298282.jpg", imageAlt: "Head shave service" }, { id: "4", title: "Hot Towel Treatment", tags: ["Relaxation", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg?_wi=1", imageAlt: "Luxurious hot towel treatment" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg", imageAlt: "Luxurious hot towel treatment" } ]} animationType="slide-up" @@ -117,13 +117,13 @@ export default function LandingPage() {