From 3a457a1ab9df8f6b0cb676adb0c4960fc993f512 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:12:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e9d1ca..86233fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Where tradition meets luxury. Savor the rich, aromatic flavors of Arabia, prepared with passion and served with pride in the heart of Vadakkencherry." testimonials={[ { name: "Sreyas vs", handle: "@foodie_reviewer", testimonial: "The dishes are well-cooked and full of flavor. Definitely a must-visit for mandi lovers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/plates-cutlery-glasses-flat-lay_23-2148914878.jpg?_wi=1", imageAlt: "luxury arabian mandi platter aesthetic" }, - { name: "Althaf Mundackal", handle: "@local_guide", testimonial: "Best place to have manthi in vadakkencherry! Overall good food and convenient parking.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-plate-rice-wooden-table_114579-79271.jpg", imageAlt: "modern arabian restaurant interior" }, + { name: "Althaf Mundackal", handle: "@local_guide", testimonial: "Best place to have manthi in vadakkencherry! Overall good food and convenient parking.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-plate-rice-wooden-table_114579-79271.jpg?_wi=1", imageAlt: "modern arabian restaurant interior" }, { name: "Devadarsini k", handle: "@frequent_diner", testimonial: "Consistent taste and high quality. Been coming here for over a year.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/spices-plate_23-2147684837.jpg?_wi=1", imageAlt: "fresh grilled chicken alfaham" }, { name: "Anu P", handle: "@local_foodie", testimonial: "Absolutely loved the spices and the meat tenderness.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-rice-rice-dried-fruits-plate-bowls-spices_140725-78909.jpg?_wi=1", imageAlt: "unlimited aromatic mandi rice bowl" }, { name: "Rahul Raj", handle: "@mandi_expert", testimonial: "Premium quality at a great price point. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chopped-fruit-salad-ceramic-plate-concrete_114579-71923.jpg?_wi=1", imageAlt: "refreshing salad side dish plate" }, @@ -83,7 +83,7 @@ export default function LandingPage() { { id: "1", title: "Chicken Peri Peri Mandhi", descriptions: ["Tender chicken marinated in our secret peri-peri spices and grilled to perfection."], imageSrc: "http://img.b2bpic.net/free-photo/spices-plate_23-2147684837.jpg?_wi=2" }, { id: "2", title: "Mandhi Rice", descriptions: ["Authentic aromatic basmati rice cooked with traditional spices and tender meat stock."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-rice-rice-dried-fruits-plate-bowls-spices_140725-78909.jpg?_wi=2" }, { id: "3", title: "Salad", descriptions: ["Freshly cut garden vegetables served with our signature dressing for a refreshing crunch."], imageSrc: "http://img.b2bpic.net/free-photo/chopped-fruit-salad-ceramic-plate-concrete_114579-71923.jpg?_wi=2" }, - { id: "4", title: "Beef Mandhi", descriptions: ["Slow-cooked, melt-in-your-mouth beef seasoned with royal Arabian spices."], imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-plate-rice-wooden-table_114579-79271.jpg" }, + { id: "4", title: "Beef Mandhi", descriptions: ["Slow-cooked, melt-in-your-mouth beef seasoned with royal Arabian spices."], imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-plate-rice-wooden-table_114579-79271.jpg?_wi=2" }, ]} title="Our Signature Menu" description="Discover our curated selection of authentic Arabian delicacies, crafted with premium ingredients." -- 2.49.1