From 2b152913778248be969df547d5f18fc51c9f8432 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:36:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b1a660..8030428 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Priya Kumar", handle: "@priyakumar", testimonial: "One of the best traditional food spots in this area. Everything tastes authentic!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142708.jpg", imageAlt: "Priya Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142708.jpg?_wi=1", imageAlt: "Priya Kumar" }, { name: "Rajesh Singh", handle: "@rajeshfoodie", testimonial: "Everything was fresh โ€” live counters were amazing! Loved the paniyaram.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg", imageAlt: "Rajesh Singh" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg?_wi=1", imageAlt: "Rajesh Singh" }, { name: "Divya Nair", handle: "@divyaeats", testimonial: "Clean, hygienic, and perfect for family dining. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg", imageAlt: "Divya Nair" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg?_wi=1", imageAlt: "Divya Nair" } ]} testimonialRotationInterval={5000} @@ -118,7 +118,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "๐Ÿ”ฅ Live Cooking Counters", description: "Freshly made right in front of you โ€” hot, hygienic, and delicious. Watch traditional recipes come to life.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg", imageAlt: "Live cooking counter in action" + title: "๐Ÿ”ฅ Live Cooking Counters", description: "Freshly made right in front of you โ€” hot, hygienic, and delicious. Watch traditional recipes come to life.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg?_wi=1", imageAlt: "Live cooking counter in action" }, { id: 2, @@ -126,7 +126,7 @@ export default function LandingPage() { }, { id: 3, - title: "๐Ÿงผ Clean & Hygienic Space", description: "Well-maintained dining area and restrooms. Your health and comfort are our top priorities.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-men-toilet_1339-6371.jpg", imageAlt: "Clean restaurant environment" + title: "๐Ÿงผ Clean & Hygienic Space", description: "Well-maintained dining area and restrooms. Your health and comfort are our top priorities.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-men-toilet_1339-6371.jpg?_wi=1", imageAlt: "Clean restaurant environment" }, { id: 4, @@ -187,11 +187,11 @@ export default function LandingPage() { }, { id: 3, - title: "Self-Service Convenience", description: "Easy ordering and dining setup that respects your pace and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg", imageAlt: "Self-service counter" + title: "Self-Service Convenience", description: "Easy ordering and dining setup that respects your pace and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg?_wi=2", imageAlt: "Self-service counter" }, { id: 4, - title: "Clean & Welcoming Ambience", description: "A calm, well-maintained space where families feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-men-toilet_1339-6371.jpg", imageAlt: "Welcoming restaurant ambience" + title: "Clean & Welcoming Ambience", description: "A calm, well-maintained space where families feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-men-toilet_1339-6371.jpg?_wi=2", imageAlt: "Welcoming restaurant ambience" } ]} textboxLayout="default" @@ -203,13 +203,13 @@ export default function LandingPage() {