From 06042dc6ceec9219c5db637dde7e4326e918dff9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 15:00:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e38339..1afa38f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,10 +72,9 @@ export default function LandingPage() { { text: "Explore Our Menu", href: "#features" }, { text: "Book a Table", href: "#contact" } ]} - background={{ variant: "sparkles-gradient" }} - imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg" + background={{ variant: "plain" }} imageAlt="Barista at work in coffee shop" - mediaAnimation="slide-up" + mediaAnimation="none" frameStyle="card" /> -- 2.49.1