Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 22:06:34 +00:00

View File

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