From f813105c4ec12ff100556b263dfe521caefc8902 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:35:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61084ba..bd55235 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,6 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" useInvertedBackground={false} - textboxLayout="default" /> @@ -76,7 +75,6 @@ export default function LandingPage() { title="Signature Menu Highlights" description="Experience authentic Lebanese flavors crafted with premium ingredients" tag="Featured Dishes" - textboxLayout="default" animationType="slide-up" useInvertedBackground={true} gridVariant="uniform-all-items-equal" @@ -94,6 +92,7 @@ export default function LandingPage() { reviewCount: "195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg", imageAlt: "Traditional Lebanese dessert" } ]} + textboxLayout="default" buttons={[ { text: "View Full Menu", href: "#contact" } ]} @@ -142,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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=3", 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", imageAlt: "James Wilson" } ]} speed={40} -- 2.49.1