Update src/app/page.tsx

This commit is contained in:
2026-05-07 20:15:47 +00:00
parent 7cf189e51f
commit 4feab14d33

View File

@@ -50,6 +50,7 @@ export default function LandingPage() {
<HeroCentered
title="Discover the Magic of Morocco"
description="Experience the vibrant colors, ancient traditions, and breathtaking landscapes of the Kingdom of Morocco with our curated tours."
background={{ variant: "plain" }}
avatars={[]}
buttons={[{ text: "Start Planning", href: "#form" }]}
/>
@@ -93,13 +94,13 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about"><TextSplitAbout title="Authentic Moroccan Experiences" description={["At Morocco Specials, we bridge the gap between curiosity and discovery."]} useInvertedBackground={false} /></div>
<div id="features" data-section="features"><FeatureCardNineteen features={[]} title="Iconic Destinations" description="Explore the diversity of our land." textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" /></div>
<div id="features" data-section="features"><FeatureCardNineteen features={[]} title="Iconic Destinations" description="Explore the diversity of our land." textboxLayout="default" useInvertedBackground={false} /></div>
<div id="products" data-section="products"><ProductCardFour products={[]} title="Curated Travel Experiences" description="Handcrafted packages." gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} /></div>
<div id="socialProof" data-section="socialProof"><SocialProofOne names={["UNESCO", "National Geographic"]} title="Trusted by Travelers" description="We are verified by world-leading institutions." textboxLayout="default" useInvertedBackground={false} /></div>
<div id="testimonials" data-section="testimonials"><TestimonialCardTwelve testimonials={[]} cardTitle="Traveler Reviews" cardTag="Verified" cardAnimation="slide-up" useInvertedBackground={true} /></div>
<div id="faq" data-section="faq"><FaqBase faqs={[]} title="FAQ" description="Everything you need to know." faqsAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} /></div>
<div id="contact" data-section="contact"><ContactSplit tag="Plan Your Visit" title="Get Started Today" description="Sign up for updates." background={{ variant: "plain" }} useInvertedBackground={true} /></div>
<div id="footer" data-section="footer"><FooterSimple columns={[]} /></div>
<div id="footer" data-section="footer"><FooterSimple columns={[]} bottomLeftText="© 2025 Morocco Specials" bottomRightText="Privacy Policy" /></div>
</ReactLenis>
</ThemeProvider>
);