From 169a68b4c3347d0385edd45a2717071af6de50eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:51:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c1314f..d63f092 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-table-holding-fresh-juice-bottle_23-2148784272.jpg", imageAlt: "Cozy coffee shop interior with natural light" + imageSrc: "https://r2.webild.net/images/hero-interior-coffee-shop.jpg", imageAlt: "Cozy coffee shop interior with natural light" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-latte-foam-coffee-caf_23-2148209229.jpg", imageAlt: "Barista making latte art" + imageSrc: "https://r2.webild.net/images/hero-barista-coffee.jpg", imageAlt: "Barista making latte art" }, { - imageSrc: "http://img.b2bpic.net/free-photo/spanich-sandwich-shop-window_1398-4866.jpg", imageAlt: "Display of freshly baked pastries" + imageSrc: "https://r2.webild.net/images/hero-coffee-preparation.jpg", imageAlt: "Coffee beans being prepared for brewing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-table-holding-fresh-juice-bottle_23-2148784272.jpg", imageAlt: "Customer enjoying coffee at a window seat" + imageSrc: "https://r2.webild.net/images/hero-customer-enjoying-coffee.jpg", imageAlt: "Customer enjoying coffee at a window seat" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-tattoos-serving-coffee-counter_23-2149052846.jpg", imageAlt: "Warm and inviting coffee shop counter" + imageSrc: "https://r2.webild.net/images/hero-pastries-display.jpg", imageAlt: "Display of freshly baked pastries" } ]} mediaAnimation="slide-up" @@ -294,4 +294,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1