diff --git a/src/app/page.tsx b/src/app/page.tsx index 11f0ad1..411e181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function AlexPizzaLanding() { title="Popular Menu Items" description="Choose from our selection of freshly made pizzas, kebabs, burgers, and more. All items prepared with quality ingredients." tag="Menu" - tagAnimation="entrance-slide" + tagAnimation="slide-up" products={[ { id: "pepperoni-pizza", name: "Pepperoni Pizza", price: "£8.99", variant: "12\" Large", imageSrc: "http://img.b2bpic.net/free-photo/fresh-pepperoni-with-vegetables-cheese-grater-delicious-pizza-wooden-panel_23-2148076210.jpg", imageAlt: "Pepperoni pizza", isFavorited: false @@ -99,7 +99,7 @@ export default function AlexPizzaLanding() { title="Special Offers" description="Take advantage of our exclusive deals and promotions. Save money while enjoying delicious food." tag="Limited Time" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -153,7 +153,7 @@ export default function AlexPizzaLanding() {