Update src/app/page.tsx
This commit is contained in:
284
src/app/page.tsx
284
src/app/page.tsx
@@ -32,35 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Accueil", id: "#hero"},
|
||||
{
|
||||
name: "Notre Histoire",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Notre Histoire", id: "#about"},
|
||||
{
|
||||
name: "Qualité",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Qualité", id: "#features"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#collections",
|
||||
},
|
||||
name: "Collections", id: "#collections"},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Avis", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="FITORA Accessories"
|
||||
button={{
|
||||
text: "Découvrir la collection FITORA",
|
||||
href: "#collections",
|
||||
}}
|
||||
text: "Découvrir la collection FITORA", href: "#collections"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,79 +54,41 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="FITORA Accessories"
|
||||
description="Montres, chaînes, bijoux. Chaque pièce raconte une histoire d'élégance et de style intemporel."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sophie M.",
|
||||
handle: "@SophieMStyle",
|
||||
testimonial: "Les montres FITORA sont des œuvres d'art. Le design noir et or est absolument parfait et attire tous les regards. J'adore !",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-relaxing-clean-urban-environment_23-2149015669.jpg",
|
||||
imageAlt: "Sophie M. wearing a FITORA watch",
|
||||
},
|
||||
name: "Sophie M.", handle: "@SophieMStyle", testimonial: "Les montres FITORA sont des œuvres d'art. Le design noir et or est absolument parfait et attire tous les regards. J'adore !", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-relaxing-clean-urban-environment_23-2149015669.jpg", imageAlt: "Sophie M. wearing a FITORA watch"},
|
||||
{
|
||||
name: "Marc L.",
|
||||
handle: "@MarcLuxury",
|
||||
testimonial: "La qualité des chaînes FITORA est incomparable. Elles sont robustes, élégantes et complètent parfaitement mon style minimaliste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11507.jpg",
|
||||
imageAlt: "Marc L. wearing a FITORA chain",
|
||||
},
|
||||
name: "Marc L.", handle: "@MarcLuxury", testimonial: "La qualité des chaînes FITORA est incomparable. Elles sont robustes, élégantes et complètent parfaitement mon style minimaliste.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11507.jpg", imageAlt: "Marc L. wearing a FITORA chain"},
|
||||
{
|
||||
name: "Clara V.",
|
||||
handle: "@ClaraVibe",
|
||||
testimonial: "J'ai acheté un bracelet FITORA et je suis conquise. Le souci du détail et les matériaux nobles en font un accessoire unique.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg",
|
||||
imageAlt: "Clara V. wearing a FITORA bracelet",
|
||||
},
|
||||
name: "Clara V.", handle: "@ClaraVibe", testimonial: "J'ai acheté un bracelet FITORA et je suis conquise. Le souci du détail et les matériaux nobles en font un accessoire unique.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275128.jpg", imageAlt: "Clara V. wearing a FITORA bracelet"},
|
||||
{
|
||||
name: "Thomas G.",
|
||||
handle: "@ThomasGents",
|
||||
testimonial: "Les accessoires FITORA sont une affirmation de goût. J'apprécie le design épuré et la qualité premium qui durent dans le temps.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shoot-styilish-attractive-man-checkered-suit-glasses-pink-shirt-he-put-one-hand-his-pocket_613910-21618.jpg",
|
||||
imageAlt: "Thomas G. with FITORA accessories",
|
||||
},
|
||||
name: "Thomas G.", handle: "@ThomasGents", testimonial: "Les accessoires FITORA sont une affirmation de goût. J'apprécie le design épuré et la qualité premium qui durent dans le temps.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shoot-styilish-attractive-man-checkered-suit-glasses-pink-shirt-he-put-one-hand-his-pocket_613910-21618.jpg", imageAlt: "Thomas G. with FITORA accessories"},
|
||||
{
|
||||
name: "Léa D.",
|
||||
handle: "@LeaDesign",
|
||||
testimonial: "FITORA a réussi à capturer l'essence du luxe discret. Mes bijoux sont devenus mes pièces préférées au quotidien.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-pointing-front_1187-4393.jpg",
|
||||
imageAlt: "Léa D. wearing FITORA jewelry",
|
||||
},
|
||||
name: "Léa D.", handle: "@LeaDesign", testimonial: "FITORA a réussi à capturer l'essence du luxe discret. Mes bijoux sont devenus mes pièces préférées au quotidien.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-pointing-front_1187-4393.jpg", imageAlt: "Léa D. wearing FITORA jewelry"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir la collection FITORA",
|
||||
href: "#collections",
|
||||
},
|
||||
text: "Découvrir la collection FITORA", href: "#collections"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-black-woman-with-afro-hair-laughing-enjoying_150588-169.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-black-woman-with-afro-hair-laughing-enjoying_150588-169.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-stylish-bearded-man-with-hairstyle-sunglasses-gray-suit-pink-shirt-posing-studio-isolated-gray-background_613910-4076.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-stylish-bearded-man-with-hairstyle-sunglasses-gray-suit-pink-shirt-posing-studio-isolated-gray-background_613910-4076.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-european-girl-with-charming-smile-keeps-arms-folded-wears-round-spectacles_273609-18493.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-european-girl-with-charming-smile-keeps-arms-folded-wears-round-spectacles_273609-18493.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/angry-displeased-office-worker-frowning-looking-mad-standing-bothered-insulted-losing-temper-boiling-from-anger-standing-white-background_176420-53127.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/angry-displeased-office-worker-frowning-looking-mad-standing-bothered-insulted-losing-temper-boiling-from-anger-standing-white-background_176420-53127.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12748.jpg",
|
||||
alt: "Studio portrait of stylish blond male dressed in a blue suit.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12748.jpg", alt: "Studio portrait of stylish blond male dressed in a blue suit."},
|
||||
]}
|
||||
avatarText="+ 1000 clients satisfaits"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-rendering-steel-object_23-2151897654.jpg"
|
||||
@@ -148,29 +96,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Qualité Inégalée",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Qualité Inégalée", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Design Épuré",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Design Épuré", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisanat d'Exception",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Artisanat d'Exception", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxe Accessible",
|
||||
icon: Wallet,
|
||||
type: "text-icon", text: "Luxe Accessible", icon: Wallet,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Service Client Dédié",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "Service Client Dédié", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -181,9 +119,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Notre Identité : Noir et Or, Minimalisme"
|
||||
description={[
|
||||
"Bienvenue chez FITORA Accessories. Nous créons des accessoires pour ceux qui comprennent le style. Montres élégantes, chaînes premium, bracelets, portefeuilles — chaque pièce raconte une histoire.",
|
||||
"Notre identité est forgée autour du noir et de l'or, incarnant le minimalisme et une qualité intemporelle. Nos accessoires ne sont pas juste des objets ; ils sont une affirmation de goût, conçus pour sublimer votre allure avec sophistication.",
|
||||
]}
|
||||
"Bienvenue chez FITORA Accessories. Nous créons des accessoires pour ceux qui comprennent le style. Montres élégantes, chaînes premium, bracelets, portefeuilles — chaque pièce raconte une histoire.", "Notre identité est forgée autour du noir et de l'or, incarnant le minimalisme et une qualité intemporelle. Nos accessoires ne sont pas juste des objets ; ils sont une affirmation de goût, conçus pour sublimer votre allure avec sophistication."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,29 +131,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Qualité Premium",
|
||||
description: "Nous sélectionnons les meilleurs matériaux pour garantir une durabilité et un confort inégalés. Chaque pièce est conçue pour durer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347054.jpg",
|
||||
imageAlt: "Close-up of premium gold chain material",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/nobody-belt-leather-metal-personal_1203-6418.jpg",
|
||||
buttonText: "En savoir plus",
|
||||
},
|
||||
title: "Qualité Premium", description: "Nous sélectionnons les meilleurs matériaux pour garantir une durabilité et un confort inégalés. Chaque pièce est conçue pour durer.", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347054.jpg", imageAlt: "Close-up of premium gold chain material", titleImageSrc: "http://img.b2bpic.net/free-photo/nobody-belt-leather-metal-personal_1203-6418.jpg", buttonText: "En savoir plus"},
|
||||
{
|
||||
title: "Design Épuré",
|
||||
description: "Notre approche minimaliste met en valeur la beauté intrinsèque de chaque accessoire, avec des lignes claires et une esthétique intemporelle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings_23-2149846566.jpg",
|
||||
imageAlt: "Minimalist watch design",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2148861948.jpg",
|
||||
buttonText: "Découvrir le design",
|
||||
},
|
||||
title: "Design Épuré", description: "Notre approche minimaliste met en valeur la beauté intrinsèque de chaque accessoire, avec des lignes claires et une esthétique intemporelle.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings_23-2149846566.jpg", imageAlt: "Minimalist watch design", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2148861948.jpg", buttonText: "Découvrir le design"},
|
||||
{
|
||||
title: "Attention aux Détails",
|
||||
description: "De la conception à la finition, chaque détail est méticuleusement pensé pour créer un accessoire sans faute, digne de votre style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65175.jpg",
|
||||
imageAlt: "Artisan working on jewelry with precision tools",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/female-industrial-employee-teaching-colleague-operate-machine-pointing-control-board-using-tablet_74855-16366.jpg",
|
||||
buttonText: "Voir le processus",
|
||||
},
|
||||
title: "Attention aux Détails", description: "De la conception à la finition, chaque détail est méticuleusement pensé pour créer un accessoire sans faute, digne de votre style.", imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65175.jpg", imageAlt: "Artisan working on jewelry with precision tools", titleImageSrc: "http://img.b2bpic.net/free-photo/female-industrial-employee-teaching-colleague-operate-machine-pointing-control-board-using-tablet_74855-16366.jpg", buttonText: "Voir le processus"},
|
||||
]}
|
||||
title="La Philosophie FITORA"
|
||||
description="Chaque accessoire FITORA est une promesse de perfection, alliant esthétique raffinée et performance durable."
|
||||
@@ -232,47 +150,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "watch-classic",
|
||||
name: "Montre Classique Or",
|
||||
price: "499€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg",
|
||||
imageAlt: "Classic gold watch with leather strap",
|
||||
},
|
||||
id: "watch-classic", name: "Montre Classique Or", price: "499€", imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg", imageAlt: "Classic gold watch with leather strap"},
|
||||
{
|
||||
id: "chain-premium",
|
||||
name: "Chaîne Premium Acier",
|
||||
price: "249€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/keychain-key-with-writing-security-it_181624-912.jpg",
|
||||
imageAlt: "Premium stainless steel gold chain",
|
||||
},
|
||||
id: "chain-premium", name: "Chaîne Premium Acier", price: "249€", imageSrc: "http://img.b2bpic.net/free-photo/keychain-key-with-writing-security-it_181624-912.jpg", imageAlt: "Premium stainless steel gold chain"},
|
||||
{
|
||||
id: "bracelet-signature",
|
||||
name: "Bracelet Signature Noir",
|
||||
price: "179€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beautiful-wedding-composition_23-2148244025.jpg",
|
||||
imageAlt: "Minimalist black bracelet with gold accent",
|
||||
},
|
||||
id: "bracelet-signature", name: "Bracelet Signature Noir", price: "179€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beautiful-wedding-composition_23-2148244025.jpg", imageAlt: "Minimalist black bracelet with gold accent"},
|
||||
{
|
||||
id: "wallet-elegant",
|
||||
name: "Portefeuille Élégant",
|
||||
price: "129€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11344.jpg",
|
||||
imageAlt: "Elegant black leather wallet",
|
||||
},
|
||||
id: "wallet-elegant", name: "Portefeuille Élégant", price: "129€", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11344.jpg", imageAlt: "Elegant black leather wallet"},
|
||||
{
|
||||
id: "watch-modern",
|
||||
name: "Montre Moderne Chrono",
|
||||
price: "589€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg",
|
||||
imageAlt: "Modern chronograph watch",
|
||||
},
|
||||
id: "watch-modern", name: "Montre Moderne Chrono", price: "589€", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg", imageAlt: "Modern chronograph watch"},
|
||||
{
|
||||
id: "earrings-gold",
|
||||
name: "Boucles d'oreilles Or",
|
||||
price: "99€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30802.jpg",
|
||||
imageAlt: "Minimalist gold stud earrings",
|
||||
},
|
||||
id: "earrings-gold", name: "Boucles d'oreilles Or", price: "99€", imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30802.jpg", imageAlt: "Minimalist gold stud earrings"},
|
||||
]}
|
||||
title="Nos Collections Exclusives"
|
||||
description="Explorez nos gammes de montres, chaînes, bracelets et portefeuilles, conçues pour affirmer votre personnalité."
|
||||
@@ -286,50 +174,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Isabelle Dubois",
|
||||
handle: "@BelleStyle",
|
||||
testimonial: "Les montres FITORA sont d'une élégance rare. Je reçois toujours des compliments quand je la porte. Un vrai investissement !",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-standing-city_839833-28609.jpg",
|
||||
imageAlt: "Isabelle Dubois",
|
||||
},
|
||||
id: "1", name: "Isabelle Dubois", handle: "@BelleStyle", testimonial: "Les montres FITORA sont d'une élégance rare. Je reçois toujours des compliments quand je la porte. Un vrai investissement !", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-standing-city_839833-28609.jpg", imageAlt: "Isabelle Dubois"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Antoine Girard",
|
||||
handle: "@AntoineGents",
|
||||
testimonial: "La chaîne en acier inoxydable est incroyable. Elle garde son éclat et résiste à tout. La perfection au quotidien.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-going-work-with-coffee_158595-4704.jpg",
|
||||
imageAlt: "Antoine Girard",
|
||||
},
|
||||
id: "2", name: "Antoine Girard", handle: "@AntoineGents", testimonial: "La chaîne en acier inoxydable est incroyable. Elle garde son éclat et résiste à tout. La perfection au quotidien.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-going-work-with-coffee_158595-4704.jpg", imageAlt: "Antoine Girard"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Émilie Lefevre",
|
||||
handle: "@EmilieChic",
|
||||
testimonial: "Mes bracelets FITORA sont superbes, le design est si raffiné. C'est le complément parfait pour une touche de luxe discret.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-park_8353-5049.jpg",
|
||||
imageAlt: "Émilie Lefevre",
|
||||
},
|
||||
id: "3", name: "Émilie Lefevre", handle: "@EmilieChic", testimonial: "Mes bracelets FITORA sont superbes, le design est si raffiné. C'est le complément parfait pour une touche de luxe discret.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-park_8353-5049.jpg", imageAlt: "Émilie Lefevre"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jules Martin",
|
||||
handle: "@JulesClassic",
|
||||
testimonial: "Le portefeuille est d'une qualité exceptionnelle. Le cuir est doux et résistant. FITORA, c'est la promesse tenue du luxe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-smiling-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10421.jpg",
|
||||
imageAlt: "Jules Martin",
|
||||
},
|
||||
id: "4", name: "Jules Martin", handle: "@JulesClassic", testimonial: "Le portefeuille est d'une qualité exceptionnelle. Le cuir est doux et résistant. FITORA, c'est la promesse tenue du luxe.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-smiling-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10421.jpg", imageAlt: "Jules Martin"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloé Petit",
|
||||
handle: "@ChloeSparkle",
|
||||
testimonial: "J'adore mes bijoux FITORA. Ils sont intemporels, élégants et faits pour durer. Je ne peux plus m'en passer !",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-flower-cheek_23-2149486728.jpg",
|
||||
imageAlt: "Chloé Petit",
|
||||
},
|
||||
id: "5", name: "Chloé Petit", handle: "@ChloeSparkle", testimonial: "J'adore mes bijoux FITORA. Ils sont intemporels, élégants et faits pour durer. Je ne peux plus m'en passer !", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-flower-cheek_23-2149486728.jpg", imageAlt: "Chloé Petit"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Ce que disent nos clients"
|
||||
@@ -342,14 +200,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Vogue",
|
||||
"GQ Magazine",
|
||||
"Harper's Bazaar",
|
||||
"Elle",
|
||||
"Esquire",
|
||||
"Vanity Fair",
|
||||
"L'Officiel",
|
||||
]}
|
||||
"Vogue", "GQ Magazine", "Harper's Bazaar", "Elle", "Esquire", "Vanity Fair", "L'Officiel"]}
|
||||
title="Présenté par des icônes du style"
|
||||
description="FITORA est reconnu par les magazines de mode et les influenceurs du luxe."
|
||||
/>
|
||||
@@ -359,8 +210,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contactez-nous"
|
||||
title="Une question ? Nous sommes là pour vous aider."
|
||||
description="Notre équipe est disponible pour répondre à toutes vos interrogations sur nos collections ou votre commande."
|
||||
@@ -370,26 +220,6 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Entrez votre email"
|
||||
buttonText="Envoyer le message"
|
||||
termsText="En cliquant sur Envoyer le message, vous confirmez que vous acceptez nos Conditions Générales."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Votre nom",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Votre email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Votre message",
|
||||
rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -400,19 +230,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user