Merge version_2 into main #4
1433
src/app/layout.tsx
1433
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -212,16 +212,16 @@ export default function HomePage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
title="Trusted by thousands of Beninese travelers and businesses seeking reliable travel solutions."
|
||||
tag="Our Impact"
|
||||
tag="Notre Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "10+", description: "Years of trusted service in the travel industry"},
|
||||
id: "1", value: "10+", description: "Années de service fiable dans l'industrie du voyage"},
|
||||
{
|
||||
id: "2", value: "4.4★", description: "Rating from 38+ verified customer reviews"},
|
||||
id: "2", value: "4.4★", description: "Évaluation de 38+ avis clients vérifiés"},
|
||||
{
|
||||
id: "3", value: "2,000+", description: "Successful travel bookings and visa applications"},
|
||||
id: "3", value: "2,000+", description: "Réservations de voyage réussies et demandes de visa"},
|
||||
{
|
||||
id: "4", value: "24/7", description: "Customer support available when you need us"},
|
||||
id: "4", value: "24/7", description: "Support client disponible quand vous en avez besoin"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -231,16 +231,16 @@ export default function HomePage() {
|
||||
{/* Contact Section */}
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Request Your Travel Quote Today"
|
||||
description="Let us help you plan your next adventure. Submit your travel details and we'll get back to you within 24 hours with a personalized quote."
|
||||
tag="Commencer"
|
||||
title="Demandez votre devis de voyage dès aujourd'hui"
|
||||
description="Laissez-nous vous aider à planifier votre prochaine aventure. Soumettez vos détails de voyage et nous vous répondrons dans les 24 heures avec un devis personnalisé."
|
||||
tagIcon={Send}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Quote"
|
||||
termsText="We respect your privacy. Your information helps us provide better travel solutions."
|
||||
inputPlaceholder="Entrez votre adresse e-mail"
|
||||
buttonText="Demander un devis"
|
||||
termsText="Nous respectons votre vie privée. Vos informations nous aident à fournir de meilleures solutions de voyage."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -248,8 +248,41 @@ export default function HomePage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="IFE Voyages"
|
||||
columns={footerColumns}
|
||||
copyrightText="© 2025 IFE Voyages. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Billets d'avion", href: "/" },
|
||||
{ label: "Assistance Visa", href: "/" },
|
||||
{ label: "Forfaits de voyage", href: "/" },
|
||||
{ label: "Réservation d'hôtel", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Entreprise", items: [
|
||||
{ label: "À propos de nous", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Destinations", href: "/destinations" },
|
||||
{ label: "Blog", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Juridique", items: [
|
||||
{ label: "Politique de confidentialité", href: "/" },
|
||||
{ label: "Conditions d'utilisation", href: "/" },
|
||||
{ label: "Politique de remboursement", href: "/" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Téléphone: +229 21 31 01 10", href: "tel:+22921310110" },
|
||||
{ label: "E-mail: info@ifevoyages.com", href: "mailto:info@ifevoyages.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/22921310110" },
|
||||
{ label: "Cotonou, Bénin", href: "/" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 IFE Voyages. Tous droits réservés."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user