Update src/app/page.tsx
This commit is contained in:
171
src/app/page.tsx
171
src/app/page.tsx
@@ -31,23 +31,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "products",
|
||||
},
|
||||
name: "Portfolio", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Caisson Bois"
|
||||
button={{
|
||||
text: "Demander un devis", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,35 +52,21 @@ export default function LandingPage() {
|
||||
description="Artisanat de précision en bois massif. Créations sur-mesure pour votre intérieur."
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir nos projets",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Voir nos projets", href: "#products"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-workshop-man-using-electric-hand-saw-wooden-planks_1163-3119.jpg",
|
||||
imageAlt: "Bespoke furniture work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-workshop-man-using-electric-hand-saw-wooden-planks_1163-3119.jpg", imageAlt: "Bespoke furniture work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185396.jpg",
|
||||
imageAlt: "Workshop interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185396.jpg", imageAlt: "Workshop interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451076.jpg",
|
||||
imageAlt: "Finishing process",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451076.jpg", imageAlt: "Finishing process"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-wooden-product-machine_169016-5436.jpg",
|
||||
imageAlt: "Wood texture detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-wooden-product-machine_169016-5436.jpg", imageAlt: "Wood texture detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg",
|
||||
imageAlt: "Custom desk project",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg", imageAlt: "Custom desk project"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286548.jpg",
|
||||
imageAlt: "Artisan joinery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286548.jpg", imageAlt: "Artisan joinery"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,20 +88,11 @@ export default function LandingPage() {
|
||||
description="L'excellence artisanale au service de vos projets de mobilier sur-mesure."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Artisanat Expert",
|
||||
content: "Nous privilégions des techniques traditionnelles de menuiserie pour garantir solidité et finesse.",
|
||||
},
|
||||
id: "f1", title: "Artisanat Expert", content: "Nous privilégions des techniques traditionnelles de menuiserie pour garantir solidité et finesse."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Design Sur-Mesure",
|
||||
content: "Chaque projet est conçu en collaboration avec vous, selon vos besoins et votre style.",
|
||||
},
|
||||
id: "f2", title: "Design Sur-Mesure", content: "Chaque projet est conçu en collaboration avec vous, selon vos besoins et votre style."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Matériaux Durables",
|
||||
content: "Nous sélectionnons rigoureusement nos bois pour leur beauté et leur gestion écologique.",
|
||||
},
|
||||
id: "f3", title: "Matériaux Durables", content: "Nous sélectionnons rigoureusement nos bois pour leur beauté et leur gestion écologique."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-artisan-jobs-equipment-assortment_23-2148732419.jpg"
|
||||
imageAlt="Craft tools"
|
||||
@@ -136,47 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Table de salle à manger",
|
||||
price: "1200€",
|
||||
variant: "Chêne massif",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg",
|
||||
},
|
||||
id: "p1", name: "Table de salle à manger", price: "1200€", variant: "Chêne massif", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Bibliothèque murale",
|
||||
price: "850€",
|
||||
variant: "Noyer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pots-with-house-plants-home-decor-detail_169016-20194.jpg",
|
||||
},
|
||||
id: "p2", name: "Bibliothèque murale", price: "850€", variant: "Noyer", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-pots-with-house-plants-home-decor-detail_169016-20194.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Table de chevet",
|
||||
price: "250€",
|
||||
variant: "Frêne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104689.jpg",
|
||||
},
|
||||
id: "p3", name: "Table de chevet", price: "250€", variant: "Frêne", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104689.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Console d'entrée",
|
||||
price: "450€",
|
||||
variant: "Chêne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885672.jpg",
|
||||
},
|
||||
id: "p4", name: "Console d'entrée", price: "450€", variant: "Chêne", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885672.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bureau design",
|
||||
price: "950€",
|
||||
variant: "Hêtre",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155603.jpg",
|
||||
},
|
||||
id: "p5", name: "Bureau design", price: "950€", variant: "Hêtre", imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155603.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Casier à vin décoratif",
|
||||
price: "300€",
|
||||
variant: "Noyer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life_23-2147821138.jpg",
|
||||
},
|
||||
id: "p6", name: "Casier à vin décoratif", price: "300€", variant: "Noyer", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life_23-2147821138.jpg"},
|
||||
]}
|
||||
title="Nos Créations"
|
||||
description="Découvrez notre gamme de mobilier artisanal et design."
|
||||
@@ -190,20 +132,11 @@ export default function LandingPage() {
|
||||
tag="Expérience"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Années d'expérience",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Années d'expérience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Projets réalisés",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Projets réalisés"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Bois certifié",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Bois certifié"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -217,45 +150,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marie L.",
|
||||
role: "Architecte",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-with-table-happy-expression_1194-4608.jpg",
|
||||
},
|
||||
id: "t1", name: "Marie L.", role: "Architecte", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-with-table-happy-expression_1194-4608.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Pierre D.",
|
||||
role: "Directeur",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-workers-working-internet-store-office_259150-60587.jpg",
|
||||
},
|
||||
id: "t2", name: "Pierre D.", role: "Directeur", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-workers-working-internet-store-office_259150-60587.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophie M.",
|
||||
role: "Designer",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg",
|
||||
},
|
||||
id: "t3", name: "Sophie M.", role: "Designer", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Julien B.",
|
||||
role: "Entrepreneur",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15634.jpg",
|
||||
},
|
||||
id: "t4", name: "Julien B.", role: "Entrepreneur", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15634.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Camille R.",
|
||||
role: "Client",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-near-bookshelf-looking-camera_23-2147797429.jpg",
|
||||
},
|
||||
id: "t5", name: "Camille R.", role: "Client", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-near-bookshelf-looking-camera_23-2147797429.jpg"},
|
||||
]}
|
||||
title="Témoignages Clients"
|
||||
description="La satisfaction de nos clients est notre meilleure publicité."
|
||||
@@ -266,14 +174,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Prêt pour votre projet ? Contactez-nous pour une étude personnalisée."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactez-nous",
|
||||
href: "mailto:contact@caissonbois.fr",
|
||||
},
|
||||
text: "Contactez-nous", href: "mailto:contact@caissonbois.fr"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user