diff --git a/src/app/page.tsx b/src/app/page.tsx
index a159565..8641fe1 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="Mall of Egypt, 6th of October"
+ bottomLeftText="3 Locations Across Egypt"
bottomRightText="info@countryhills.com"
/>
@@ -41,7 +41,7 @@ export default function LandingPage() {
@@ -107,13 +111,17 @@ 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"
+ },
]}
/>
@@ -122,7 +130,7 @@ export default function LandingPage() {