From ed47c4006bc3f350deb04604dc6fecf56bfbf15d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:18:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53ca306..d6ad2ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg", imageAlt: "Fresh pizza at Pizza Club" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-delicious-dishes_23-2148308829.jpg", imageAlt: "Chicken Supreme Pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-pizza-cooking-ingredients-black-concrete-background_1150-37866.jpg", imageAlt: "Chicken Tikka Pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg", imageAlt: "BBQ Pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-fried-chicken-copy-space_23-2148646620.jpg", imageAlt: "Crispy Chicken Wings" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=1", imageAlt: "Fresh pizza at Pizza Club" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-delicious-dishes_23-2148308829.jpg?_wi=1", imageAlt: "Chicken Supreme Pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-pizza-cooking-ingredients-black-concrete-background_1150-37866.jpg?_wi=1", imageAlt: "Chicken Tikka Pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg?_wi=1", imageAlt: "BBQ Pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-fried-chicken-copy-space_23-2148646620.jpg?_wi=1", imageAlt: "Crispy Chicken Wings" } ]} buttons={[ { text: "Call Now", href: "tel:+924837215655" }, @@ -101,10 +101,10 @@ export default function LandingPage() { { text: "Order Online", href: "#contact" } ]} products={[ - { id: "chicken-supreme", name: "Chicken Supreme Pizza", price: "Rs. 650", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-delicious-dishes_23-2148308829.jpg", imageAlt: "Chicken Supreme Pizza" }, - { id: "tikka", name: "Chicken Tikka Pizza", price: "Rs. 700", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-pizza-cooking-ingredients-black-concrete-background_1150-37866.jpg", imageAlt: "Chicken Tikka Pizza" }, - { id: "bbq", name: "BBQ Chicken Pizza", price: "Rs. 680", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg", imageAlt: "BBQ Chicken Pizza" }, - { id: "wings", name: "Crispy Chicken Wings", price: "Rs. 350", variant: "1 KG Box", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-fried-chicken-copy-space_23-2148646620.jpg", imageAlt: "Crispy Chicken Wings" } + { id: "chicken-supreme", name: "Chicken Supreme Pizza", price: "Rs. 650", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-delicious-dishes_23-2148308829.jpg?_wi=2", imageAlt: "Chicken Supreme Pizza" }, + { id: "tikka", name: "Chicken Tikka Pizza", price: "Rs. 700", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-pizza-cooking-ingredients-black-concrete-background_1150-37866.jpg?_wi=2", imageAlt: "Chicken Tikka Pizza" }, + { id: "bbq", name: "BBQ Chicken Pizza", price: "Rs. 680", variant: "Large • 14 inch", imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg?_wi=2", imageAlt: "BBQ Chicken Pizza" }, + { id: "wings", name: "Crispy Chicken Wings", price: "Rs. 350", variant: "1 KG Box", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-fried-chicken-copy-space_23-2148646620.jpg?_wi=2", imageAlt: "Crispy Chicken Wings" } ]} /> @@ -175,7 +175,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-green-olives-mushrooms-with-tomatoes-all-grey-background-pizza-dough-italian-meat_140725-23185.jpg?_wi=2" imageAlt="Pizza Club restaurant" inputPlaceholder="Your email address" buttonText="Subscribe"