From ab4190de8c9840e22b458b49cb297a31151b5b0e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 04:01:20 +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 b04ab01..a4fb5f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,22 +153,22 @@ export default function LandingPage() { buttonAnimation="none" testimonials={[ { - id: "testimonial-1", title: "Authentic and Delicious", quote: "The nasi sotong and udang sambal were amazing. Definitely coming back again!", name: "Syazwani K", role: "Regular Diner", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg", imageAlt: "happy family dining Malaysian restaurant" + id: "testimonial-1", title: "Authentic and Delicious", quote: "The nasi sotong and udang sambal were amazing. Definitely coming back again!", name: "Syazwani K", role: "Regular Diner", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg?_wi=1", imageAlt: "happy family dining Malaysian restaurant" }, { - id: "testimonial-2", title: "Tastes Like Home", quote: "A hidden gem for kampung-style dishes. The masak lemak siput sedut tasted like home cooking.", name: "Mohd Khairul Ikhwan", role: "Food Lover", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg", imageAlt: "happy family dining Malaysian restaurant" + id: "testimonial-2", title: "Tastes Like Home", quote: "A hidden gem for kampung-style dishes. The masak lemak siput sedut tasted like home cooking.", name: "Mohd Khairul Ikhwan", role: "Food Lover", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg?_wi=2", imageAlt: "happy family dining Malaysian restaurant" }, { - id: "testimonial-3", title: "Family Friendly", quote: "Authentic Malay food, family friendly and super friendly staff.", name: "Shi Moss", role: "Family Group", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg", imageAlt: "happy family dining Malaysian restaurant" + id: "testimonial-3", title: "Family Friendly", quote: "Authentic Malay food, family friendly and super friendly staff.", name: "Shi Moss", role: "Family Group", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg?_wi=3", imageAlt: "happy family dining Malaysian restaurant" }, { - id: "testimonial-4", title: "Worth the Visit", quote: "The rendang hitam is incredible – rich, flavorful, and exactly how it should taste. Best in Puncak Alam!", name: "Ahmad Razin", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg", imageAlt: "happy family dining Malaysian restaurant" + id: "testimonial-4", title: "Worth the Visit", quote: "The rendang hitam is incredible – rich, flavorful, and exactly how it should taste. Best in Puncak Alam!", name: "Ahmad Razin", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg?_wi=4", imageAlt: "happy family dining Malaysian restaurant" }, { - id: "testimonial-5", title: "Perfect Breakfast Spot", quote: "Roti telur goyang is perfection. We come here every weekend for breakfast. Highly recommended!", name: "Fatimah & Family", role: "Weekend Regular", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg", imageAlt: "happy family dining Malaysian restaurant" + id: "testimonial-5", title: "Perfect Breakfast Spot", quote: "Roti telur goyang is perfection. We come here every weekend for breakfast. Highly recommended!", name: "Fatimah & Family", role: "Weekend Regular", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg?_wi=5", imageAlt: "happy family dining Malaysian restaurant" }, { - id: "testimonial-6", title: "Genuine Malaysian Experience", quote: "Finally found a place with genuine kampung cooking. The atmosphere and food are both exceptional.", name: "Sarah Lee", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg", imageAlt: "happy family dining Malaysian restaurant" + id: "testimonial-6", title: "Genuine Malaysian Experience", quote: "Finally found a place with genuine kampung cooking. The atmosphere and food are both exceptional.", name: "Sarah Lee", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-traditional-meal-spread_141793-16.jpg?_wi=6", imageAlt: "happy family dining Malaysian restaurant" } ]} /> -- 2.49.1