From b9495e7899f03af5fed4a40488de75c9fbe29e3c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:58:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa6c06b..38a5478 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -57,6 +57,7 @@ export default function LandingPage() { { text: "Find Location", href: "#contact" }, ]} buttonAnimation="slide-up" + background={{ variant: "plain" }} testimonials={[ { name: "Marcus J.", handle: "Local Regular", testimonial: "Best street food I've had in years. The flavors are incredible!", rating: 5, @@ -166,7 +167,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Find Blazin Bites" description="Follow our location updates and get notifications on new menu items, special events, and exclusive food truck stops around the neighborhood." - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg" imageAlt="Blazin Bites Location" -- 2.49.1