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" }