From e2b46d5754b7f46ff788300f114bd79e33073f25 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:06:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cfa6df..0125ada 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Priya Sharma", handle: "Regular Customer", testimonial: "From staff service to dishes taste everything is worthy of the money. Best seafood in Powai!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg?_wi=1", imageAlt: "Priya Sharma" }, { name: "Amit Patel", handle: "Corporate Professional", testimonial: "Good ambience, yummy food, nice place to hangout with friends. Perfect for late night gatherings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-welcomes-business-partners-negotiations_1163-5423.jpg", imageAlt: "Amit Patel" + imageSrc: "http://img.b2bpic.net/free-photo/man-welcomes-business-partners-negotiations_1163-5423.jpg?_wi=1", imageAlt: "Amit Patel" }, { name: "Sneha Desai", handle: "Happy Hour Regular", testimonial: "Outstanding seafood selection and the staff makes you feel like family. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Sneha Desai" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1", imageAlt: "Sneha Desai" }, ]} buttons={[ @@ -175,13 +175,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Outstanding Seafood Quality", quote: "From staff service to dishes taste everything is worthy of the money. The seafood here is incredibly fresh and delicious. Best dining experience in Powai!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg", imageAlt: "Priya Sharma" + id: "1", title: "Outstanding Seafood Quality", quote: "From staff service to dishes taste everything is worthy of the money. The seafood here is incredibly fresh and delicious. Best dining experience in Powai!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg?_wi=2", imageAlt: "Priya Sharma" }, { - id: "2", title: "Perfect for Friends Hangout", quote: "Good ambience, yummy food, nice place to hangout with friends. The atmosphere is welcoming and the service is top-notch. Highly recommended!", name: "Amit Patel", role: "Corporate Professional", imageSrc: "http://img.b2bpic.net/free-photo/man-welcomes-business-partners-negotiations_1163-5423.jpg", imageAlt: "Amit Patel" + id: "2", title: "Perfect for Friends Hangout", quote: "Good ambience, yummy food, nice place to hangout with friends. The atmosphere is welcoming and the service is top-notch. Highly recommended!", name: "Amit Patel", role: "Corporate Professional", imageSrc: "http://img.b2bpic.net/free-photo/man-welcomes-business-partners-negotiations_1163-5423.jpg?_wi=2", imageAlt: "Amit Patel" }, { - id: "3", title: "Family Favorite Restaurant", quote: "We've brought our entire family here multiple times. The menu variety is excellent, and they're very accommodating to families with kids.", name: "Sneha Desai", role: "Happy Hour Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Sneha Desai" + id: "3", title: "Family Favorite Restaurant", quote: "We've brought our entire family here multiple times. The menu variety is excellent, and they're very accommodating to families with kids.", name: "Sneha Desai", role: "Happy Hour Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2", imageAlt: "Sneha Desai" }, { id: "4", title: "Late Night Dining Paradise", quote: "Open until late at night, perfect for our group gatherings. The food quality never disappoints no matter how late we come in.", name: "Rajesh Kumar", role: "IIT Bombay Student", imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-businesswoman_1163-5371.jpg", imageAlt: "Rajesh Kumar" -- 2.49.1