diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8215015..8b3279c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -59,7 +59,7 @@ export default function AboutPage() { title: "Award-Winning Chefs", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/confident-chef-wearing-uniform-posing-with-his-arms-crossed-looking-camera-restaurant-kitchen_613910-21338.jpg" + imageSrc="http://img.b2bpic.net/free-photo/confident-chef-wearing-uniform-posing-with-his-arms-crossed-looking-camera-restaurant-kitchen_613910-21338.jpg?_wi=2" imageAlt="Chef preparing traditional Indian cuisine" useInvertedBackground={false} mediaAnimation="slide-up" @@ -83,7 +83,7 @@ export default function AboutPage() { category: ["Kitchen", "Craftsmanship"], title: "Traditional Cooking Methods", excerpt: "Our chefs master the ancient art of tandoor cooking, passed down through generations of culinary excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-with-mixed-walnuts_140725-6403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-with-mixed-walnuts_140725-6403.jpg?_wi=2", imageAlt: "Traditional Cooking Methods", authorName: "Saffron Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg", @@ -94,7 +94,7 @@ export default function AboutPage() { category: ["Premium Ingredients"], title: "Sourcing Premium Spices", excerpt: "We work directly with spice farmers in India to ensure the freshest, most authentic ingredients for every dish.", - imageSrc: "http://img.b2bpic.net/free-photo/three-indian-spices_23-2147684876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-indian-spices_23-2147684876.jpg?_wi=1", imageAlt: "Premium Indian Spices", authorName: "Saffron Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg", @@ -105,7 +105,7 @@ export default function AboutPage() { category: ["Ambiance", "Design"], title: "Elegant Dining Spaces", excerpt: "Our restaurant features thoughtfully designed spaces that blend modern comfort with authentic Indian aesthetics.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=1", imageAlt: "Elegant Dining Spaces", authorName: "Saffron Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg", diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 73fc873..0a60e09 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -103,7 +103,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=4" imageAlt="Saffron Restaurant Dining Ambiance" mediaAnimation="slide-up" mediaPosition="right" @@ -118,7 +118,7 @@ export default function ContactPage() {