From 1769215c8d6ccdcf64319754c237798bd151a4c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:43:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8baac7e..f6feda8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Delicious pizzas, juicy burgers, and refreshing ice bar treats. Fresh ingredients, fast service, and unforgettable flavors in every bite." tag="Featured Spot" tagIcon={Sparkles} - background={{ variant: "radial-gradient" }} + background={{ variant: "noiseDiagonalGradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3982.jpg", imageAlt: "Signature Four Flavor Pizza" @@ -59,6 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cocktail-recipe-name-mai-tai-mai-thai-worldwide-cocktail-include-rum-lime-juice-orgeat-syrup-orange-liqueur-sweet-alcohol-drink-with-flower-garden-relax-vacation-concept_1150-13699.jpg", imageAlt: "Ice Bar Refreshments" }, ]} + mediaAnimation="slide-up" buttons={[ { text: "View Menu", href: "#menu" }, { text: "Order Online", href: "#contact" }, -- 2.49.1