From 9dc12d0b70445299b632d67bb8563843b85225f6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:53:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56ca499..3a86e70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,11 +121,11 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Exceptional food quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" }, - { id: "t2", name: "Michael B.", handle: "@mikeb", testimonial: "My family loves dining here every weekend.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" }, - { id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Best chinese food in Howrah.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" }, - { id: "t4", name: "David K.", handle: "@davidk", testimonial: "Quick delivery and very friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg" }, - { id: "t5", name: "Alice T.", handle: "@alicet", testimonial: "Fresh, hot, and spicy. Perfect balance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" }, + { id: "t1", name: "Anjali Sharma", handle: "@anjali_s", testimonial: "Exceptional food quality and taste.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" }, + { id: "t2", name: "Rohan Das", handle: "@rohan_d", testimonial: "My family loves dining here every weekend.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" }, + { id: "t3", name: "Priyanka Sen", handle: "@priyanka_s", testimonial: "Best chinese food in Howrah.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" }, + { id: "t4", name: "Arjun Mukherjee", handle: "@arjun_m", testimonial: "Quick delivery and very friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg" }, + { id: "t5", name: "Meera Chatterjee", handle: "@meera_c", testimonial: "Fresh, hot, and spicy. Perfect balance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" }, ]} title="What Our Guests Say" description="Authentic experiences from real food lovers." @@ -167,9 +167,10 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} tag="Visit Us" title="Hungry? Contact Us Now" - description="J8VX+R34, 21/A/2, Dewangazi Rd, Bally, Kolkata, Howrah. Reach us at 09903757836." + description="J8VX+R34, 21/A/2, Dewangazi Rd, Bally, Kolkata, Howrah. Reach us at 09903757836. Find us on Google Maps at 22.6506, 88.3475." buttons={[ { text: "Call 09903757836", href: "tel:09903757836" }, + { text: "View on Google Maps", href: "https://www.google.com/maps/search/?api=1&query=Green+Pepper+Bally+Kolkata" }, ]} /> @@ -183,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1