From 53cf17d1af431680cf5636d2c804d2aa15bc541b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:33:41 +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 a60b0fd..1daf4ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Real-Time Transit" tagIcon={MapPin} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Start Tracking", href: "#map-stops" }, { text: "Learn More", href: "#how-it-works" }, -- 2.49.1