From 44ca326093167ed2ff017a067392aa43a47c38db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:54:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f0c99e..05d0d3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,8 @@ export default function LandingPage() { title="Welcome Back to Your Third Place" description="Experience the warmth of our handcrafted coffee and the speed of modern ordering. Join our rewards program to earn stars on every sip." buttons={[{ text: "Order Ahead", href: "#" }, { text: "Join Rewards", href: "#" }]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDYWsP3qxDEp1HhVs1eZYJ7aHW/a-high-end-premium-coffee-shot-of-a-stea-1778251527665-f48eccd7.png" + videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/coffee-pour.mp4" + videoAriaLabel="Automatic coffee pour animation" avatars={[ { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDYWsP3qxDEp1HhVs1eZYJ7aHW/a-happy-customer-enjoying-a-coffee-in-a--1778251558205-e6af6f28.png", alt: "Customer 1" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDYWsP3qxDEp1HhVs1eZYJ7aHW/business-professional-having-a-morning-m-1778251567086-e4521ccd.png", alt: "Customer 2" }, -- 2.49.1