From 5da90c740f257aaa57bcae4b314b4e9859070bc9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:45:22 +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 49d1113..1fcb08d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { tagAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg", imageAlt: "Momento Coffee Shop Interior" + imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg?_wi=1", imageAlt: "Momento Coffee Shop Interior" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg", imageAlt: "Cozy Coffee Shop Seating" + imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg?_wi=2", imageAlt: "Cozy Coffee Shop Seating" } ]} buttons={[ -- 2.49.1