Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fa2a989c1 | |||
| 6adbb78f04 | |||
| 7383e2cf33 | |||
| 8733234a7f | |||
| 6e916bd570 | |||
| c83511ceb5 |
1429
src/app/layout.tsx
1429
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">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardFourteen
|
<MetricCardFourteen
|
||||||
title="Trusted by thousands of Beninese travelers and businesses seeking reliable travel solutions."
|
title="Trusted by thousands of Beninese travelers and businesses seeking reliable travel solutions."
|
||||||
tag="Our Impact"
|
tag="Notre Impact"
|
||||||
metrics={[
|
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"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -231,16 +231,16 @@ export default function HomePage() {
|
|||||||
{/* Contact Section */}
|
{/* Contact Section */}
|
||||||
<div id="contact-section" data-section="contact-section">
|
<div id="contact-section" data-section="contact-section">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get Started"
|
tag="Commencer"
|
||||||
title="Request Your Travel Quote Today"
|
title="Demandez votre devis de voyage dès aujourd'hui"
|
||||||
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."
|
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}
|
tagIcon={Send}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Entrez votre adresse e-mail"
|
||||||
buttonText="Request Quote"
|
buttonText="Demander un devis"
|
||||||
termsText="We respect your privacy. Your information helps us provide better travel solutions."
|
termsText="Nous respectons votre vie privée. Vos informations nous aident à fournir de meilleures solutions de voyage."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -248,8 +248,41 @@ export default function HomePage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="IFE Voyages"
|
logoText="IFE Voyages"
|
||||||
columns={footerColumns}
|
columns={[
|
||||||
copyrightText="© 2025 IFE Voyages. All rights reserved."
|
{
|
||||||
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user