Update src/app/page.tsx

This commit is contained in:
2026-05-12 15:43:12 +00:00
parent a6bd0c660b
commit 43f6821efb

View File

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