From 3db89ea66bd5140bfb21af63d44ec753294de658 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:06:29 +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 3865a92..f5ef471 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { description="Order delicious food from trusted restaurants while helping feed those in need. Every purchase supports community food programs." tag="Community-Driven Delivery" tagIcon={Heart} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} buttons={[ { text: "Order Now", href: "#contact" }, { text: "Learn More", href: "#about" } -- 2.49.1