diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6fc434f..022dd5c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -100,11 +100,11 @@ export default function MenuPage() { { id: "1", title: "Blue Heaven Mocktail", author: "Signature Drink", description: "A refreshing blend of blueberry, citrus, and premium herbs. Perfectly chilled and garnished with fresh mint and blueberries.", tags: ["Signature", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-blue-cocktail-with-ice_23-2149407465.jpg", imageAlt: "Blue Heaven Mocktail"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-blue-cocktail-with-ice_23-2149407465.jpg?_wi=2", imageAlt: "Blue Heaven Mocktail"}, { id: "2", title: "Blueberry Mojito", author: "Specialty Drink", description: "Fresh blueberries muddled with mint, lime, and sparkling water. A vibrant, refreshing choice for a lighter option.", tags: ["Fresh", "Refreshing"], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-blue-cocktail-with-ice_23-2149407465.jpg", imageAlt: "Blueberry Mojito"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-blue-cocktail-with-ice_23-2149407465.jpg?_wi=3", imageAlt: "Blueberry Mojito"}, ]} ariaLabel="Beverages menu section" /> @@ -124,13 +124,13 @@ export default function MenuPage() { products={[ { id: "1", brand: "Thyme & Whisk", name: "Korean Garlic Bun", price: "₹280", rating: 5, - reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-slices-crispy-dough_140725-1759.jpg", imageAlt: "Korean Garlic Bun"}, + reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-slices-crispy-dough_140725-1759.jpg?_wi=2", imageAlt: "Korean Garlic Bun"}, { id: "2", brand: "Thyme & Whisk", name: "Tiramisu Dessert", price: "₹320", rating: 5, - reviewCount: "520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-tiramisu-with-cup-tea-candle-white-plate-serving-napkins_176474-3042.jpg", imageAlt: "Premium Tiramisu Dessert"}, + reviewCount: "520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-tiramisu-with-cup-tea-candle-white-plate-serving-napkins_176474-3042.jpg?_wi=2", imageAlt: "Premium Tiramisu Dessert"}, { id: "3", brand: "Thyme & Whisk", name: "Vegetable Sizzler", price: "₹450", rating: 5, - reviewCount: "480", imageSrc: "http://img.b2bpic.net/free-photo/front-view-broccoli-cauliflower-salad-black-oval-plate-fork-knife-green-hot-peppers-dark-background_140725-138853.jpg", imageAlt: "Premium Vegetable Sizzler"}, + reviewCount: "480", imageSrc: "http://img.b2bpic.net/free-photo/front-view-broccoli-cauliflower-salad-black-oval-plate-fork-knife-green-hot-peppers-dark-background_140725-138853.jpg?_wi=2", imageAlt: "Premium Vegetable Sizzler"}, ]} ariaLabel="Signature menu items section" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 1240b8f..a280da1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,13 +142,13 @@ export default function HomePage() { products={[ { id: "1", brand: "Thyme & Whisk", name: "Korean Garlic Bun", price: "₹280", rating: 5, - reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-slices-crispy-dough_140725-1759.jpg", imageAlt: "Korean Garlic Bun"}, + reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-slices-crispy-dough_140725-1759.jpg?_wi=1", imageAlt: "Korean Garlic Bun"}, { id: "2", brand: "Thyme & Whisk", name: "Tiramisu", price: "₹320", rating: 5, - reviewCount: "520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-tiramisu-with-cup-tea-candle-white-plate-serving-napkins_176474-3042.jpg", imageAlt: "Premium Tiramisu Dessert"}, + reviewCount: "520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-tiramisu-with-cup-tea-candle-white-plate-serving-napkins_176474-3042.jpg?_wi=1", imageAlt: "Premium Tiramisu Dessert"}, { id: "3", brand: "Thyme & Whisk", name: "Vegetable Sizzler", price: "₹450", rating: 5, - reviewCount: "480", imageSrc: "http://img.b2bpic.net/free-photo/front-view-broccoli-cauliflower-salad-black-oval-plate-fork-knife-green-hot-peppers-dark-background_140725-138853.jpg", imageAlt: "Premium Vegetable Sizzler"}, + reviewCount: "480", imageSrc: "http://img.b2bpic.net/free-photo/front-view-broccoli-cauliflower-salad-black-oval-plate-fork-knife-green-hot-peppers-dark-background_140725-138853.jpg?_wi=1", imageAlt: "Premium Vegetable Sizzler"}, ]} ariaLabel="Signature dishes section" /> @@ -172,7 +172,7 @@ export default function HomePage() { { id: "2", title: "Handcrafted Mocktails & Beverages", author: "Specialty Drinks", description: "Signature beverages including Blue Heaven, Blueberry Mojito, and Virgin Pinacolada. Creative non-alcoholic options designed by our expert mixologists.", tags: ["Beverages", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-blue-cocktail-with-ice_23-2149407465.jpg", imageAlt: "Artisan mocktails"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-blue-cocktail-with-ice_23-2149407465.jpg?_wi=1", imageAlt: "Artisan mocktails"}, ]} ariaLabel="Restaurant highlights section" /> @@ -193,27 +193,27 @@ export default function HomePage() { { id: "1", name: "Priya Sharma", handle: "@priya_nashik", testimonial: "Absolutely loved the ambiance and the food quality! The Korean Garlic Bun was divine. Perfect spot for anniversary celebrations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=1", imageAlt: "Priya Sharma"}, { id: "2", name: "Rohit Desai", handle: "@rohit_foodie", testimonial: "Best vegetarian fine dining experience in Nashik. The service is impeccable and the mocktails are creative and refreshing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg", imageAlt: "Rohit Desai"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg?_wi=1", imageAlt: "Rohit Desai"}, { id: "3", name: "Aisha Khan", handle: "@aisha_dines", testimonial: "Brought my family and everyone loved it! The Tiramisu is a must-try. Highly recommend for special occasions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-leader-his-team-specialists_1262-4868.jpg", imageAlt: "Aisha Khan"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-leader-his-team-specialists_1262-4868.jpg?_wi=1", imageAlt: "Aisha Khan"}, { id: "4", name: "Nikhil Patel", handle: "@nikhil_chef", testimonial: "Outstanding plating and flavor combinations. This restaurant truly celebrates vegetarian cuisine. A gem in Nashik.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-taking-selfie-cafe_171337-9756.jpg", imageAlt: "Nikhil Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-taking-selfie-cafe_171337-9756.jpg?_wi=1", imageAlt: "Nikhil Patel"}, { id: "5", name: "Divya Joshi", handle: "@divya_foodblog", testimonial: "The attention to detail is remarkable. From presentation to taste, everything was perfect. Worth every visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg", imageAlt: "Divya Joshi"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg?_wi=1", imageAlt: "Divya Joshi"}, { id: "6", name: "Arjun Verma", handle: "@arjun_gourmet", testimonial: "Finest vegetarian dining experience I've had. The staff is courteous, and the food quality is consistent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-smartphone_273609-4250.jpg", imageAlt: "Arjun Verma"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-smartphone_273609-4250.jpg?_wi=1", imageAlt: "Arjun Verma"}, ]} ariaLabel="Customer testimonials section" /> diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 91f3ba2..a965a53 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -101,27 +101,27 @@ export default function ReviewsPage() { { id: "1", name: "Priya Sharma", handle: "@priya_nashik", testimonial: "Absolutely loved the ambiance and the food quality! The Korean Garlic Bun was divine. Perfect spot for anniversary celebrations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=2", imageAlt: "Priya Sharma"}, { id: "2", name: "Rohit Desai", handle: "@rohit_foodie", testimonial: "Best vegetarian fine dining experience in Nashik. The service is impeccable and the mocktails are creative and refreshing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg", imageAlt: "Rohit Desai"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg?_wi=2", imageAlt: "Rohit Desai"}, { id: "3", name: "Aisha Khan", handle: "@aisha_dines", testimonial: "Brought my family and everyone loved it! The Tiramisu is a must-try. Highly recommend for special occasions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-leader-his-team-specialists_1262-4868.jpg", imageAlt: "Aisha Khan"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-leader-his-team-specialists_1262-4868.jpg?_wi=2", imageAlt: "Aisha Khan"}, { id: "4", name: "Nikhil Patel", handle: "@nikhil_chef", testimonial: "Outstanding plating and flavor combinations. This restaurant truly celebrates vegetarian cuisine. A gem in Nashik.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-taking-selfie-cafe_171337-9756.jpg", imageAlt: "Nikhil Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-taking-selfie-cafe_171337-9756.jpg?_wi=2", imageAlt: "Nikhil Patel"}, { id: "5", name: "Divya Joshi", handle: "@divya_foodblog", testimonial: "The attention to detail is remarkable. From presentation to taste, everything was perfect. Worth every visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg", imageAlt: "Divya Joshi"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg?_wi=2", imageAlt: "Divya Joshi"}, { id: "6", name: "Arjun Verma", handle: "@arjun_gourmet", testimonial: "Finest vegetarian dining experience I've had. The staff is courteous, and the food quality is consistent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-smartphone_273609-4250.jpg", imageAlt: "Arjun Verma"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-smartphone_273609-4250.jpg?_wi=2", imageAlt: "Arjun Verma"}, ]} ariaLabel="Customer testimonials section" />