From a8179df601e9bc43407cad838bce6f7732a46236 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:03:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 993d866..5f0c816 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,13 +150,13 @@ export default function LandingPage() { description="Real feedback from satisfied customers who trust Royal Kitchen Blue for their dining needs." testimonials={[ { - id: "1", title: "Best Restaurant Experience", quote: "Royal Kitchen Blue offers exceptional food quality and genuine hospitality. Every visit feels special, and the staff always goes the extra mile to make you comfortable.", name: "Habibullah Mesbah", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Habibullah Mesbah"}, + id: "1", title: "Best Restaurant Experience", quote: "Royal Kitchen Blue offers exceptional food quality and genuine hospitality. Every visit feels special, and the staff always goes the extra mile to make you comfortable.", name: "Habibullah Mesbah", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Habibullah Mesbah"}, { - id: "2", title: "Perfect for Hangouts", quote: "Great place to relax with friends and family. The ambiance is welcoming, food is delicious, and the prices are reasonable for the quality you get.", name: "Fatima Rahman", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Fatima Rahman"}, + id: "2", title: "Perfect for Hangouts", quote: "Great place to relax with friends and family. The ambiance is welcoming, food is delicious, and the prices are reasonable for the quality you get.", name: "Fatima Rahman", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Fatima Rahman"}, { - id: "3", title: "Consistently Excellent", quote: "I've been coming here for over a year now. The consistency in food quality and service is remarkable. They really care about their customers.", name: "Ahmed Hassan", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ahmed Hassan"}, + id: "3", title: "Consistently Excellent", quote: "I've been coming here for over a year now. The consistency in food quality and service is remarkable. They really care about their customers.", name: "Ahmed Hassan", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Ahmed Hassan"}, { - id: "4", title: "Woman-Owned Business Pride", quote: "So proud to support a successful woman-owned restaurant. The leadership is visible in every aspect - from the food to the service to how they treat their team.", name: "Sophia Khan", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sophia Khan"}, + id: "4", title: "Woman-Owned Business Pride", quote: "So proud to support a successful woman-owned restaurant. The leadership is visible in every aspect - from the food to the service to how they treat their team.", name: "Sophia Khan", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Sophia Khan"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1