diff --git a/src/app/page.tsx b/src/app/page.tsx index dbc6a9b..3e7b07d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" } ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg", imageAlt: "Pizza Dealer Hero" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg", imageAlt: "Pizza Dealer Hero" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg", imageAlt: "Pizza Dealer Hero" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg", imageAlt: "Pizza Dealer Hero" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg", imageAlt: "Pizza Dealer Hero" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg", imageAlt: "Pizza Dealer Hero" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg?_wi=1", imageAlt: "Pizza Dealer Hero" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg?_wi=2", imageAlt: "Pizza Dealer Hero" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg?_wi=3", imageAlt: "Pizza Dealer Hero" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg?_wi=4", imageAlt: "Pizza Dealer Hero" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg?_wi=5", imageAlt: "Pizza Dealer Hero" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-restaurant_23-2150520085.jpg?_wi=6", imageAlt: "Pizza Dealer Hero" } ]} mediaAnimation="blur-reveal" /> @@ -87,10 +87,10 @@ export default function LandingPage() { title="Signature Menu Highlights" description="From our oven to your table, experience the art of the perfect pizza." products={[ - { id: "p1", brand: "Signature", name: "Steak Pizza", price: "SAR 65", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-basil-other-ingredients_23-2147606547.jpg" }, + { id: "p1", brand: "Signature", name: "Steak Pizza", price: "SAR 65", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-basil-other-ingredients_23-2147606547.jpg?_wi=1" }, { id: "p2", brand: "Dealer", name: "Mac & Cheese", price: "SAR 35", rating: 5, reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690717.jpg" }, { id: "p3", brand: "Classic", name: "Hot Wings", price: "SAR 40", rating: 4, reviewCount: "600+", imageSrc: "http://img.b2bpic.net/free-photo/rolls-served-with-tomatoes-arugula-sauce_140725-8785.jpg" }, - { id: "p4", brand: "Dealer", name: "Pepperoni", price: "SAR 55", rating: 4, reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-basil-other-ingredients_23-2147606547.jpg" } + { id: "p4", brand: "Dealer", name: "Pepperoni", price: "SAR 55", rating: 4, reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-basil-other-ingredients_23-2147606547.jpg?_wi=2" } ]} />