Merge version_1 into main #2
188
src/app/page.tsx
188
src/app/page.tsx
@@ -29,70 +29,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Femmes",
|
||||
id: "femmes",
|
||||
},
|
||||
name: "Femmes", id: "femmes"},
|
||||
{
|
||||
name: "Hommes",
|
||||
id: "hommes",
|
||||
},
|
||||
name: "Hommes", id: "hommes"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="YAVE"
|
||||
button={{
|
||||
text: "Shop Now", href: "#femmes"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Style. Confiance. Élégance."
|
||||
description="Découvrez YAVE Luxury Store. L'élégance à votre portée, livrée partout dans le monde. Commandez vos pièces préférées dès aujourd'hui via WhatsApp."
|
||||
buttons={[
|
||||
{
|
||||
text: "Commander via WhatsApp",
|
||||
href: "https://wa.me/243810903421",
|
||||
},
|
||||
text: "Commander via WhatsApp", href: "https://wa.me/243810903421"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg?_wi=1",
|
||||
imageAlt: "Fashion women model",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg", imageAlt: "luxury fashion woman portrait"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photogenic-young-man-leaning-against-wall_23-2148316610.jpg",
|
||||
imageAlt: "Fashion men model",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/photogenic-young-man-leaning-against-wall_23-2148316610.jpg", imageAlt: "men luxury fashion editorial"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-bag-with-mediterranean-tiles-aesthetics_23-2150916698.jpg",
|
||||
imageAlt: "Accessories display",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-bag-with-mediterranean-tiles-aesthetics_23-2150916698.jpg", imageAlt: "luxury bag and accessory flatlay"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-rain-jacket_23-2148610308.jpg",
|
||||
imageAlt: "Luxury fabric",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-rain-jacket_23-2148610308.jpg", imageAlt: "luxury fabric texture fashion"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg",
|
||||
imageAlt: "Luxury shoes",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag-long-legs-shopping_285396-489.jpg", imageAlt: "luxury designer sneakers display"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-night-with-flash_23-2150204451.jpg",
|
||||
imageAlt: "Urban luxury",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-night-with-flash_23-2150204451.jpg", imageAlt: "urban luxury fashion model"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,30 +78,15 @@ export default function LandingPage() {
|
||||
tag="Livraison en 21 jours"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Chine",
|
||||
description: "Sourcing des meilleures pièces",
|
||||
},
|
||||
id: "m1", value: "Chine", description: "Sourcing des meilleures pièces"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Logistique",
|
||||
description: "Transit sécurisé vers le Canada & Kinshasa",
|
||||
},
|
||||
id: "m2", value: "Logistique", description: "Transit sécurisé vers le Canada & Kinshasa"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "21 jours",
|
||||
description: "Délai de livraison estimé",
|
||||
},
|
||||
id: "m3", value: "21 jours", description: "Délai de livraison estimé"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Expertise",
|
||||
description: "Sourcing haut de gamme",
|
||||
},
|
||||
id: "m4", value: "Expertise", description: "Sourcing haut de gamme"},
|
||||
{
|
||||
id: "m5",
|
||||
value: "Service",
|
||||
description: "Support client dédié",
|
||||
},
|
||||
id: "m5", value: "Service", description: "Support client dédié"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -141,47 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Robe Élégance",
|
||||
price: "120$",
|
||||
variant: "Orange",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478953.jpg",
|
||||
},
|
||||
id: "p1", name: "Robe Élégance", price: "120$", variant: "Orange", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478953.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "T-Shirt Premium",
|
||||
price: "45$",
|
||||
variant: "Blanc",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "T-Shirt Premium", price: "45$", variant: "Blanc", imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bottines Chic",
|
||||
price: "180$",
|
||||
variant: "Noir",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1203-8140.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Bottines Chic", price: "180$", variant: "Noir", imageSrc: "http://img.b2bpic.net/free-photo/shoes_1203-8140.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sac de luxe",
|
||||
price: "210$",
|
||||
variant: "Cuir",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-leather-women-wallet_1203-8073.jpg?_wi=1",
|
||||
},
|
||||
id: "p4", name: "Sac de luxe", price: "210$", variant: "Cuir", imageSrc: "http://img.b2bpic.net/free-photo/red-leather-women-wallet_1203-8073.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Lunettes Soleil",
|
||||
price: "85$",
|
||||
variant: "Noir",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-chair_23-2149392990.jpg?_wi=1",
|
||||
},
|
||||
id: "p5", name: "Lunettes Soleil", price: "85$", variant: "Noir", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-chair_23-2149392990.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Montre Signature",
|
||||
price: "250$",
|
||||
variant: "Or",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722618.jpg?_wi=1",
|
||||
},
|
||||
id: "p6", name: "Montre Signature", price: "250$", variant: "Or", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722618.jpg"},
|
||||
]}
|
||||
title="Collection Femmes"
|
||||
description="Des designs sophistiqués et tendance pour un look quotidien inoubliable."
|
||||
@@ -196,35 +125,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Chemises sur mesure",
|
||||
description: "Tissus de haute qualité et coupe parfaite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg?_wi=2",
|
||||
imageAlt: "Chemise homme",
|
||||
},
|
||||
title: "Chemises sur mesure", description: "Tissus de haute qualité et coupe parfaite.", imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg", imageAlt: "Chemise homme"},
|
||||
{
|
||||
title: "Sneakers urbaines",
|
||||
description: "Confort et style en toute circonstance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1203-8140.jpg?_wi=2",
|
||||
imageAlt: "Sneakers",
|
||||
},
|
||||
title: "Sneakers urbaines", description: "Confort et style en toute circonstance.", imageSrc: "http://img.b2bpic.net/free-photo/shoes_1203-8140.jpg", imageAlt: "Sneakers"},
|
||||
{
|
||||
title: "Sacs à dos en cuir",
|
||||
description: "Pratiques, élégants, parfaits pour le travail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-leather-women-wallet_1203-8073.jpg?_wi=2",
|
||||
imageAlt: "Sac cuir",
|
||||
},
|
||||
title: "Sacs à dos en cuir", description: "Pratiques, élégants, parfaits pour le travail.", imageSrc: "http://img.b2bpic.net/free-photo/red-leather-women-wallet_1203-8073.jpg", imageAlt: "Sac cuir"},
|
||||
{
|
||||
title: "Accessoires de Luxe",
|
||||
description: "Finition soignée pour un style affirmé.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-chair_23-2149392990.jpg?_wi=2",
|
||||
imageAlt: "Accessoires",
|
||||
},
|
||||
title: "Accessoires de Luxe", description: "Finition soignée pour un style affirmé.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-chair_23-2149392990.jpg", imageAlt: "Accessoires"},
|
||||
{
|
||||
title: "Tenues de Ville",
|
||||
description: "L'élégance décontractée au quotidien.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722618.jpg?_wi=2",
|
||||
imageAlt: "Tenue ville",
|
||||
},
|
||||
title: "Tenues de Ville", description: "L'élégance décontractée au quotidien.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722618.jpg", imageAlt: "Tenue ville"},
|
||||
]}
|
||||
title="Collection Hommes"
|
||||
description="L'élégance masculine revisitée pour une allure moderne."
|
||||
@@ -235,8 +144,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Disponible sur WhatsApp Business"
|
||||
title="Prêt à commander ?"
|
||||
description="Contactez-nous pour passer votre commande ou pour toute demande d'information. Nos experts mode sont à votre disposition."
|
||||
@@ -247,41 +155,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg"
|
||||
logoText="YAVE Luxury Store"
|
||||
columns={[
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Femmes",
|
||||
href: "#femmes",
|
||||
},
|
||||
label: "Femmes", href: "#femmes"},
|
||||
{
|
||||
label: "Hommes",
|
||||
href: "#hommes",
|
||||
},
|
||||
label: "Hommes", href: "#hommes"},
|
||||
{
|
||||
label: "Accessoires",
|
||||
href: "#",
|
||||
},
|
||||
label: "Accessoires", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Kinshasa: +243 810 903 421",
|
||||
href: "https://wa.me/243810903421",
|
||||
},
|
||||
label: "Kinshasa: +243 810 903 421", href: "https://wa.me/243810903421"},
|
||||
{
|
||||
label: "Canada: +1 819 383 7585",
|
||||
href: "https://wa.me/18193837585",
|
||||
},
|
||||
label: "Canada: +1 819 383 7585", href: "https://wa.me/18193837585"},
|
||||
{
|
||||
label: "Email: yavestore5@gmail.com",
|
||||
href: "mailto:yavestore5@gmail.com",
|
||||
},
|
||||
label: "Email: yavestore5@gmail.com", href: "mailto:yavestore5@gmail.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user