From f2c41ac8802f4767104b060bc667ab4fcbbed826 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 12:55:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4bf214..d4c5461 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { ratingText="5-star grooming experience" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bride-getting-ready-wedding_23-2149860805.jpg?_wi=1", imageAlt: "Precision haircut" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcRU0SlRy3Wprc1UIO0jJFq37v/uploaded-1774788891681-hd3p8cgz.jpg", imageAlt: "Precision haircut" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg?_wi=1", imageAlt: "Beard styling" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcRU0SlRy3Wprc1UIO0jJFq37v/uploaded-1774788923615-nqun09uf.jpg", imageAlt: "Beard styling" } ]} mediaAnimation="blur-reveal" -- 2.49.1