From 901f4730d8d6356cf800d27161810d3978e86ba4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:57:08 +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 e410a44..819a9e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#about" } ]} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/group-medical-professionals-icu-ready-coronavirus-patients_53876-138953.jpg" imageAlt="Community health workers providing care" mediaAnimation="slide-up" @@ -196,7 +196,7 @@ export default function LandingPage() { tagIcon={Mail} title="Join Our Community Health Movement" description="Subscribe to our newsletter for health tips, upcoming events, and ways you can support our mission to improve community health." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1