From 1b04de22f3d6ed03bc7162d98616ce8054ee0a99 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 05:56:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a2ceae..2058cae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,16 @@ export default function LandingPage() { { text: "Order Online", href: "#contact"}, ]} + testimonials={[ + { + name: "Aisha Khan", handle: "@AishaFoodie", testimonial: "The Chicken Biryani here is absolutely divine! Perfectly spiced and cooked. A true taste of home!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-women-s-day_23-2151931532.jpg", imageAlt: "Aisha Khan avatar" + }, + { + name: "Rahul Singh", handle: "@SpiceSeeker", testimonial: "Butter Chicken was creamy and rich, exactly how it should be. The service was also excellent. Will definitely be back!", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/excitement-shock-surprise-positive-reaction-emotional-ecstatic-overjoyed-caucasian-female-blue-shirt-opening-mouth-widely-being-excited-with-spontaneous-trip-holding-hands-together_343059-2804.jpg", imageAlt: "Rahul Singh avatar" + } + ]} imageSrc="http://img.b2bpic.net/free-photo/arrangement-colorful-indian-spices_23-2148768007.jpg" imageAlt="Assortment of colorful Indian spices" marqueeItems={[ -- 2.49.1