diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d5da571..34e6bd0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,7 +53,7 @@ export default function AboutPage() { { value: "50+", 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" @@ -74,7 +74,7 @@ export default function AboutPage() { blogs={[ { id: "1", 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", imageAlt: "Traditional Cooking Methods", authorName: "Saffron Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg", date: "2024"}, + 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?_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", date: "2024"}, { id: "2", 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", imageAlt: "Premium Indian Spices", authorName: "Saffron Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg", date: "2024"}, diff --git a/src/app/page.tsx b/src/app/page.tsx index dcd509e..ac77e8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function HomePage() { { value: "5,000+", title: "Happy Diners Monthly"}, ]} - 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=1" imageAlt="Chef preparing traditional Indian cuisine" useInvertedBackground={false} mediaAnimation="slide-up" @@ -188,7 +188,7 @@ export default function HomePage() { blogs={[ { id: "1", category: ["Interior", "Ambiance"], - title: "Fine Dining Ambiance", excerpt: "Experience our elegantly designed dining space with warm lighting and authentic Indian decor.", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-mixed-walnuts_140725-6403.jpg", imageAlt: "Fine Dining Interior", authorName: "Saffron Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg", date: "2024"}, + title: "Fine Dining Ambiance", excerpt: "Experience our elegantly designed dining space with warm lighting and authentic Indian decor.", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-mixed-walnuts_140725-6403.jpg?_wi=1", imageAlt: "Fine Dining Interior", authorName: "Saffron Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg", date: "2024"}, { id: "2", category: ["Cuisine", "Signature Dish"], title: "Tandoori Specialties", excerpt: "Our chef's mastery of the traditional tandoor creates perfectly charred and flavorful kebabs.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-thai-street-food_53876-18298.jpg", imageAlt: "Tandoori Kebab Specialty", authorName: "Saffron Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg", date: "2024"},