From 331347a46d2b05e24d78c4d157e0b2a5a6fb89d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:02:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92ae32b..0d1bc21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Track Order", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/man-with-beverage-using-smartphone-cafe_23-2147826810.jpg" imageAlt="FoodFlow delivery service hero image" frameStyle="card" @@ -181,7 +181,7 @@ export default function LandingPage() { { text: "Download App", href: "#" }, { text: "Order Online", href: "#" }, ]} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1