From f25ee87e320e514819a3df87ae9cbdf7d1a6df35 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:04:39 +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 6af6940..f91ee5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/cup-matcha-green-tea-woman-hand-top-view_169016-34076.jpg", imageAlt: "Premium matcha latte" } ]} carouselPosition="right" - background={{ variant: "glowing-orb" }} + background={{ variant: "animated-grid" }} ariaLabel="Bootlegger XS Gateway hero section" /> @@ -172,7 +172,7 @@ export default function LandingPage() { { text: "Get Directions", href: "https://maps.google.com/?q=Gateway+Theatre+Shopping+1+Palm+Boulevard+Umhlanga+Ridge+Durban" }, { text: "Call Us", href: "tel:+27310031100" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} ariaLabel="Location and contact information" /> -- 2.49.1