From 787dcad8a780a82bf44eeae7ce9a648c2a491d22 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 11:53: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 50c0652..6bb7c8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="medium" - background="grid" + background="animated-grid" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -177,7 +177,7 @@ export default function LandingPage() { description="Have questions? Love our food? Reach out to us through WhatsApp or call directly. We're here to serve you!" tagIcon={MessageSquare} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email for updates" buttonText="Subscribe" -- 2.49.1