Merge version_1 into main #2
241
src/app/page.tsx
241
src/app/page.tsx
@@ -29,30 +29,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Fonctionnalités",
|
||||
id: "/features",
|
||||
},
|
||||
{
|
||||
name: "Espace Pro",
|
||||
id: "/pro",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Fonctionnalités", id: "/features" },
|
||||
{ name: "Espace Pro", id: "/pro" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "À Propos", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="WineShare"
|
||||
/>
|
||||
@@ -60,102 +42,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="WineShare: Le réseau social du vin"
|
||||
description="Découvrez, partagez et explorez le monde du vin avec une communauté de passionnés et de professionnels."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jean Dupont",
|
||||
handle: "@jeansommelier",
|
||||
testimonial: "Une plateforme indispensable pour les amateurs de terroirs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairless-elderly-man-dressed-stylish-suit-holding-bottle-against-dark-background_613910-17574.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Claire Martin",
|
||||
handle: "@vinophile",
|
||||
testimonial: "Enfin un espace dédié pour échanger sur nos millésimes favoris.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-female-vineyard_181624-61691.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Pierre Lefebvre",
|
||||
handle: "@caviste_paris",
|
||||
testimonial: "Un outil puissant pour promouvoir mes événements de dégustation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-handsome-young-man-sitting-bar_23-2148096477.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sophie Moreau",
|
||||
handle: "@oenologue",
|
||||
testimonial: "La communauté la plus qualifiée que j'ai pu croiser en ligne.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marc Aubert",
|
||||
handle: "@viticulteur",
|
||||
testimonial: "WineShare connecte directement le vigneron au consommateur final.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wine-cellar_23-2149428822.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Télécharger l'app",
|
||||
},
|
||||
{
|
||||
text: "Je suis un professionnel",
|
||||
},
|
||||
{ name: "Jean Dupont", handle: "@jeansommelier", testimonial: "Une plateforme indispensable pour les amateurs de terroirs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hairless-elderly-man-dressed-stylish-suit-holding-bottle-against-dark-background_613910-17574.jpg" },
|
||||
{ name: "Claire Martin", handle: "@vinophile", testimonial: "Enfin un espace dédié pour échanger sur nos millésimes favoris.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-female-vineyard_181624-61691.jpg" },
|
||||
{ name: "Pierre Lefebvre", handle: "@caviste_paris", testimonial: "Un outil puissant pour promouvoir mes événements de dégustation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-handsome-young-man-sitting-bar_23-2148096477.jpg" },
|
||||
{ name: "Sophie Moreau", handle: "@oenologue", testimonial: "La communauté la plus qualifiée que j'ai pu croiser en ligne.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg" },
|
||||
{ name: "Marc Aubert", handle: "@viticulteur", testimonial: "WineShare connecte directement le vigneron au consommateur final.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wine-cellar_23-2149428822.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Télécharger l'app" }, { text: "Je suis un professionnel" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silhouettes-wine-bottle-wine-glass-black_116380-68.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2149428775.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-male-using-tablet-pc-table_613910-2991.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hairless-elderly-man-dressed-stylish-suit-holding-bottle-against-dark-background_613910-17574.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/back-view-female-vineyard_181624-61691.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-portrait-handsome-young-man-sitting-bar_23-2148096477.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2149428775.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-male-using-tablet-pc-table_613910-2991.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/hairless-elderly-man-dressed-stylish-suit-holding-bottle-against-dark-background_613910-17574.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/back-view-female-vineyard_181624-61691.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-portrait-handsome-young-man-sitting-bar_23-2148096477.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="Rejoignez plus de 10 000 passionnés"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Domaines",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Millésimes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dégustations",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expertise",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Communauté",
|
||||
},
|
||||
{ type: "text", text: "Domaines" },
|
||||
{ type: "text", text: "Millésimes" },
|
||||
{ type: "text", text: "Dégustations" },
|
||||
{ type: "text", text: "Expertise" },
|
||||
{ type: "text", text: "Communauté" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,26 +79,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Communauté",
|
||||
title: "Feed communautaire",
|
||||
subtitle: "Partagez vos découvertes",
|
||||
description: "Échangez avec des passionnés et recevez des recommandations personnalisées.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-girl-showing-smartphone-screen-app-interface-shopping-app-looking-happy-recommending-download-application-white-background_176420-46088.jpg",
|
||||
tag: "Communauté", title: "Feed communautaire", subtitle: "Partagez vos découvertes", description: "Échangez avec des passionnés et recevez des recommandations personnalisées.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-girl-showing-smartphone-screen-app-interface-shopping-app-looking-happy-recommending-download-application-white-background_176420-46088.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Découverte",
|
||||
title: "Carte interactive",
|
||||
subtitle: "Explorez les régions",
|
||||
description: "Localisez les meilleurs domaines et bars à vin autour de vous.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-slovakia-with-multi-colored-pushpins_23-2147837093.jpg",
|
||||
tag: "Découverte", title: "Carte interactive", subtitle: "Explorez les régions", description: "Localisez les meilleurs domaines et bars à vin autour de vous.", imageSrc: "http://img.b2bpic.net/free-photo/map-slovakia-with-multi-colored-pushpins_23-2147837093.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Événements",
|
||||
title: "Calendrier exclusif",
|
||||
subtitle: "Ne manquez aucune dégustation",
|
||||
description: "Découvrez les événements, salons et ventes privées proches de chez vous.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-glasses-wine-xmas-gift-white-canvas-wooden-easel-pinecone-dark_140725-105683.jpg",
|
||||
},
|
||||
tag: "Événements", title: "Calendrier exclusif", subtitle: "Ne manquez aucune dégustation", description: "Découvrez les événements, salons et ventes privées proches de chez vous.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glasses-wine-xmas-gift-white-canvas-wooden-easel-pinecone-dark_140725-105683.jpg"
|
||||
}
|
||||
]}
|
||||
title="Tout le monde du vin dans votre poche"
|
||||
description="Une expérience unique pour amateurs et professionnels."
|
||||
@@ -201,27 +102,9 @@ export default function LandingPage() {
|
||||
title="WineShare en chiffres"
|
||||
description="Une croissance organique portée par la passion."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15K+",
|
||||
title: "Membres actifs",
|
||||
description: "Une communauté soudée",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Domaines partenaires",
|
||||
description: "Direct vigneron",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "2.5K",
|
||||
title: "Événements",
|
||||
description: "Dégustations et salons",
|
||||
icon: Calendar,
|
||||
},
|
||||
{ id: "m1", value: "15K+", title: "Membres actifs", description: "Une communauté soudée", icon: Users },
|
||||
{ id: "m2", value: "500+", title: "Domaines partenaires", description: "Direct vigneron", icon: MapPin },
|
||||
{ id: "m3", value: "2.5K", title: "Événements", description: "Dégustations et salons", icon: Calendar },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,24 +116,8 @@ export default function LandingPage() {
|
||||
title="Ce qu'ils en disent"
|
||||
description="Le retour de nos utilisateurs."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Incontournable",
|
||||
quote: "Une révolution dans ma gestion de cave.",
|
||||
name: "Thomas",
|
||||
role: "Amateur passionné",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairless-elderly-man-dressed-stylish-suit-holding-bottle-against-dark-background_613910-17574.jpg?_wi=2",
|
||||
imageAlt: "wine sommelier portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Efficace",
|
||||
quote: "WineShare m'a permis d'atteindre une nouvelle clientèle.",
|
||||
name: "Marie",
|
||||
role: "Gérante cave",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-female-vineyard_181624-61691.jpg?_wi=2",
|
||||
imageAlt: "woman in vineyard",
|
||||
},
|
||||
{ id: "t1", title: "Incontournable", quote: "Une révolution dans ma gestion de cave.", name: "Thomas", role: "Amateur passionné", imageSrc: "http://img.b2bpic.net/free-photo/hairless-elderly-man-dressed-stylish-suit-holding-bottle-against-dark-background_613910-17574.jpg", imageAlt: "wine sommelier portrait" },
|
||||
{ id: "t2", title: "Efficace", quote: "WineShare m'a permis d'atteindre une nouvelle clientèle.", name: "Marie", role: "Gérante cave", imageSrc: "http://img.b2bpic.net/free-photo/back-view-female-vineyard_181624-61691.jpg", imageAlt: "woman in vineyard" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -261,51 +128,17 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Découvrez les nouveautés"
|
||||
description="Notre sélection de vins."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "À Propos",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pro",
|
||||
items: [
|
||||
{
|
||||
label: "Espace Pro",
|
||||
href: "/pro",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
{
|
||||
label: "CGU",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "À Propos", href: "/about" }] },
|
||||
{ title: "Pro", items: [{ label: "Espace Pro", href: "/pro" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Légal", items: [{ label: "CGU", href: "#" }, { label: "Confidentialité", href: "#" }] },
|
||||
]}
|
||||
logoText="WineShare"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user