diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0031cca..34a50e4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -88,7 +88,7 @@ export default function AboutPage() { role: "Student", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=5", imageAlt: "Ravi Kumar", }, { @@ -97,7 +97,7 @@ export default function AboutPage() { role: "Worker", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=6", imageAlt: "Priya Sharma", }, { @@ -106,7 +106,7 @@ export default function AboutPage() { role: "Traveler", company: "Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=7", imageAlt: "Arun Pillai", }, { @@ -115,7 +115,7 @@ export default function AboutPage() { role: "Resident", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=8", imageAlt: "Maya Singh", }, ]} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 95ed90b..9f0a7af 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -70,42 +70,42 @@ export default function MenuPage() { id: "1", name: "Cold Milo", price: "₹40", - imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4418.jpg?_wi=2", imageAlt: "Cold Milo beverage", }, { id: "2", name: "Chicken Burger", price: "₹60", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg?_wi=2", imageAlt: "Delicious chicken burger", }, { id: "3", name: "Bread Omelette", price: "₹50", - imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-toast-near-coffee_23-2147717748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-toast-near-coffee_23-2147717748.jpg?_wi=2", imageAlt: "Fresh bread omelette", }, { id: "4", name: "Chocolate Coffee", price: "₹45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate_23-2148336733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate_23-2148336733.jpg?_wi=2", imageAlt: "Rich chocolate coffee", }, { id: "5", name: "Sandwich", price: "₹35", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-mayonnaise-yogurt-sauce-served-with-orange-juice-potato-crisps_181624-57257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-mayonnaise-yogurt-sauce-served-with-orange-juice-potato-crisps_181624-57257.jpg?_wi=2", imageAlt: "Fresh sandwich", }, { id: "6", name: "Blue Mojito", price: "₹50", - imageSrc: "http://img.b2bpic.net/free-photo/blue-mojito-jar-with-lemon-mint-shiny-background-with-yellow-blue-pipes_114579-5170.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-mojito-jar-with-lemon-mint-shiny-background-with-yellow-blue-pipes_114579-5170.jpg?_wi=2", imageAlt: "Refreshing blue mojito", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2442dc9..5cbd2d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,42 +95,42 @@ export default function HomePage() { id: "1", name: "Cold Milo", price: "₹40", - imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4418.jpg?_wi=1", imageAlt: "Cold Milo beverage", }, { id: "2", name: "Chicken Burger", price: "₹60", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg?_wi=1", imageAlt: "Delicious chicken burger", }, { id: "3", name: "Bread Omelette", price: "₹50", - imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-toast-near-coffee_23-2147717748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-toast-near-coffee_23-2147717748.jpg?_wi=1", imageAlt: "Fresh bread omelette", }, { id: "4", name: "Chocolate Coffee", price: "₹45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate_23-2148336733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate_23-2148336733.jpg?_wi=1", imageAlt: "Rich chocolate coffee", }, { id: "5", name: "Sandwich", price: "₹35", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-mayonnaise-yogurt-sauce-served-with-orange-juice-potato-crisps_181624-57257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-mayonnaise-yogurt-sauce-served-with-orange-juice-potato-crisps_181624-57257.jpg?_wi=1", imageAlt: "Fresh sandwich", }, { id: "6", name: "Blue Mojito", price: "₹50", - imageSrc: "http://img.b2bpic.net/free-photo/blue-mojito-jar-with-lemon-mint-shiny-background-with-yellow-blue-pipes_114579-5170.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-mojito-jar-with-lemon-mint-shiny-background-with-yellow-blue-pipes_114579-5170.jpg?_wi=1", imageAlt: "Refreshing blue mojito", }, ]} @@ -166,7 +166,7 @@ export default function HomePage() { role: "Student", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Ravi Kumar", }, { @@ -175,7 +175,7 @@ export default function HomePage() { role: "Worker", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Priya Sharma", }, { @@ -184,7 +184,7 @@ export default function HomePage() { role: "Traveler", company: "Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Arun Pillai", }, { @@ -193,7 +193,7 @@ export default function HomePage() { role: "Resident", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4", imageAlt: "Maya Singh", }, ]}