diff --git a/src/app/page.tsx b/src/app/page.tsx index 88041f1..541efce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg", imageAlt: "Hot Pizza Delivery"}, + imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg?_wi=1", imageAlt: "Hot Pizza Delivery"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg", imageAlt: "Classic Pizza"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=1", imageAlt: "Classic Pizza"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-mushrooms-tomatoes-blue-surface_114579-14427.jpg", imageAlt: "Special Pizza"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-mushrooms-tomatoes-blue-surface_114579-14427.jpg?_wi=1", imageAlt: "Special Pizza"}, { - imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg", imageAlt: "Best Seller Pizza"}, + imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg?_wi=1", imageAlt: "Best Seller Pizza"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg", imageAlt: "Hot Pizza Delivery"}, + imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg?_wi=2", imageAlt: "Hot Pizza Delivery"}, ]} /> @@ -103,17 +103,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Classic Margarita", price: "7.50€", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg"}, + id: "p1", name: "Classic Margarita", price: "7.50€", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=2"}, { - id: "p2", name: "Pepperoni Special", price: "8.50€", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-mushrooms-tomatoes-blue-surface_114579-14427.jpg"}, + id: "p2", name: "Pepperoni Special", price: "8.50€", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-mushrooms-tomatoes-blue-surface_114579-14427.jpg?_wi=2"}, { - id: "p3", name: "Hawaiian Delight", price: "8.00€", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg"}, + id: "p3", name: "Hawaiian Delight", price: "8.00€", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=3"}, { - id: "p4", name: "Supreme Prison Pizza", price: "9.50€", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg"}, + id: "p4", name: "Supreme Prison Pizza", price: "9.50€", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg?_wi=2"}, { - id: "p5", name: "Veggie Feast", price: "7.50€", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg"}, + id: "p5", name: "Veggie Feast", price: "7.50€", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=4"}, { - id: "p6", name: "BBQ Chicken", price: "8.50€", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg"}, + id: "p6", name: "BBQ Chicken", price: "8.50€", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg?_wi=3"}, ]} title="Menu Preview" description="Our most popular pizzas." @@ -152,7 +152,7 @@ export default function LandingPage() { tag="Order Now" title="Hungry?" description="Fill in your details and we will call you to confirm your order." - imageSrc="http://img.b2bpic.net/free-photo/beautiful-retro-luxury-light-lamp-decor-glowing_1253-1445.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-retro-luxury-light-lamp-decor-glowing_1253-1445.jpg?_wi=1" mediaAnimation="slide-up" inputPlaceholder="Enter your phone number" buttonText="Submit Order" @@ -161,7 +161,7 @@ export default function LandingPage() {