diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b0c3f1..ddd6b58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() {
@@ -136,15 +136,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Local Hair Salon", price: "Modern Site", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-s-haircut_1150-5885.jpg", variant: "Small Business" }, - { id: "p2", name: "Bistro Menu Site", price: "Responsive", imageSrc: "http://img.b2bpic.net/free-psd/delicious-food-landing-page_23-2149019901.jpg", variant: "Food Service" }, - { id: "p3", name: "Local Plumbing Pro", price: "Fast Delivery", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg", variant: "Services" }, - { id: "p4", name: "Artisan Bakery", price: "User-friendly", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-sitting-cafe-working-with-laptop-cup-cappuccino-table_1098-20145.jpg", variant: "Ecommerce" }, - { id: "p5", name: "Boutique Fashion", price: "Modern UI", imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sales-arrangement-with-shopping-cart-smartphone_23-2149093518.jpg", variant: "Storefront" }, - { id: "p6", name: "Tech Repair Services", price: "SEO Ready", imageSrc: "http://img.b2bpic.net/free-photo/illustration-digital-art-style-with-pottery_23-2151813519.jpg", variant: "Service" }, + { id: "p1", name: "Salon de coiffure", price: "Site moderne", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-s-haircut_1150-5885.jpg", variant: "Petite entreprise" }, + { id: "p2", name: "Menu Bistro", price: "Responsive", imageSrc: "http://img.b2bpic.net/free-psd/delicious-food-landing-page_23-2149019901.jpg", variant: "Restauration" }, + { id: "p3", name: "Plombier local", price: "Livraison rapide", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg", variant: "Services" }, + { id: "p4", name: "Boulangerie", price: "Convivial", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-sitting-cafe-working-with-laptop-cup-cappuccino-table_1098-20145.jpg", variant: "E-commerce" }, + { id: "p5", name: "Mode", price: "UI moderne", imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sales-arrangement-with-shopping-cart-smartphone_23-2149093518.jpg", variant: "Boutique" }, + { id: "p6", name: "Réparation Tech", price: "SEO optimisé", imageSrc: "http://img.b2bpic.net/free-photo/illustration-digital-art-style-with-pottery_23-2151813519.jpg", variant: "Services" }, ]} - title="Our latest work" - description="See how we help businesses transform their digital presence." + title="Nos dernières réalisations" + description="Découvrez comment nous aidons les entreprises à transformer leur présence numérique." />
@@ -153,14 +153,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", title: "Great service!", quote: "My shop finally looks professional online.", name: "Client A", role: "Shop Owner", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-owner-holding-we-are-open-sign_53876-129323.jpg?_wi=2" }, - { id: "t2", title: "So quick!", quote: "I had my site in under 3 days.", name: "Client B", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-farmer-selling-healthy-food-local-marketplace-showing-seasonal-fresh-fruits-veggies-farmers-market-young-vendor-preparing-sell-eco-organic-products_482257-62279.jpg" }, - { id: "t3", title: "Highly recommend", quote: "Excellent support and very simple process.", name: "Client C", role: "Local Business", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg" }, - { id: "t4", title: "Amazing design", quote: "NexWeb made a site that really captures my brand.", name: "Client D", role: "Cafe Owner", imageSrc: "http://img.b2bpic.net/free-photo/gardener-holding-big-vase-leaves-flowers_23-2148435644.jpg" }, - { id: "t5", title: "Worth every cent", quote: "Affordable and very high quality output.", name: "Client E", role: "Freelancer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-professional-businessman-sitting-cafe-with-glass-coffee-working-laptop-searching-inspiration-outside-office-workspace_1258-314543.jpg" }, + { id: "t1", title: "Super service !", quote: "Ma boutique semble enfin professionnelle en ligne.", name: "Client A", role: "Propriétaire", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-owner-holding-we-are-open-sign_53876-129323.jpg?_wi=2" }, + { id: "t2", title: "Si rapide !", quote: "J'ai eu mon site en moins de 3 jours.", name: "Client B", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-farmer-selling-healthy-food-local-marketplace-showing-seasonal-fresh-fruits-veggies-farmers-market-young-vendor-preparing-sell-eco-organic-products_482257-62279.jpg" }, + { id: "t3", title: "Je recommande", quote: "Excellent support et processus très simple.", name: "Client C", role: "Local Business", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg" }, + { id: "t4", title: "Design incroyable", quote: "NexWeb a créé un site qui capture vraiment mon identité.", name: "Client D", role: "Café", imageSrc: "http://img.b2bpic.net/free-photo/gardener-holding-big-vase-leaves-flowers_23-2148435644.jpg" }, + { id: "t5", title: "Ça vaut chaque centime", quote: "Abordable et travail de grande qualité.", name: "Client E", role: "Freelance", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-professional-businessman-sitting-cafe-with-glass-coffee-working-laptop-searching-inspiration-outside-office-workspace_1258-314543.jpg" }, ]} - title="Hear from our happy clients" - description="Join hundreds of small business owners who trust us with their web presence." + title="Ce que disent nos clients" + description="Rejoignez des centaines de propriétaires d'entreprises qui nous font confiance." /> @@ -171,20 +171,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", badge: "Entry", price: "200€", subtitle: "Perfect for solo entrepreneurs", features: ["1-Page Website", "Responsive Design", "Fast Delivery"], - buttons: [{ text: "Get started", href: "#contact" }] + id: "starter", badge: "Début", price: "200€", subtitle: "Parfait pour les auto-entrepreneurs", features: ["Site 1 page", "Design responsive", "Livraison rapide"], + buttons: [{ text: "Commencer", href: "#contact" }] }, { - id: "growth", badge: "Popular", price: "450€", subtitle: "Best for growing businesses", features: ["5-Page Website", "Mobile Optimized", "SEO Basics", "24/7 Support"], - buttons: [{ text: "Get started", href: "#contact" }] + id: "growth", badge: "Populaire", price: "450€", subtitle: "Idéal pour les entreprises en croissance", features: ["Site 5 pages", "Optimisé mobile", "Bases SEO", "Support 24/7"], + buttons: [{ text: "Commencer", href: "#contact" }] }, { - id: "custom", badge: "Pro", price: "Custom", subtitle: "For custom business needs", features: ["Full E-commerce", "Advanced SEO", "Ongoing Support"], - buttons: [{ text: "Contact us", href: "#contact" }] + id: "custom", badge: "Pro", price: "Sur mesure", subtitle: "Pour des besoins spécifiques", features: ["E-commerce complet", "SEO avancé", "Support continu"], + buttons: [{ text: "Contactez-nous", href: "#contact" }] }, ]} - title="Simple Pricing" - description="Affordable solutions for every small business." + title="Tarification simple" + description="Des solutions abordables pour chaque petite entreprise." /> @@ -193,12 +193,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "f1", title: "How long does it take?", content: "Most sites are completed within 3-5 days." }, - { id: "f2", title: "Do I need technical skills?", content: "None! We handle everything from design to hosting." }, - { id: "f3", title: "Can I update content?", content: "Yes, we provide easy instructions for you." }, + { id: "f1", title: "Combien de temps ça prend ?", content: "La plupart des sites sont terminés en 3 à 5 jours." }, + { id: "f2", title: "Ai-je besoin de compétences techniques ?", content: "Aucune ! Nous nous occupons de tout, du design à l'hébergement." }, + { id: "f3", title: "Puis-je modifier le contenu ?", content: "Oui, nous fournissons des instructions simples pour vous." }, ]} - title="Frequently Asked Questions" - description="Common questions about getting your business online." + title="Questions fréquentes" + description="Réponses aux questions courantes sur la présence en ligne." faqsAnimation="slide-up" /> @@ -207,12 +207,12 @@ export default function LandingPage() { @@ -220,11 +220,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file