From ef13b5283b0dae4885b2282d1347f0ffec724410 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 14:51:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 332335d..1578b4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Your Journey, Our Expertise" description={[ - "At Morocco Wonder Travel, we believe every journey should be a story. Founded in 2025, we specialize in creating personalized tours that immerse you in the authentic culture, stunning landscapes, and warm hospitality of Morocco. From the bustling streets of Marrakech to the serene dunes of the Sahara, our expert guides ensure a seamless and enriching travel experience.", "We handle every detail, allowing you to relax and soak in the magic. With a passion for authentic Moroccan adventures, we are dedicated to making your travel dreams a reality."]} + "At Morocco Wonder Travel, we believe every journey should be a story. Founded in 2025, we specialize in creating personalized tours that immerse you in the authentic culture, stunning landscapes, and warm hospitality of Morocco. From the bustling streets of Marrakech to the serene dunes of the Sahara, our expert guides ensure a seamless and enriching travel experience.", "We handle every detail, allowing you to relax and soak in the magic. With a passion for authentic Moroccan adventures, we are dedicated to making your travel dreams a reality." ]} buttons={[ { text: "Learn More About Us", href: "/about"}, @@ -140,6 +140,11 @@ export default function LandingPage() { "Travel Alliance", "Desert Adventures", "Culture Connect", "Wanderlust Safaris", "Global Journeys", "Explore Africa", "Oasis Escapes"]} title="Trusted by Travelers Worldwide" description="Proud partners in delivering unforgettable Moroccan experiences." + tag="Our Partners" + buttons={[ + { + text: "Learn More", href: "#"} + ]} /> -- 2.49.1