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