From d7c880a8f6f999cd4a8906ac19b4ff08fcd65ebb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:20:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3a5d5c..450cd4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-dough-pizza-meal-italian-food_140725-101773.jpg?_wi=1", imageAlt: "Cheesy pizza with melted mozzarella" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-dough-pizza-meal-italian-food_140725-101773.jpg", imageAlt: "Cheesy pizza with melted mozzarella" }, { imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-margherita-pizza-with-mozzarella-cheese-basil-leaves_9975-124847.jpg", imageAlt: "Fresh margherita pizza with basil" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-putting-mozzarella-baked-pizza-dough-with-smoked-salmon-slices_23-2148785700.jpg", imageAlt: "Vegetarian pizza with fresh vegetables" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-baking-paper_23-2148765316.jpg", imageAlt: "Loaded pizza with generous toppings" }, @@ -206,9 +206,9 @@ export default function LandingPage() { title="Order Your Pizza Today" description="Ready to experience cheesy perfection? Reach out to us through email, phone, or visit our restaurant. We're here to make your day delicious!" tagAnimation="opacity" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-dough-pizza-meal-italian-food_140725-101773.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-dough-pizza-meal-italian-food_140725-101773.jpg" imageAlt="Cheesy Ocean pizza" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1