From 97f276343f45bc8d96fee676429c813163be6ef3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:41:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b62f4f..6bb7fa4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,9 +85,9 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg", imageAlt: "Delicious cheesy burger"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg?_wi=1", imageAlt: "Delicious cheesy burger"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", imageAlt: "Fresh hot pizza with cheese"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=1", imageAlt: "Fresh hot pizza with cheese"}, ]} mediaAnimation="slide-up" rating={5} @@ -144,13 +144,13 @@ export default function HomePage() { title: "Fresh Ingredients Daily", description: "We use premium ingredients sourced daily to ensure every burger, pizza, and roll is prepared fresh. Quality is never compromised.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-food-bar_107420-94812.jpg", imageAlt: "Modern fast food restaurant interior"}, { id: 2, - title: "Lightning-Fast Service", description: "Your order is prepared quickly without sacrificing taste. Our trained team works efficiently to get your food to you hot and ready.", imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg", imageAlt: "Delicious burger preparation"}, + title: "Lightning-Fast Service", description: "Your order is prepared quickly without sacrificing taste. Our trained team works efficiently to get your food to you hot and ready.", imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg?_wi=2", imageAlt: "Delicious burger preparation"}, { id: 3, - title: "Open Late Until 2:30 AM", description: "Perfect for late-night cravings. Whether it's midnight snacking or early morning hunger, we're here for you every single day.", imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg", imageAlt: "Crispy loaded fries"}, + title: "Open Late Until 2:30 AM", description: "Perfect for late-night cravings. Whether it's midnight snacking or early morning hunger, we're here for you every single day.", imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg?_wi=1", imageAlt: "Crispy loaded fries"}, { id: 4, - title: "Family-Friendly Environment", description: "Welcoming to everyone—families, students, professionals, and night shift workers. Enjoy dine-in comfort or quick takeaway service.", imageSrc: "http://img.b2bpic.net/free-photo/cutting-homemade-apple-strudel_123827-36355.jpg", imageAlt: "Golden cheesy roll"}, + title: "Family-Friendly Environment", description: "Welcoming to everyone—families, students, professionals, and night shift workers. Enjoy dine-in comfort or quick takeaway service.", imageSrc: "http://img.b2bpic.net/free-photo/cutting-homemade-apple-strudel_123827-36355.jpg?_wi=1", imageAlt: "Golden cheesy roll"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -168,13 +168,13 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Zinger Burger", price: "Rs. 350", imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg", imageAlt: "Crispy Zinger Burger"}, + id: "1", name: "Zinger Burger", price: "Rs. 350", imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg?_wi=3", imageAlt: "Crispy Zinger Burger"}, { - id: "2", name: "Cheesy Pizza (Large)", price: "Rs. 850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", imageAlt: "Hot Cheesy Pizza"}, + id: "2", name: "Cheesy Pizza (Large)", price: "Rs. 850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=2", imageAlt: "Hot Cheesy Pizza"}, { - id: "3", name: "Loaded Fries", price: "Rs. 250", imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg", imageAlt: "Crispy Loaded Fries"}, + id: "3", name: "Loaded Fries", price: "Rs. 250", imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg?_wi=2", imageAlt: "Crispy Loaded Fries"}, { - id: "4", name: "Cheesy Roll", price: "Rs. 200", imageSrc: "http://img.b2bpic.net/free-photo/cutting-homemade-apple-strudel_123827-36355.jpg", imageAlt: "Golden Cheesy Roll"}, + id: "4", name: "Cheesy Roll", price: "Rs. 200", imageSrc: "http://img.b2bpic.net/free-photo/cutting-homemade-apple-strudel_123827-36355.jpg?_wi=2", imageAlt: "Golden Cheesy Roll"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" -- 2.49.1