Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-12 15:43:18 +00:00

View File

@@ -78,6 +78,7 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
title="Top Activity Spots"
description="Explore the most trending destinations across Jordan."
products={[
@@ -92,6 +93,7 @@ export default function LandingPage() {
<PricingCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Plan Your Growth"
description="Flexible options for users and business partners in the Jordanian tourism sector."
plans={[
@@ -106,6 +108,8 @@ export default function LandingPage() {
names={["Jordan Tourism", "Amman Eats", "Wadi Rum Adventures", "Petra Heritage"]}
title="Trusted by Industry Leaders"
description="We collaborate with Jordan's most prominent travel and tourism entities."
useInvertedBackground={false}
textboxLayout="default"
/>
</div>
@@ -113,6 +117,7 @@ export default function LandingPage() {
<FaqSplitMedia
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
title="Common Questions"
description="Get answers about how our AI planning technology works."
faqs={[
@@ -128,6 +133,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
text="Ready to start your Jordan adventure with La Tehtaar?"
buttons={[{ text: "Contact Our Team" }]}
useInvertedBackground={false}
/>
</div>