Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 12:27:15 +00:00

View File

@@ -30,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "Histoire",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Mariages",
id: "weddings",
},
{
name: "Contact",
id: "contact",
},
{ name: "Accueil", id: "hero" },
{ name: "Histoire", id: "about" },
{ name: "Services", id: "services" },
{ name: "Mariages", id: "weddings" },
{ name: "Contact", id: "contact" },
]}
brandName="Maison Botanique"
/>
@@ -60,74 +45,23 @@ export default function LandingPage() {
title="L'Art Botanique à la Française"
description="Sublimer l'éphémère par un savoir-faire artisanal d'exception. Chaque composition est une pièce de haute couture."
testimonials={[
{
name: "Andy & Marc",
handle: "@mariage2023",
testimonial: "Un travail d'une justesse infinie. Nos invités ont été transportés par la scénographie florale.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=1",
},
{
name: "Sophie L.",
handle: "@event_luxe",
testimonial: "Une créativité débordante et un professionnalisme exemplaire pour notre gala.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=2",
},
{
name: "Claire & Julien",
handle: "@mariage_provence",
testimonial: "Chaque détail était sublimé. Nos attentes ont été largement dépassées.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=3",
},
{
name: "Maison R.",
handle: "@interior_decor",
testimonial: "La finesse des compositions botaniques transforme radicalement nos intérieurs.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=4",
},
{
name: "Marc-Antoine D.",
handle: "@events_paris",
testimonial: "L'élégance absolue. Une maison de confiance pour des moments mémorables.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=5",
},
{ name: "Andy & Marc", handle: "@mariage2023", testimonial: "Un travail d'une justesse infinie. Nos invités ont été transportés par la scénographie florale.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" },
{ name: "Sophie L.", handle: "@event_luxe", testimonial: "Une créativité débordante et un professionnalisme exemplaire pour notre gala.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" },
{ name: "Claire & Julien", handle: "@mariage_provence", testimonial: "Chaque détail était sublimé. Nos attentes ont été largement dépassées.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" },
{ name: "Maison R.", handle: "@interior_decor", testimonial: "La finesse des compositions botaniques transforme radicalement nos intérieurs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" },
{ name: "Marc-Antoine D.", handle: "@events_paris", testimonial: "L'élégance absolue. Une maison de confiance pour des moments mémorables.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg" }
]}
buttons={[
{
text: "Découvrir nos créations",
href: "#services",
},
{
text: "Consultation Mariage",
href: "#contact",
},
{ text: "Découvrir nos créations", href: "#services" },
{ text: "Consultation Mariage", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/tropical-palm-leaves-pattern-background-gold-black-monstera-tree-foliage-decoration-design-plant-with-exotic-leaf-closeup_90220-1371.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/tropical-palm-leaves-pattern-background-gold-black-monstera-tree-foliage-decoration-design-plant-with-exotic-leaf-closeup_90220-1371.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg", alt: "Client 5" }
]}
avatarText="Plus de 500+ couples conquis"
/>
@@ -137,14 +71,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Vitrines Renouvelées",
"Savoir-faire Artisanal",
"Conseils Personnalisés",
"Événements d'Exception",
"Bouquets de Haute Couture",
"Créations sur Mesure",
]}
names={["Vitrines Renouvelées", "Savoir-faire Artisanal", "Conseils Personnalisés", "Événements d'Exception", "Bouquets de Haute Couture", "Créations sur Mesure"]}
title="Messages de Marque"
description="L'excellence botanique pour chaque instant de vie."
/>
@@ -157,7 +84,7 @@ export default function LandingPage() {
title="Au-delà du fleuriste"
description="Plus qu'un simple atelier, nous sommes une maison de création. Nous transformons vos visions en paysages botaniques vivants grâce à une rigueur héritée de la haute couture."
subdescription="Chaque semaine, nos vitrines racontent une nouvelle histoire. Nous cultivons l'art du détail, du conseil personnalisé et de l'élégance intemporelle."
imageSrc="http://img.b2bpic.net/free-photo/bouquet-hydrangeas-antique-flower-pot-generated-by-ai_188544-17545.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/bouquet-hydrangeas-antique-flower-pot-generated-by-ai_188544-17545.jpg"
mediaAnimation="slide-up"
icon={Star}
/>
@@ -169,38 +96,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Bouquets Couture",
description: "Pièces uniques inspirées des saisons.",
bentoComponent: "reveal-icon",
icon: Star,
imageSrc: "http://img.b2bpic.net/free-photo/tropical-palm-leaves-pattern-background-gold-black-monstera-tree-foliage-decoration-design-plant-with-exotic-leaf-closeup_90220-1371.jpg?_wi=2",
imageAlt: "luxury dark botanical background gold",
},
{
title: "Mariages",
description: "Scénographies florales d'exception.",
bentoComponent: "reveal-icon",
icon: Heart,
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-hydrangeas-antique-flower-pot-generated-by-ai_188544-17545.jpg?_wi=2",
imageAlt: "artisan florist hands working detail",
},
{
title: "Décoration Botanique",
description: "Intérieurs et espaces de prestige.",
bentoComponent: "reveal-icon",
icon: Leaf,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=1",
imageAlt: "luxury wedding floral arrangement dark",
},
{
title: "Livraisons & Événements",
description: "Expertise logistique et créative.",
bentoComponent: "reveal-icon",
icon: Truck,
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184336.jpg?_wi=6",
imageAlt: "elegant wedding celebration floral decor",
},
{ title: "Bouquets Couture", description: "Pièces uniques inspirées des saisons.", bentoComponent: "reveal-icon", icon: Star },
{ title: "Mariages", description: "Scénographies florales d'exception.", bentoComponent: "reveal-icon", icon: Heart },
{ title: "Décoration Botanique", description: "Intérieurs et espaces de prestige.", bentoComponent: "reveal-icon", icon: Leaf },
{ title: "Livraisons & Événements", description: "Expertise logistique et créative.", bentoComponent: "reveal-icon", icon: Truck }
]}
title="Nos Services Signature"
description="L'excellence florale sous toutes ses formes."
@@ -211,32 +110,13 @@ export default function LandingPage() {
<ProductCardThree
textboxLayout="split-actions"
gridVariant="one-large-right-three-stacked-left"
animationType="slide-up"
useInvertedBackground={false}
products={[
{
id: "w1",
name: "Scénographie Complète",
price: "Sur mesure",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=2",
},
{
id: "w2",
name: "Bouquet de Mariée",
price: "À partir de 150€",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=3",
},
{
id: "w3",
name: "Centres de Table",
price: "À partir de 80€",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=4",
},
{
id: "w4",
name: "Décoration d'Autel",
price: "Sur mesure",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg?_wi=5",
},
{ id: "w1", name: "Scénographie Complète", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg" },
{ id: "w2", name: "Bouquet de Mariée", price: "À partir de 150€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg" },
{ id: "w3", name: "Centres de Table", price: "À partir de 80€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg" },
{ id: "w4", name: "Décoration d'Autel", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white_181624-33032.jpg" }
]}
title="Opportunités Mariage"
description="Scénarisez le plus beau jour de votre vie avec notre signature florale."
@@ -246,63 +126,20 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Consultation"
title="Réalisons vos rêves"
description="Dites-nous en plus sur votre projet et votre occasion, nous reviendrons vers vous avec une proposition sur mesure."
buttons={[
{
text: "Formulaire de contact",
href: "#",
},
]}
buttons={[{ text: "Formulaire de contact", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Maison",
items: [
{
label: "À propos",
href: "#about",
},
{
label: "Boutique",
href: "#services",
},
],
},
{
title: "Services",
items: [
{
label: "Mariages",
href: "#weddings",
},
{
label: "Événements",
href: "#services",
},
],
},
{
title: "Légal",
items: [
{
label: "Mentions Légales",
href: "#",
},
{
label: "Confidentialité",
href: "#",
},
],
},
{ title: "Maison", items: [{ label: "À propos", href: "#about" }, { label: "Boutique", href: "#services" }] },
{ title: "Services", items: [{ label: "Mariages", href: "#weddings" }, { label: "Événements", href: "#services" }] },
{ title: "Légal", items: [{ label: "Mentions Légales", href: "#" }, { label: "Confidentialité", href: "#" }] }
]}
bottomLeftText="© 2024 Maison Botanique"
bottomRightText="Paris, France"
@@ -311,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}