From 2999a9448d480b42969a9c11b2076b849660c70c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:26:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79f3354..5155ed3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-is-wooden-tray-topped-with-red-onions-black-grapes-tomatoes-lettuce_1150-24487.jpg", imageAlt: "Fresh delicious pizza"}, + imageSrc: "http://img.b2bpic.net/free-photo/pizza-is-wooden-tray-topped-with-red-onions-black-grapes-tomatoes-lettuce_1150-24487.jpg?_wi=1", imageAlt: "Fresh delicious pizza"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg", imageAlt: "Margherita pizza"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg?_wi=1", imageAlt: "Margherita pizza"}, { - imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg", imageAlt: "Spicy pepperoni pizza"}, + imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg?_wi=1", imageAlt: "Spicy pepperoni pizza"}, ]} mediaAnimation="slide-up" ariaLabel="Hero section showcasing our pizza offerings" @@ -81,13 +81,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Pizza Point", name: "Margherita Delight", price: "Rs. 850", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg", imageAlt: "Margherita pizza"}, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg?_wi=2", imageAlt: "Margherita pizza"}, { id: "2", brand: "Pizza Point", name: "Spicy Pepperoni", price: "Rs. 950", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg", imageAlt: "Spicy pepperoni pizza"}, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg?_wi=2", imageAlt: "Spicy pepperoni pizza"}, { id: "3", brand: "Pizza Point", name: "Garden Vegetarian", price: "Rs. 800", rating: 4, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-multigrain-pizza-with-fresh-cherry-tomatoes-mozarella-cheese-bell-pepper-arugula-top_141793-4091.jpg", imageAlt: "Vegetarian pizza"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-multigrain-pizza-with-fresh-cherry-tomatoes-mozarella-cheese-bell-pepper-arugula-top_141793-4091.jpg?_wi=1", imageAlt: "Vegetarian pizza"}, ]} useInvertedBackground={false} /> @@ -125,7 +125,7 @@ export default function LandingPage() { { title: "Premium Ingredients", description: "We use only the finest, freshest ingredients sourced from trusted suppliers. No shortcuts, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mozzarella-cheese-soft-italian-cheeses-tomato-basil-olives-oil-rosemary-wooden-serving-board-light-wooden-surface-healthy-food-top-view-flat-lay_1150-44785.jpg", imageAlt: "Quality ingredients"}, { - title: "Affordable Prices", description: "Premium quality doesn't have to be expensive. Enjoy delicious pizza at prices that won't break the bank.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg", imageAlt: "Affordable pizza options"}, + title: "Affordable Prices", description: "Premium quality doesn't have to be expensive. Enjoy delicious pizza at prices that won't break the bank.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg?_wi=3", imageAlt: "Affordable pizza options"}, ]} useInvertedBackground={false} /> @@ -142,17 +142,17 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "combo-duo", title: "Duo Combo", price: "Rs. 1,499", period: "for 2 pizzas", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg", imageAlt: "Duo combo offer", features: [ + id: "combo-duo", title: "Duo Combo", price: "Rs. 1,499", period: "for 2 pizzas", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg?_wi=4", imageAlt: "Duo combo offer", features: [ "Any 2 large pizzas", "Free soft drink (1L)", "Garlic bread complimentary"], button: { text: "Order Now", href: "#contact" }, }, { - id: "family-feast", title: "Family Feast", price: "Rs. 2,299", period: "for 3 pizzas", imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg", imageAlt: "Family feast offer", features: [ + id: "family-feast", title: "Family Feast", price: "Rs. 2,299", period: "for 3 pizzas", imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg?_wi=3", imageAlt: "Family feast offer", features: [ "Any 3 large pizzas", "2 soft drinks (1L each)", "Sides combo included", "Free dessert"], button: { text: "Order Now", href: "#contact" }, }, { - id: "party-pack", title: "Party Pack", price: "Rs. 3,999", period: "for 5 pizzas", imageSrc: "http://img.b2bpic.net/free-photo/top-view-multigrain-pizza-with-fresh-cherry-tomatoes-mozarella-cheese-bell-pepper-arugula-top_141793-4091.jpg", imageAlt: "Party pack offer", features: [ + id: "party-pack", title: "Party Pack", price: "Rs. 3,999", period: "for 5 pizzas", imageSrc: "http://img.b2bpic.net/free-photo/top-view-multigrain-pizza-with-fresh-cherry-tomatoes-mozarella-cheese-bell-pepper-arugula-top_141793-4091.jpg?_wi=2", imageAlt: "Party pack offer", features: [ "Any 5 large pizzas", "3 soft drinks (1L each)", "Appetizers included", "Desserts for all", "Extra dipping sauces"], button: { text: "Order Now", href: "#contact" }, }, @@ -174,16 +174,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmed Hassan", role: "Business Owner", company: "Karachi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Ahmed Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Ahmed Hassan"}, { id: "2", name: "Fatima Khan", role: "Student", company: "Lahore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Fatima Khan"}, { id: "3", name: "Muhammad Ali", role: "IT Professional", company: "Islamabad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Muhammad Ali"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Muhammad Ali"}, { id: "4", name: "Zainab Ahmed", role: "Homemaker", company: "Rawalpindi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Zainab Ahmed"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "Zainab Ahmed"}, ]} useInvertedBackground={false} /> @@ -198,7 +198,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "circleGradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/pizza-is-wooden-tray-topped-with-red-onions-black-grapes-tomatoes-lettuce_1150-24487.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pizza-is-wooden-tray-topped-with-red-onions-black-grapes-tomatoes-lettuce_1150-24487.jpg?_wi=2" imageAlt="Ready to order" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1