7 Commits

Author SHA1 Message Date
de61368e15 Update src/app/page.tsx 2026-03-08 18:31:00 +00:00
9777c47021 Update src/app/layout.tsx 2026-03-08 18:30:59 +00:00
b9fe63dda5 Switch to version 1: modified src/app/page.tsx 2026-03-08 18:23:28 +00:00
4b9213e1b0 Switch to version 1: modified src/app/layout.tsx 2026-03-08 18:23:28 +00:00
9049e1ca0e Merge version_2 into main
Merge version_2 into main
2026-03-08 18:17:21 +00:00
2098b14ff7 Update src/app/page.tsx 2026-03-08 18:17:16 +00:00
34d9791d8c Update src/app/layout.tsx 2026-03-08 18:17:16 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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 les voyages de luxe à travers des parcours en petits groupes personnalisés, conçus pour les familles et les voyageurs exigeants en quête de découverte authentique.", "Nous croyons que les voyages extraordinaires commencent par la compréhension. Chaque aventure est méticuleusement conçue selon vos intérêts uniques, votre style de voyage et vos besoins familiaux, éliminant le stress de la planification et créant l'espace pour une véritable connexion 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 des moments inoubliables ensemble."
animationType="entrance-slide"
buttons={[
{ text: "Start Planning Your Adventure", href: "#contact" },
{ text: "WhatsApp Instant Contact", href: "https://wa.me/1234567890" }
{ text: "Commencer à planifier votre aventure", href: "#contact" },
{ text: "Contact instantané WhatsApp", 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>
);
}
}