From 3611b13e279cae313a3a579417ff43adedaaeff8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:36:16 +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 bd55235..cef25b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,22 +141,22 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Family of 4", testimonial: "Clubhouse is our go-to restaurant! The food is always authentic and delicious. The service is warm and welcoming. We love bringing our kids here!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "Family of 4", testimonial: "Clubhouse is our go-to restaurant! The food is always authentic and delicious. The service is warm and welcoming. We love bringing our kids here!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "Gym Member", testimonial: "Best gym experience I've had. The trainers are knowledgeable and the equipment is top-notch. The combination with a great restaurant is genius!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "Gym Member", testimonial: "Best gym experience I've had. The trainers are knowledgeable and the equipment is top-notch. The combination with a great restaurant is genius!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "Regular Diner", testimonial: "I come here twice a week for lunch. The Lebanese cuisine is authentic, portions are generous, and the atmosphere is always pleasant.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "Regular Diner", testimonial: "I come here twice a week for lunch. The Lebanese cuisine is authentic, portions are generous, and the atmosphere is always pleasant.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "Fitness Enthusiast", testimonial: "Finally found a place where I can work out and enjoy quality food! The gym facilities are excellent and the post-workout meals are perfect.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "Fitness Enthusiast", testimonial: "Finally found a place where I can work out and enjoy quality food! The gym facilities are excellent and the post-workout meals are perfect.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Kim" }, { - id: "5", name: "Amara Okonkwo", handle: "Corporate Client", testimonial: "We book Clubhouse for our company events. The catering is impeccable and the team goes above and beyond to make every event special.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Amara Okonkwo" + id: "5", name: "Amara Okonkwo", handle: "Corporate Client", testimonial: "We book Clubhouse for our company events. The catering is impeccable and the team goes above and beyond to make every event special.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "Amara Okonkwo" }, { - id: "6", name: "James Wilson", handle: "Food Critic", testimonial: "Outstanding Lebanese restaurant with impressive gym facilities. A unique concept executed beautifully. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Wilson" + id: "6", name: "James Wilson", handle: "Food Critic", testimonial: "Outstanding Lebanese restaurant with impressive gym facilities. A unique concept executed beautifully. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "James Wilson" } ]} speed={40} -- 2.49.1