Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Hammer, Hammer2, Star } from 'lucide-react';
|
||||
import { Hammer, ChevronRight, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{ text: "Découvrir nos réalisations", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg"
|
||||
imageAlt="Atelier de menuiserie artisanale Asseline"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
@@ -79,24 +79,24 @@ export default function LandingPage() {
|
||||
title="Nos Domaines de Compétences"
|
||||
description="Une gamme complète de services en menuiserie, charpente et travaux bois sur mesure."
|
||||
tag="Expertise confirmée"
|
||||
tagIcon={Hammer2}
|
||||
tagIcon={ChevronRight}
|
||||
tagAnimation="slide-up"
|
||||
showStepNumbers={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Menuiserie Intérieure", description: "Portes, fenêtres, placards et mobilier sur mesure. Tous nos travaux sont réalisés avec précision pour un rendu impeccable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg?_wi=1" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Charpente & Structure", description: "Conception et réalisation de charpentes traditionnelles et modernes. Nous garantissons la stabilité et la durabilité de vos ouvrages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/low-view-construction-house_23-2148748812.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg?_wi=2" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Rénovation & Restauration", description: "Transformation de vos espaces existants avec respect du patrimoine. Du diagnostic à la mise en œuvre, nous vous accompagnons.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wood-elements_23-2147773356.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg?_wi=2" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600745.jpg" }
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Demander Votre Devis Gratuit"
|
||||
description="Contactez-nous pour discuter de votre projet. Nous répondons rapidement à vos demandes."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-working-with-wood_23-2148898040.jpg"
|
||||
imageAlt="Atelier de menuiserie"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user