diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c00bbec..809e770 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,7 +77,7 @@ export default function ContactPage() { description="Have questions? Want to make a reservation? Reach out to us and we'll be delighted to help you plan your next dining experience at Pizzeria Bistro." background={{ variant: "plain" }} tag="Contact Us" - imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=2" imageAlt="Contact Us" mediaAnimation="slide-up" buttons={[ diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index a47921b..7e821bd 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -78,7 +78,7 @@ export default function GalleryPage() { description="Explore the mouth-watering dishes, cozy ambience, and wonderful moments from Pizzeria Bistro. Every image tells a story of quality, passion, and Italian tradition." background={{ variant: "plain" }} tag="Visual Feast" - imageSrc="http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg" + imageSrc="http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=1" imageAlt="Gallery Preview" mediaAnimation="slide-up" /> @@ -92,7 +92,7 @@ export default function GalleryPage() { tag="Food Excellence" products={[ { - id: "1", name: "Fresh Pizza Delights", price: "Featured", variant: "Wood-fired oven perfection", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg", imageAlt: "Fresh Pizza"}, + id: "1", name: "Fresh Pizza Delights", price: "Featured", variant: "Wood-fired oven perfection", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=2", imageAlt: "Fresh Pizza"}, { id: "2", name: "Gourmet Slices", price: "Featured", variant: "Artisan cheese & fresh basil", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese-wooden-board-tablecloth-cell_78826-2354.jpg", imageAlt: "Gourmet Pizza Slice"}, { diff --git a/src/app/page.tsx b/src/app/page.tsx index d94f734..da3d89d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function HomePage() { { text: "Call Now", href: "tel:+917454840074" }, { text: "Order Online", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=1" imageAlt="Freshly baked Italian pizza at Pizzeria Bistro" mediaAnimation="slide-up" /> @@ -132,10 +132,10 @@ export default function HomePage() {