diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fe97bd..ee07301 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,22 +49,22 @@ export default function LandingPage() { { text: "Explore Menu", href: "#menu" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil_23-2151997963.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil_23-2151997963.jpg?_wi=1" imageAlt="Wood-fired pizzas at our artisan pizzeria" mediaAnimation="blur-reveal" background={{ variant: "gradient-bars" }} testimonials={[ { name: "Marco Rossi", handle: "@marcofoodie", testimonial: "The best pizza I've had outside Italy! Authentic recipes and incredible flavors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "Marco Rossi" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg?_wi=1", imageAlt: "Marco Rossi" }, { name: "Sarah Chen", handle: "@pizzalover_", testimonial: "Every visit is special. The team truly cares about quality and customer experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg?_wi=1", imageAlt: "Sarah Chen" }, { name: "James Wilson", handle: "@tasteofitalynyc", testimonial: "Fresh ingredients, perfect crust, and authentic Italian passion in every bite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg", imageAlt: "James Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg?_wi=1", imageAlt: "James Wilson" } ]} avatars={[ @@ -109,13 +109,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "margherita", name: "Margherita", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-vector/pizza-assortment-set_1284-20110.jpg", imageAlt: "Classic Margherita pizza", initialQuantity: 1 + id: "margherita", name: "Margherita", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-vector/pizza-assortment-set_1284-20110.jpg?_wi=1", imageAlt: "Classic Margherita pizza", initialQuantity: 1 }, { id: "pepperoni", name: "Pepperoni", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg", imageAlt: "Delicious Pepperoni pizza", initialQuantity: 1 }, { - id: "quattro", name: "Quattro Formaggi", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg", imageAlt: "Gourmet Quattro Formaggi pizza", initialQuantity: 1 + id: "quattro", name: "Quattro Formaggi", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg?_wi=1", imageAlt: "Gourmet Quattro Formaggi pizza", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -140,11 +140,11 @@ export default function LandingPage() { features={[ { id: "classic", title: "Classic Pizzas", tags: ["Traditional", "Authentic"], - imageSrc: "http://img.b2bpic.net/free-vector/pizza-assortment-set_1284-20110.jpg", imageAlt: "Classic pizza selection" + imageSrc: "http://img.b2bpic.net/free-vector/pizza-assortment-set_1284-20110.jpg?_wi=2", imageAlt: "Classic pizza selection" }, { id: "specialty", title: "Specialty Creations", tags: ["Unique", "Gourmet"], - imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg", imageAlt: "Specialty pizza selection" + imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg?_wi=2", imageAlt: "Specialty pizza selection" }, { id: "sides", title: "Sides & Appetizers", tags: ["Fresh", "Delicious"], @@ -152,7 +152,7 @@ export default function LandingPage() { }, { id: "dessert", title: "Desserts", tags: ["Sweet", "Homemade"], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil_23-2151997963.jpg", imageAlt: "Sweet treats" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil_23-2151997963.jpg?_wi=2", imageAlt: "Sweet treats" } ]} animationType="slide-up" @@ -164,13 +164,13 @@ export default function LandingPage() {