From 96d7713ada8b2ebcb7a389cf6d750d23c292410f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:35:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cf88d0..8d25d07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,13 +94,13 @@ export default function LandingPage() { { id: "1", name: "Fatima B.", role: "Local Resident", testimonial: "The pizza is absolutely delicious! We order from Red Mango every Friday. The staff is always friendly and the service is incredibly fast. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Fatima B."}, { - id: "2", name: "Ahmed K.", role: "Business Owner", testimonial: "Best pizza in Boumerdes, hands down. I've tried many places, but Red Mango stands out for quality, taste, and value. The Mega Pizza is perfect for our team lunches.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Ahmed K."}, + id: "2", name: "Ahmed K.", role: "Business Owner", testimonial: "Best pizza in Boumerdes, hands down. I've tried many places, but Red Mango stands out for quality, taste, and value. The Mega Pizza is perfect for our team lunches.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Ahmed K."}, { - id: "3", name: "Leila M.", role: "Student", testimonial: "Affordable and delicious! Red Mango is my go-to place when I'm craving pizza. Open until midnight too, which is perfect for late-night study sessions. Love it!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Leila M."}, + id: "3", name: "Leila M.", role: "Student", testimonial: "Affordable and delicious! Red Mango is my go-to place when I'm craving pizza. Open until midnight too, which is perfect for late-night study sessions. Love it!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Leila M."}, { id: "4", name: "Youssef D.", role: "Family Man", testimonial: "Clean environment, friendly staff, and outstanding pizza. We've been regular customers for over a year. Every family in Boumerdes should try Red Mango!", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Youssef D."}, { - id: "5", name: "Nadia S.", role: "Food Blogger", testimonial: "Red Mango nailed the balance between quality and affordability. The freshness of ingredients and attention to detail in every pizza shows they care. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Nadia S."}, + id: "5", name: "Nadia S.", role: "Food Blogger", testimonial: "Red Mango nailed the balance between quality and affordability. The freshness of ingredients and attention to detail in every pizza shows they care. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Nadia S."}, { id: "6", name: "Karim H.", role: "Regular Customer", testimonial: "Consistent quality every single time. Whether it's dine-in, takeaway, or delivery, Red Mango delivers. This is the place for pizza in Boumerdes. Period.", imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Karim H."}, ]} -- 2.49.1