From f72a2f8144d8079eaa90669093017eb71a8117d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:01:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba710ac..57633bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/serene-tea-ceremony-with-flowers-sunlight_23-2152023655.jpg?_wi=1", imageAlt: "Warm café ambiance with traditional Japanese décor" + imageSrc: "http://img.b2bpic.net/free-photo/serene-tea-ceremony-with-flowers-sunlight_23-2152023655.jpg", imageAlt: "Warm café ambiance with traditional Japanese décor" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg", imageAlt: "Artisan coffee cup with latte art" @@ -103,9 +103,10 @@ export default function LandingPage() { { value: "26+", title: "Years of Excellence" }, { value: "10K+", title: "Happy Visitors Monthly" } ]} - imageSrc="http://img.b2bpic.net/free-photo/serene-tea-ceremony-with-flowers-sunlight_23-2152023655.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/serene-tea-ceremony-with-flowers-sunlight_23-2152023655.jpg" imageAlt="Cozy Chikusa Café interior with traditional Japanese elements" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" useInvertedBackground={true} tagAnimation="slide-up" /> -- 2.49.1