Merge version_2 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -64,12 +64,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="About MK Adventure"
|
||||
title="À propos de MK Adventure"
|
||||
description={[
|
||||
"Founded by Mathieu, MK Adventure reimagines luxury travel through personalized, small-group journeys designed for families and discerning travelers seeking authentic discovery.", "We believe that extraordinary journeys begin with understanding. Each adventure is meticulously crafted to your unique interests, travel style, and family needs—eliminating planning overwhelm and creating space for genuine connection with the world."
|
||||
"Fondée par Mathieu, MK Adventure réinvente le voyage de luxe à travers des journeys personnalisées et en petits groupes conçues pour les familles et les voyageurs exigeants en quête de découvertes authentiques.", "Nous croyons que les voyages extraordinaires commencent par la compréhension. Chaque aventure est méticuleusement conçue autour de vos intérêts uniques, votre style de voyage et les besoins de votre famille — éliminant la surcharge de planification et créant l'espace pour une connexion véritable avec le monde."
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#founder" }
|
||||
{ text: "En savoir plus", href: "#founder" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
@@ -235,11 +235,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to start planning your extraordinary adventure? Let's create unforgettable moments together."
|
||||
text="Prêt à commencer à planifier votre aventure extraordinaire ? Créons ensemble des moments inoubliables."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Start Planning Your Adventure", href: "#contact" },
|
||||
{ text: "WhatsApp Instant Contact", href: "https://wa.me/1234567890" }
|
||||
{ text: "Commencer la planification", href: "#contact" },
|
||||
{ text: "Contact WhatsApp instantané", href: "https://wa.me/1234567890" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -249,7 +249,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="MK Adventure"
|
||||
copyrightText="© 2025 MK Adventure | Extraordinary journeys, crafted personally."
|
||||
copyrightText="© 2025 MK Adventure | Des voyages extraordinaires, conçus personnellement."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com/mkadventure", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com/mkadventure", ariaLabel: "Facebook" },
|
||||
@@ -259,4 +259,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user