From 52de3732675dbbde94d4c106afdc1c4288d53dfc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:18:26 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8641fe1..a159565 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Location", id: "contact" }, { name: "Make Reservation", id: "https://example.com/reservation" }, ]} - bottomLeftText="3 Locations Across Egypt" + bottomLeftText="Mall of Egypt, 6th of October" bottomRightText="info@countryhills.com" /> @@ -41,7 +41,7 @@ export default function LandingPage() {
@@ -111,17 +107,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Regular Guest", testimonial: "It's a lovely place with a good atmosphere. The service is so good. I would definitely come again.", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageAlt: "Sarah Johnson" - }, + id: "1", name: "Sarah Johnson", role: "Regular Guest", testimonial: "It's a lovely place with a good atmosphere. The service is so good. I would definitely come again.", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Yasmeen Ahmed", role: "Frequent Visitor", testimonial: "Good quality. Great staff and service. Yasmeen and Mohammed Hussein are so welcoming and nice.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Yasmeen Ahmed" - }, + id: "2", name: "Yasmeen Ahmed", role: "Frequent Visitor", testimonial: "Good quality. Great staff and service. Yasmeen and Mohammed Hussein are so welcoming and nice.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Yasmeen Ahmed"}, { - id: "3", name: "Nancy Stafanos", role: "Local Guide", testimonial: "All the staff and the manager are absolutely nice and decent. Service is quick and portions are huge.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Nancy Stafanos" - }, + id: "3", name: "Nancy Stafanos", role: "Local Guide", testimonial: "All the staff and the manager are absolutely nice and decent. Service is quick and portions are huge.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Nancy Stafanos"}, { - id: "4", name: "Michael Hassan", role: "Family Customer", testimonial: "The takeaway packing is excellent, and we had a very good experience. Highly recommended for families!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-money-gesture_1298-476.jpg", imageAlt: "Michael Hassan" - }, + id: "4", name: "Michael Hassan", role: "Family Customer", testimonial: "The takeaway packing is excellent, and we had a very good experience. Highly recommended for families!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-money-gesture_1298-476.jpg", imageAlt: "Michael Hassan"}, ]} /> @@ -130,7 +122,7 @@ export default function LandingPage() {