diff --git a/src/app/components/LanguageToggle.tsx b/src/app/components/LanguageToggle.tsx
new file mode 100644
index 0000000..0a32228
--- /dev/null
+++ b/src/app/components/LanguageToggle.tsx
@@ -0,0 +1,17 @@
+"use client";
+
+import { useLanguage } from "@/app/context/LanguageContext";
+
+export function LanguageToggle() {
+ const { language, setLanguage, t } = useLanguage();
+
+ return (
+
+ );
+}
diff --git a/src/app/context/LanguageContext.tsx b/src/app/context/LanguageContext.tsx
new file mode 100644
index 0000000..5e59e66
--- /dev/null
+++ b/src/app/context/LanguageContext.tsx
@@ -0,0 +1,42 @@
+"use client";
+
+import React, { createContext, useContext, useState } from "react";
+
+type Language = "en" | "fr";
+
+interface LanguageContextType {
+ language: Language;
+ setLanguage: (lang: Language) => void;
+ t: (key: string) => string;
+}
+
+const LanguageContext = createContext(undefined);
+
+const translations: Record> = {
+ en: {
+ "nav.about": "About", "nav.portfolio": "Portfolio", "nav.services": "Services", "nav.testimonials": "Testimonials", "nav.contact": "Contact", "hero.logo": "AMÉNAGEMENTS TROPIKS", "hero.description": "Transform your outdoor space into a premium sanctuary. Luxury landscape design and installation for discerning homeowners across the region.", "hero.button1": "Request Your Custom Quote", "hero.button2": "View Our Portfolio", "about.tag": "About Us", "about.title": "Crafting Bespoke Tropical Landscapes for Luxury Homes", "about.button": "Learn More", "portfolio.title": "Our Portfolio", "portfolio.description": "Curated selection of completed luxury landscape transformations showcasing our craftsmanship and design expertise.", "portfolio.tag": "Featured Projects", "portfolio.project1.brand": "Residence Portfolio", "portfolio.project1.name": "Estate Garden Transformation", "portfolio.project1.price": "Design + Install", "portfolio.project1.review": "Completed 2024", "portfolio.project2.brand": "Residence Portfolio", "portfolio.project2.name": "Tropical Paradise Installation", "portfolio.project2.price": "Water Features", "portfolio.project2.review": "Completed 2024", "portfolio.project3.brand": "Residence Portfolio", "portfolio.project3.name": "Exotic Garden Design", "portfolio.project3.price": "Planting + Design", "portfolio.project3.review": "Completed 2023", "portfolio.project4.brand": "Residence Portfolio", "portfolio.project4.name": "Hardscape & Planting", "portfolio.project4.price": "Hardscaping", "portfolio.project4.review": "Completed 2023", "portfolio.project5.brand": "Residence Portfolio", "portfolio.project5.name": "Premium Installation Detail", "portfolio.project5.price": "Stonework + Design", "portfolio.project5.review": "Completed 2024", "services.title": "Our Services", "services.description": "Comprehensive landscape solutions tailored to your vision and outdoor space.", "services.tag": "Premium Services", "services.service1.title": "Custom Design Consultation", "services.service1.description": "Personalized landscape design planning with detailed renderings and project timeline. We work closely with you to understand your vision, lifestyle, and aesthetic preferences.", "services.service2.title": "Installation & Hardscaping", "services.service2.description": "Expert installation of custom hardscape elements including patios, water features, stonework, and tropical plant installations. Our craftsmen deliver precision and durability.", "testimonials.title": "Client Testimonials", "testimonials.description": "Hear from our satisfied clients about their landscape transformation experience and results.", "testimonials.tag": "Reviews", "testimonials.client1.name": "Catherine Mitchell", "testimonials.client1.role": "Homeowner", "testimonials.client1.text": "Aménagements Tropiks completely transformed our backyard into the tropical sanctuary we'd always dreamed of. Their attention to detail and commitment to excellence was outstanding throughout the entire project.", "testimonials.client2.name": "Robert Chen", "testimonials.client2.role": "Property Developer", "testimonials.client2.text": "Working with their team on multiple residential developments has been exceptional. They deliver premium landscape solutions on time and exceed every expectation. Highly recommended.", "testimonials.client3.name": "Stephanie Laurent", "testimonials.client3.role": "Real Estate Executive", "testimonials.client3.text": "The landscapes they create for our luxury properties significantly increase property value and buyer appeal. They understand premium design and execution perfectly.", "testimonials.client4.name": "Michael Richardson", "testimonials.client4.role": "Homeowner", "testimonials.client4.text": "From concept to completion, their team was professional, creative, and detail-oriented. Our new landscape is even more beautiful than the renderings they provided.", "testimonials.client5.name": "Victoria Moreno", "testimonials.client5.role": "Estate Owner", "testimonials.client5.text": "The quality of their craftsmanship, plant selection, and landscape design is unmatched in the region. They truly are artists in their field.", "testimonials.client6.name": "James Sullivan", "testimonials.client6.role": "Commercial Property Manager", "testimonials.client6.text": "Their expertise in tropical landscape design transformed our commercial properties into stunning outdoor environments that guests absolutely love.", "metrics.title": "Our Impact", "metrics.description": "Proven results delivering luxury landscape solutions across the region.", "metrics.tag": "By The Numbers", "metrics.metric1.value": "250+", "metrics.metric1.title": "Premium Projects Completed", "metrics.metric1.item1": "Luxury residential estates", "metrics.metric1.item2": "Commercial properties", "metrics.metric1.item3": "Developer partnerships", "metrics.metric1.item4": "Award-winning designs", "metrics.metric2.value": "98%", "metrics.metric2.title": "Client Satisfaction Rate", "metrics.metric2.item1": "Repeat client base", "metrics.metric2.item2": "Referral driven growth", "metrics.metric2.item3": "Premium positioning", "metrics.metric2.item4": "Industry recognition", "metrics.metric3.value": "15+", "metrics.metric3.title": "Years Industry Experience", "metrics.metric3.item1": "Expert team leadership", "metrics.metric3.item2": "Proven craftsmanship", "metrics.metric3.item3": "Design innovation", "metrics.metric3.item4": "Trusted expertise", "contact.tag": "Get Started", "contact.title": "Request Your Custom Quote", "contact.description": "Let's discuss your vision and create a personalized landscape design plan. Contact our team for a consultation.", "contact.placeholder": "your@email.com", "contact.button": "Request Quote", "contact.terms": "We respect your privacy. We'll contact you within 24 hours to discuss your landscape project.", "footer.logo": "Aménagements Tropiks", "footer.copyright": "© 2025 Aménagements Tropiks Inc. | Luxury Landscape Design & Installation", "lang.en": "EN", "lang.fr": "FR"},
+ fr: {
+ "nav.about": "À propos", "nav.portfolio": "Portfolio", "nav.services": "Services", "nav.testimonials": "Témoignages", "nav.contact": "Contact", "hero.logo": "AMÉNAGEMENTS TROPIKS", "hero.description": "Transformez votre espace extérieur en un sanctuaire premium. Design paysager luxe et installation pour les propriétaires exigeants de la région.", "hero.button1": "Demander Votre Soumission Personnalisée", "hero.button2": "Voir Notre Portfolio", "about.tag": "À Propos", "about.title": "Créer des Paysages Tropicaux Personnalisés pour Maisons de Luxe", "about.button": "En Savoir Plus", "portfolio.title": "Notre Portfolio", "portfolio.description": "Sélection organisée de transformations paysagères de luxe complétées mettant en valeur notre savoir-faire et expertise en design.", "portfolio.tag": "Projets Vedettes", "portfolio.project1.brand": "Portfolio Résidentiel", "portfolio.project1.name": "Transformation de Jardin d'Domaine", "portfolio.project1.price": "Design + Installation", "portfolio.project1.review": "Complété 2024", "portfolio.project2.brand": "Portfolio Résidentiel", "portfolio.project2.name": "Installation Paradis Tropical", "portfolio.project2.price": "Caractéristiques Aquatiques", "portfolio.project2.review": "Complété 2024", "portfolio.project3.brand": "Portfolio Résidentiel", "portfolio.project3.name": "Design de Jardin Exotique", "portfolio.project3.price": "Plantation + Design", "portfolio.project3.review": "Complété 2023", "portfolio.project4.brand": "Portfolio Résidentiel", "portfolio.project4.name": "Hardscape et Plantation", "portfolio.project4.price": "Dallage", "portfolio.project4.review": "Complété 2023", "portfolio.project5.brand": "Portfolio Résidentiel", "portfolio.project5.name": "Détail d'Installation Premium", "portfolio.project5.price": "Travail en Pierre + Design", "portfolio.project5.review": "Complété 2024", "services.title": "Nos Services", "services.description": "Solutions paysagères complètes adaptées à votre vision et votre espace extérieur.", "services.tag": "Services Premium", "services.service1.title": "Consultation de Design Personnalisé", "services.service1.description": "Planification paysagère personnalisée avec rendus détaillés et calendrier de projet. Nous travaillons en étroite collaboration pour comprendre votre vision, votre style de vie et vos préférences esthétiques.", "services.service2.title": "Installation et Dallage", "services.service2.description": "Installation experte d'éléments de dallage personnalisés incluant patios, caractéristiques aquatiques, travail en pierre et installations de plantes tropicales. Nos artisans livrent précision et durabilité.", "testimonials.title": "Témoignages de Clients", "testimonials.description": "Écoutez nos clients satisfaits parler de leur expérience de transformation paysagère et de leurs résultats.", "testimonials.tag": "Avis", "testimonials.client1.name": "Catherine Mitchell", "testimonials.client1.role": "Propriétaire", "testimonials.client1.text": "Aménagements Tropiks a complètement transformé notre cour arrière en le sanctuaire tropical dont nous avions toujours rêvé. Leur attention aux détails et leur engagement envers l'excellence était exceptionnels tout au long du projet.", "testimonials.client2.name": "Robert Chen", "testimonials.client2.role": "Promoteur Immobilier", "testimonials.client2.text": "Travailler avec leur équipe sur plusieurs développements résidentiels a été exceptionnel. Ils livrent des solutions paysagères premium à temps et dépassent chaque attente. Très recommandé.", "testimonials.client3.name": "Stephanie Laurent", "testimonials.client3.role": "Cadre Immobilier", "testimonials.client3.text": "Les paysages qu'ils créent pour nos propriétés de luxe augmentent considérablement la valeur des propriétés et l'attrait des acheteurs. Ils comprennent parfaitement le design premium et l'exécution.", "testimonials.client4.name": "Michael Richardson", "testimonials.client4.role": "Propriétaire", "testimonials.client4.text": "Du concept à l'exécution, leur équipe était professionnelle, créative et orientée vers les détails. Notre nouveau paysage est encore plus beau que les rendus qu'ils ont fournis.", "testimonials.client5.name": "Victoria Moreno", "testimonials.client5.role": "Propriétaire d'Domaine", "testimonials.client5.text": "La qualité de leur savoir-faire, sélection de plantes et design paysager est inégalée dans la région. Ils sont véritablement des artistes dans leur domaine.", "testimonials.client6.name": "James Sullivan", "testimonials.client6.role": "Gestionnaire de Propriété Commerciale", "testimonials.client6.text": "Leur expertise en design paysager tropical a transformé nos propriétés commerciales en environnements extérieurs magnifiques que les clients adorent.", "metrics.title": "Notre Impact", "metrics.description": "Résultats éprouvés livrant des solutions paysagères de luxe dans toute la région.", "metrics.tag": "Par Les Chiffres", "metrics.metric1.value": "250+", "metrics.metric1.title": "Projets Premium Complétés", "metrics.metric1.item1": "Domaines résidentiels de luxe", "metrics.metric1.item2": "Propriétés commerciales", "metrics.metric1.item3": "Partenariats promoteurs", "metrics.metric1.item4": "Designs primés", "metrics.metric2.value": "98%", "metrics.metric2.title": "Taux de Satisfaction Client", "metrics.metric2.item1": "Base de clients réguliers", "metrics.metric2.item2": "Croissance par recommandation", "metrics.metric2.item3": "Positionnement premium", "metrics.metric2.item4": "Reconnaissance de l'industrie", "metrics.metric3.value": "15+", "metrics.metric3.title": "Ans d'Expérience Industrie", "metrics.metric3.item1": "Leadership d'équipe expert", "metrics.metric3.item2": "Savoir-faire éprouvé", "metrics.metric3.item3": "Innovation de design", "metrics.metric3.item4": "Expertise de confiance", "contact.tag": "Commencer", "contact.title": "Demander Votre Soumission Personnalisée", "contact.description": "Discutons de votre vision et créons un plan de design paysager personnalisé. Contactez notre équipe pour une consultation.", "contact.placeholder": "votre@email.com", "contact.button": "Demander une Soumission", "contact.terms": "Nous respectons votre vie privée. Nous vous contacterons dans les 24 heures pour discuter de votre projet paysager.", "footer.logo": "Aménagements Tropiks", "footer.copyright": "© 2025 Aménagements Tropiks Inc. | Design Paysager et Installation de Luxe", "lang.en": "EN", "lang.fr": "FR"},
+};
+
+export function LanguageProvider({ children }: { children: React.ReactNode }) {
+ const [language, setLanguage] = useState("en");
+
+ const t = (key: string): string => {
+ return translations[language][key] || key;
+ };
+
+ return (
+
+ {children}
+
+ );
+}
+
+export function useLanguage() {
+ const context = useContext(LanguageContext);
+ if (!context) {
+ throw new Error("useLanguage must be used within LanguageProvider");
+ }
+ return context;
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index cf23ba1..b094d06 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -20,7 +20,7 @@ export default function RootLayout({
}) {
return (
-
+
{children}
}
]}
/>
);
}
+
+export default function LandingPage() {
+ return (
+
+
+
+ );
+}