Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0f2632f2c | |||
| 558c6a0475 | |||
| 67e366f183 |
152
src/app/page.tsx
152
src/app/page.tsx
@@ -34,23 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
name: "Accueil", id: "#home"},
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
name: "À propos", id: "#about"},
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
name: "Témoignages", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/flat-lay-flimsy-paper-with-stamp-envelope_23-2148252360.jpg"
|
||||
logoAlt="Granger Carpentry Logo"
|
||||
brandName="Granger Carpentry"
|
||||
brandName="Menuiserie Granger"
|
||||
button={{
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
text: "Obtenir un Devis", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,42 +59,42 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "downward-rays-animated"}}
|
||||
title="CRAFTING LUXURY WOOD DESIGNS"
|
||||
description="Experience bespoke carpentry that blends high-end aesthetics with unparalleled craftsmanship. From intricate custom furniture to complete architectural wood installations, we bring your vision to life with precision and passion."
|
||||
tag="Masterpiece Carpentry"
|
||||
title="CRÉATION DE DESIGNS EN BOIS DE LUXE"
|
||||
description="Découvrez la menuiserie sur mesure qui allie esthétique haut de gamme et savoir-faire inégalé. Des meubles personnalisés complexes aux installations architecturales complètes en bois, nous donnons vie à votre vision avec précision et passion."
|
||||
tag="Menuiserie d'Art"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Portfolio", href: "#portfolio"},
|
||||
text: "Explorer le Portfolio", href: "#portfolio"},
|
||||
{
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
text: "Obtenir un Devis Gratuit", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-using-coarse-grade-sandpaper-manual-sanding_482257-93663.jpg", imageAlt: "Carpenter working on a detailed wood project"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-using-coarse-grade-sandpaper-manual-sanding_482257-93663.jpg", imageAlt: "Menuisier travaillant sur un projet de bois détaillé"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pots-with-house-plants-home-decor-detail_169016-20194.jpg", imageAlt: "Luxury custom wooden dining table in a modern home"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pots-with-house-plants-home-decor-detail_169016-20194.jpg", imageAlt: "Table à manger de luxe en bois sur mesure dans une maison moderne"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="5.0 STAR RATING"
|
||||
ratingText="ÉVALUATION DE 5.0 ÉTOILES"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Legacy"
|
||||
tag="Notre Héritage"
|
||||
tagIcon={Award}
|
||||
tagAnimation="blur-reveal"
|
||||
title="WHERE ARTISTRY MEETS PRECISION"
|
||||
description="Granger Carpentry is synonymous with exquisite woodworking. We are dedicated to creating custom pieces that are not just functional, but true statements of art and design. Our commitment to detail and client satisfaction is unwavering."
|
||||
subdescription="With decades of combined experience, our artisans meticulously handcraft every project, from custom cabinetry to unique architectural elements, ensuring timeless beauty and superior quality that lasts generations."
|
||||
title="L'ART RENCONTRE LA PRÉCISION"
|
||||
description="Menuiserie Granger est synonyme d'ébénisterie exquise. Nous nous engageons à créer des pièces sur mesure qui ne sont pas seulement fonctionnelles, mais de véritables déclarations d'art et de design. Notre engagement envers le détail et la satisfaction du client est inébranlable."
|
||||
subdescription="Avec des décennies d'expérience combinée, nos artisans fabriquent méticuleusement chaque projet à la main, des armoires sur mesure aux éléments architecturaux uniques, garantissant une beauté intemporelle et une qualité supérieure qui dure des générations."
|
||||
icon={Hammer}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-with-beard-by-construction-stairs-wearing-hardhat-showing-middle-finger-doing-fuck-you-bad-expression-provocation-rude-attitude-screaming-excited_839833-29272.jpg"
|
||||
imageAlt="Skilled carpenter smiling in a modern workshop"
|
||||
imageAlt="Menuisier qualifié souriant dans un atelier moderne"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -106,15 +106,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "custom-furniture", title: "BESPOKE FURNITURE", description: "Imagine it, we craft it. Unique tables, chairs, and custom built-ins tailored to your exact specifications and style.", tag: "Tailored Artistry", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118991.jpg", imageAlt: "Custom built-in bookshelf in a modern living room"},
|
||||
id: "custom-furniture", title: "MOBILIER SUR MESURE", description: "Imaginez-le, nous le fabriquons. Tables, chaises uniques et meubles intégrés personnalisés adaptés à vos spécifications et à votre style exacts.", tag: "Artisanat sur Mesure", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118991.jpg", imageAlt: "Étagère intégrée sur mesure dans un salon moderne"},
|
||||
{
|
||||
id: "cabinetry", title: "EXPERT CABINETRY", description: "From sophisticated kitchen cabinets to luxurious bathroom vanities, our custom cabinetry blends elegance with perfect functionality.", tag: "Smart Storage", imageSrc: "http://img.b2bpic.net/free-photo/skin-oil-droppers-composition-wooden-pieces_23-2148761424.jpg", imageAlt: "Sleek kitchen cabinetry in a modern design"},
|
||||
id: "cabinetry", title: "ÉBÉNISTERIE EXPERTE", description: "Des armoires de cuisine sophistiquées aux vanités de salle de bain luxueuses, nos meubles sur mesure allient élégance et fonctionnalité parfaite.", tag: "Rangements Intelligents", imageSrc: "http://img.b2bpic.net/free-photo/skin-oil-droppers-composition-wooden-pieces_23-2148761424.jpg", imageAlt: "Armoires de cuisine élégantes au design moderne"},
|
||||
{
|
||||
id: "renovations", title: "HOME RENOVATIONS", description: "Transform your space with our comprehensive carpentry renovation services. Enhance beauty and value with new flooring, paneling, and structural work.", tag: "Space Transformation", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263558.jpg", imageAlt: "Home renovation with modern wood flooring installation"},
|
||||
id: "renovations", title: "RÉNOVATIONS DE MAISON", description: "Transformez votre espace avec nos services complets de rénovation de menuiserie. Améliorez la beauté et la valeur avec de nouveaux revêtements de sol, des panneaux et des travaux structurels.", tag: "Transformation d'Espace", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263558.jpg", imageAlt: "Rénovation de maison avec installation de parquet moderne"},
|
||||
]}
|
||||
title="OUR SPECIALIZED CARPENTRY SERVICES"
|
||||
description="Discover the breadth of our craftsmanship, designed to elevate every corner of your home or business."
|
||||
tag="What We Offer"
|
||||
title="NOS SERVICES DE MENUISERIE SPÉCIALISÉS"
|
||||
description="Découvrez l'étendue de notre savoir-faire, conçu pour sublimer chaque recoin de votre maison ou de votre entreprise."
|
||||
tag="Ce que nous offrons"
|
||||
tagIcon={Hammer}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,21 +127,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "table-1", name: "THE GEOMETRIC DINING TABLE", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-blanket-wooden-table_23-2148234221.jpg", imageAlt: "Modern geometric dining table made of solid wood"},
|
||||
id: "table-1", name: "LA TABLE À MANGER GÉOMÉTRIQUE", price: "P.S.N.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-blanket-wooden-table_23-2148234221.jpg", imageAlt: "Table à manger géométrique moderne en bois massif"},
|
||||
{
|
||||
id: "shelf-2", name: "FLOATING WALL SHELVES", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-blue-fronts-minimal-kitchen_169016-69301.jpg", imageAlt: "Minimalist floating wooden shelves with decor"},
|
||||
id: "shelf-2", name: "ÉTAGÈRES MURALES FLOTTANTES", price: "P.S.N.", imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-blue-fronts-minimal-kitchen_169016-69301.jpg", imageAlt: "Étagères en bois flottantes minimalistes avec décorations"},
|
||||
{
|
||||
id: "desk-3", name: "EXECUTIVE OFFICE DESK", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/wooden-workspace-design_1048-1772.jpg", imageAlt: "Executive wooden desk in a modern office space"},
|
||||
id: "desk-3", name: "BUREAU DE DIRECTION", price: "P.S.N.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-workspace-design_1048-1772.jpg", imageAlt: "Bureau de direction en bois dans un espace de bureau moderne"},
|
||||
{
|
||||
id: "bed-4", name: "PLATFORM BED FRAME", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960748.jpg", imageAlt: "Modern platform wooden bed frame"},
|
||||
id: "bed-4", name: "CADRE DE LIT PLATEFORME", price: "P.S.N.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960748.jpg", imageAlt: "Cadre de lit plateforme moderne en bois"},
|
||||
{
|
||||
id: "door-5", name: "MODERN PANEL DOOR", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15479.jpg", imageAlt: "Modern wooden interior door with sleek design"},
|
||||
id: "door-5", name: "PORTE À PANNEAUX MODERNE", price: "P.S.N.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15479.jpg", imageAlt: "Porte intérieure moderne en bois avec un design épuré"},
|
||||
{
|
||||
id: "cabinet-6", name: "DESIGNER MEDIA CONSOLE", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960746.jpg", imageAlt: "Designer wooden media console for living room"},
|
||||
id: "cabinet-6", name: "CONSOLE MÉDIA DESIGNER", price: "P.S.N.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960746.jpg", imageAlt: "Console média designer en bois pour salon"},
|
||||
]}
|
||||
title="OUR SIGNATURE WOODWORK PORTFOLIO"
|
||||
description="A curated collection of our finest bespoke carpentry projects, showcasing diverse styles and meticulous execution."
|
||||
tag="Our Work"
|
||||
title="NOTRE PORTFOLIO D'ŒUVRES EN BOIS SIGNATURE"
|
||||
description="Une collection soigneusement sélectionnée de nos plus beaux projets de menuiserie sur mesure, présentant des styles divers et une exécution méticuleuse."
|
||||
tag="Nos Réalisations"
|
||||
tagIcon={Image}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,17 +154,17 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "projects", icon: Layers,
|
||||
title: "PROJECTS COMPLETED", value: "300+"},
|
||||
title: "PROJETS RÉALISÉS", value: "300+"},
|
||||
{
|
||||
id: "years", icon: Clock,
|
||||
title: "YEARS OF EXPERIENCE", value: "25+"},
|
||||
title: "ANNÉES D'EXPÉRIENCE", value: "25+"},
|
||||
{
|
||||
id: "satisfaction", icon: Smile,
|
||||
title: "CLIENT SATISFACTION", value: "99%"},
|
||||
title: "SATISFACTION CLIENT", value: "99%"},
|
||||
]}
|
||||
title="OUR SUCCESS BY THE NUMBERS"
|
||||
description="Our commitment to excellence is reflected in every project and every satisfied client."
|
||||
tag="Achievements"
|
||||
title="NOTRE SUCCÈS EN CHIFFRES"
|
||||
description="Notre engagement envers l'excellence se reflète dans chaque projet et chaque client satisfait."
|
||||
tag="Réalisations"
|
||||
tagIcon={TrendingUp}
|
||||
/>
|
||||
</div>
|
||||
@@ -176,23 +176,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership", groupTitle: "Leadership", members: [
|
||||
id: "leadership", groupTitle: "Direction", members: [
|
||||
{
|
||||
id: "john-granger", title: "JOHN GRANGER", subtitle: "Master Carpenter & Founder", detail: "With a generational passion for woodworking, John leads our team with visionary designs and unparalleled skill.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", imageAlt: "Portrait of John Granger"}
|
||||
id: "john-granger", title: "JOHN GRANGER", subtitle: "Maître Menuisier & Fondateur", detail: "Avec une passion générationnelle pour le travail du bois, John dirige notre équipe avec des designs visionnaires et un savoir-faire inégalé.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", imageAlt: "Portrait de John Granger"}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "craftsmen", groupTitle: "Artisan Craftsmen", members: [
|
||||
id: "craftsmen", groupTitle: "Artisans", members: [
|
||||
{
|
||||
id: "eliza-smith", title: "ELIZA SMITH", subtitle: "Lead Cabinet Maker", detail: "Eliza's precision and eye for detail ensure every cabinet is a masterpiece of form and function.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Portrait of Eliza Smith"},
|
||||
id: "eliza-smith", title: "ELIZA SMITH", subtitle: "Cheffe Ébéniste", detail: "La précision et le souci du détail d'Eliza garantissent que chaque armoire est un chef-d'œuvre de forme et de fonction.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Portrait d'Eliza Smith"},
|
||||
{
|
||||
id: "david-lee", title: "DAVID LEE", subtitle: "Bespoke Furniture Specialist", detail: "David transforms raw timber into stunning, bespoke furniture pieces that stand the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman_1098-13804.jpg", imageAlt: "Portrait of David Lee"}
|
||||
id: "david-lee", title: "DAVID LEE", subtitle: "Spécialiste Mobilier sur Mesure", detail: "David transforme le bois brut en de magnifiques meubles sur mesure qui résistent à l'épreuve du temps.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman_1098-13804.jpg", imageAlt: "Portrait de David Lee"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="MEET THE ARTISANS BEHIND THE CRAFT"
|
||||
description="Our team of dedicated and highly skilled carpenters is the heart of Granger Carpentry. Passionate about wood and precise in execution, we bring your dreams to life."
|
||||
tag="Our Dedicated Team"
|
||||
title="RENCONTREZ LES ARTISANS DERRIÈRE LE SAVOIR-FAIRE"
|
||||
description="Notre équipe de menuisiers dédiés et hautement qualifiés est le cœur de Menuiserie Granger. Passionnés par le bois et précis dans l'exécution, nous donnons vie à vos rêves."
|
||||
tag="Notre Équipe Dévouée"
|
||||
tagIcon={Users}
|
||||
/>
|
||||
</div>
|
||||
@@ -205,24 +205,24 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "ANNA K.", role: "Interior Designer", testimonial: "Granger Carpentry delivered beyond expectations! Their custom shelving transformed our living room into a functional work of art. The quality and finish are simply impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Anna K. Testimonial Avatar", icon: Star,
|
||||
id: "1", name: "ANNA K.", role: "Designer d'Intérieur", testimonial: "Menuiserie Granger a dépassé nos attentes ! Leurs étagères sur mesure ont transformé notre salon en une œuvre d'art fonctionnelle. La qualité et la finition sont tout simplement impeccables.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Avatar de témoignage d'Anna K.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2", name: "MARK D.", role: "Homeowner", testimonial: "The bespoke dining table John and his team crafted is the centerpiece of our home. It's not just furniture; it's a legacy piece. The whole process was seamless and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-3215.jpg", imageAlt: "Mark D. Testimonial Avatar", icon: Star,
|
||||
id: "2", name: "MARK D.", role: "Propriétaire", testimonial: "La table à manger sur mesure que John et son équipe ont fabriquée est la pièce maîtresse de notre maison. Ce n'est pas seulement un meuble ; c'est une pièce d'héritage. L'ensemble du processus a été fluide et agréable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-3215.jpg", imageAlt: "Avatar de témoignage de Mark D.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3", name: "SOPHIA L.", role: "Restaurant Owner", testimonial: "We hired Granger Carpentry for custom bar and booth seating in our new restaurant. The attention to detail and robust construction are outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg", imageAlt: "Sophia L. Testimonial Avatar", icon: Star,
|
||||
id: "3", name: "SOPHIA L.", role: "Propriétaire de Restaurant", testimonial: "Nous avons engagé Menuiserie Granger pour les sièges de bar et de banquette sur mesure dans notre nouveau restaurant. L'attention aux détails et la construction robuste sont exceptionnelles. Je recommande vivement !", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg", imageAlt: "Avatar de témoignage de Sophia L.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4", name: "ROBERT P.", role: "Architect", testimonial: "Working with Granger Carpentry on several high-end residential projects has been a pleasure. Their ability to execute complex designs with such precision is truly impressive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Robert P. Testimonial Avatar", icon: Star,
|
||||
id: "4", name: "ROBERT P.", role: "Architecte", testimonial: "Travailler avec Menuiserie Granger sur plusieurs projets résidentiels haut de gamme a été un plaisir. Leur capacité à exécuter des designs complexes avec une telle précision est vraiment impressionnante.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Avatar de témoignage de Robert P.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "5", name: "CHLOE R.", role: "Boutique Owner", testimonial: "Our retail space needed unique display units, and Granger Carpentry delivered beautifully. The custom woodwork elevated our brand image and captivated our customers.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Chloe R. Testimonial Avatar", icon: Star,
|
||||
id: "5", name: "CHLOE R.", role: "Propriétaire de Boutique", testimonial: "Notre espace de vente au détail avait besoin d'unités d'affichage uniques, et Menuiserie Granger a livré un travail magnifique. L'ébénisterie sur mesure a rehaussé l'image de notre marque et captivé nos clients.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Avatar de témoignage de Chloe R.", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="HEAR FROM OUR VALUED CLIENTS"
|
||||
description="Our clients' satisfaction is the truest measure of our success and passion for woodworking."
|
||||
tag="Client Love"
|
||||
title="ÉCOUTEZ NOS CLIENTS SATISFAITS"
|
||||
description="La satisfaction de nos clients est la plus vraie mesure de notre succès et de notre passion pour l'ébénisterie."
|
||||
tag="L'amour du Client"
|
||||
tagIcon={Heart}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,14 +232,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "WHAT IS THE PROCESS FOR A CUSTOM CARPENTRY PROJECT?", content: "Our process begins with a detailed consultation to understand your vision, followed by design proposals, material selection, meticulous craftsmanship, and professional installation. We keep you informed at every step."},
|
||||
id: "q1", title: "QUEL EST LE PROCESSUS POUR UN PROJET DE MENUISERIE SUR MESURE ?", content: "Notre processus commence par une consultation détaillée pour comprendre votre vision, suivie de propositions de conception, de la sélection des matériaux, d'un savoir-faire méticuleux et d'une installation professionnelle. Nous vous tenons informé à chaque étape."},
|
||||
{
|
||||
id: "q2", title: "WHAT TYPES OF WOOD DO YOU WORK WITH?", content: "We work with a wide range of high-quality woods, including oak, walnut, cherry, maple, and exotic hardwoods. We'll guide you in selecting the best material for your project's aesthetics and durability requirements."},
|
||||
id: "q2", title: "QUELS TYPES DE BOIS UTILISEZ-VOUS ?", content: "Nous travaillons avec une large gamme de bois de haute qualité, notamment le chêne, le noyer, le cerisier, l'érable et les bois exotiques. Nous vous guiderons dans le choix du meilleur matériau pour l'esthétique et les exigences de durabilité de votre projet."},
|
||||
{
|
||||
id: "q3", title: "DO YOU PROVIDE INSTALLATION SERVICES?", content: "Yes, we provide professional installation for all our custom pieces and cabinetry to ensure a perfect fit and finish, integrating seamlessly into your space."},
|
||||
id: "q3", title: "OFFREZ-VOUS DES SERVICES D'INSTALLATION ?", content: "Oui, nous proposons une installation professionnelle pour toutes nos pièces et armoires sur mesure afin d'assurer un ajustement et une finition parfaits, s'intégrant harmonieusement à votre espace."},
|
||||
]}
|
||||
sideTitle="FREQUENTLY ASKED QUESTIONS"
|
||||
sideDescription="Find answers to common inquiries about our custom carpentry services, process, and materials."
|
||||
sideTitle="QUESTIONS FRÉQUEMMENT POSÉES"
|
||||
sideDescription="Trouvez des réponses aux questions courantes sur nos services de menuiserie sur mesure, notre processus et nos matériaux."
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
showCard={true}
|
||||
@@ -251,18 +251,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Let's Build Together"
|
||||
title="START YOUR BESPOKE PROJECT"
|
||||
description="Ready to transform your space with exquisite custom carpentry? Contact Granger Carpentry today for a consultation and let's discuss your vision."
|
||||
tag="Construisons Ensemble"
|
||||
title="COMMENCEZ VOTRE PROJET SUR MESURE"
|
||||
description="Prêt à transformer votre espace avec une menuiserie sur mesure exquise ? Contactez Menuiserie Granger dès aujourd'hui pour une consultation et discutons de votre vision."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-working-wood-engraving-workshop_23-2149185412.jpg"
|
||||
imageAlt="Carpenter working on a detailed wood project"
|
||||
imageAlt="Menuisier travaillant sur un projet de bois détaillé"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="By sending an inquiry, you agree to our privacy policy and terms of service."
|
||||
inputPlaceholder="Votre adresse e-mail"
|
||||
buttonText="Envoyer une Demande"
|
||||
termsText="En envoyant une demande, vous acceptez notre politique de confidentialité et nos conditions d'utilisation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -274,21 +274,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Custom Furniture", href: "#services"},
|
||||
label: "Meubles sur Mesure", href: "#services"},
|
||||
{
|
||||
label: "Cabinetry", href: "#services"},
|
||||
label: "Ébénisterie", href: "#services"},
|
||||
{
|
||||
label: "Renovations", href: "#services"},
|
||||
label: "Rénovations", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
label: "À propos de nous", href: "#about"},
|
||||
{
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
label: "Témoignages", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -296,16 +296,16 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Politique de Confidentialité", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Conditions d'Utilisation", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="GRANGER CARPENTRY"
|
||||
logoText="MENUISERIE GRANGER"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user