From c3118a0a6f203e68e9b6aa00322d6c6352ce07a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 13:41:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8486ed6..c4b543e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,21 +57,21 @@ export default function LandingPage() { testimonials={[ { name: "Ashwin Vemula", handle: "@ashwin", testimonial: "Good taste and reasonable price. A must-try new place in Madhinaguda for breakfast, lunch, and dinner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-nutritious-roti_23-2149033973.jpg", imageAlt: "authentic south indian parotta meal"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-nutritious-roti_23-2149033973.jpg?_wi=1", imageAlt: "authentic south indian parotta meal"}, { name: "Harish", handle: "@harishh", testimonial: "The food was really yummy, family friendly place. Highly recommended to taste good parottas and biriyanis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-delicious-bright-cake-with-cream-cracker-cookies-dark-surface-cake-biscuit-pie-sugar-sweet-cookie_140725-53948.jpg", imageAlt: "cozy authentic restaurant interior vibe"}, { name: "Ramya Kunal", handle: "@ramyakunal", testimonial: "We loved this place, the food was very tasty and service was quick. The ambience was awesome and lively.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-pakistan-meal_23-2148821530.jpg", imageAlt: "ambur chicken biryani plate"}, + imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-pakistan-meal_23-2148821530.jpg?_wi=1", imageAlt: "ambur chicken biryani plate"}, { name: "Vikram Singh", handle: "@vikram", testimonial: "Authentic taste! The parottas are perfectly crispy and the curry is just like home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/assorted-spices-near-chicken-kebab_23-2147894625.jpg", imageAlt: "kothu parotta sizzling plate"}, + imageSrc: "http://img.b2bpic.net/free-photo/assorted-spices-near-chicken-kebab_23-2147894625.jpg?_wi=1", imageAlt: "kothu parotta sizzling plate"}, { name: "Priya Rao", handle: "@priyarao", testimonial: "Fantastic service and great quality. My go-to spot for a weekend treat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg", imageAlt: "parotta thali with side dishes"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg?_wi=1", imageAlt: "parotta thali with side dishes"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-assortment-nutritious-roti_23-2149033973.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-assortment-nutritious-roti_23-2149033973.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -117,27 +117,27 @@ export default function LandingPage() { title: "Ambur Biryani", description: "Fragrant, flavorful, and perfectly spiced – the authentic taste of Ambur.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-pakistan-meal_23-2148821530.jpg", imageAlt: "Ambur Biryani"}, + imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-pakistan-meal_23-2148821530.jpg?_wi=2", imageAlt: "Ambur Biryani"}, { - imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-pakistan-meal_23-2148821530.jpg", imageAlt: "Biryani close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-pakistan-meal_23-2148821530.jpg?_wi=3", imageAlt: "Biryani close up"}, ], }, { title: "Kothu Parotta", description: "Sizzling, spicy, and satisfying. Our unique take on a classic street favorite.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-spices-near-chicken-kebab_23-2147894625.jpg", imageAlt: "Kothu Parotta"}, + imageSrc: "http://img.b2bpic.net/free-photo/assorted-spices-near-chicken-kebab_23-2147894625.jpg?_wi=2", imageAlt: "Kothu Parotta"}, { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-spices-near-chicken-kebab_23-2147894625.jpg", imageAlt: "Kothu Parotta Sizzling"}, + imageSrc: "http://img.b2bpic.net/free-photo/assorted-spices-near-chicken-kebab_23-2147894625.jpg?_wi=3", imageAlt: "Kothu Parotta Sizzling"}, ], }, { title: "Parotta Thali", description: "A feast for the senses, featuring our signature soft parottas and daily special sides.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg", imageAlt: "Parotta Thali"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg?_wi=2", imageAlt: "Parotta Thali"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg", imageAlt: "Thali Sides"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg?_wi=3", imageAlt: "Thali Sides"}, ], }, ]} -- 2.49.1