From 4a3df9e9f15dd935cdb9b754e5efc9ac2ed968ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:51:34 +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 e94cd14..0cf7181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Build Your Paleta", href: "#how-it-works" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/vanilla-berry-organic-homemade-lollipop-ice-presented-pink-background-with-copy-space-text-natural-healthy-food-top-view_628469-22.jpg", imageAlt: "Hand-dipped paleta with chocolate" }, { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-stick-liquid-chocolate-covered-it-different-chocolate-textures-brown-background_633478-2104.jpg", imageAlt: "Paleta with colorful toppings" }, @@ -266,7 +266,7 @@ export default function LandingPage() { { text: "Order Ahead", href: "#menu" }, { text: "Book Catering", href: "#catering" } ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1