From 30df88cb536c31adcbfd549c66df40fd42b1c05f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:32:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8ec1cf..e8ea0ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg", imageAlt: "Relaxing lounge atmosphere" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-with-frame-gray-background_114579-77309.jpg", imageAlt: "Salt Cafe signature blend presentation" } ]} - autoPlay={false} + autoPlay={true} autoPlayInterval={4000} /> -- 2.49.1