Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6abce7a1c | |||
| 9d6aede03e | |||
| 7cafd4df9c | |||
| 7c8f721924 | |||
| f1ee33577c | |||
| ac79b09a93 | |||
| 7aa0d71c52 | |||
| bb610c4a63 | |||
| 4383bfe254 | |||
| 256d3fef7d |
385
src/app/page.tsx
385
src/app/page.tsx
@@ -8,9 +8,7 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent
|
|||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import { Award, Sparkles, Star } from "lucide-react";
|
import { Award, Sparkles, Star } from "lucide-react";
|
||||||
@@ -34,91 +32,61 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Accueil", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Fonctionnalités", id: "#features"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Témoignages", id: "#testimonials"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/vaping-apparel-illustration_225004-1858.jpg"
|
logoSrc="https://pub-8a887019777e48b89895315843a758a0.r2.dev/la-casa-de-vape.png"
|
||||||
logoAlt="La Casa De Vape Logo"
|
logoAlt="Logo La Casa De Vape"
|
||||||
brandName="La Casa De Vape"
|
brandName="La Casa De Vape"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Premium Vape Products, Expert Service, Fast Delivery"
|
title="Produits de Vape Premium, Service Expert, Livraison Rapide"
|
||||||
description="Discover top-rated devices, e-liquids, and accessories from trusted brands. Shop with confidence backed by real customer reviews and expert guidance."
|
description="Découvrez des appareils, e-liquides et accessoires de première qualité des marques de confiance. Achetez en toute confiance, appuyé par de vrais avis clients et des conseils d'experts."
|
||||||
tagAnimation="none"
|
tagAnimation="none"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Browse Our Collection",
|
text: "Parcourir Notre Collection", href: "#home"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="none"
|
buttonAnimation="none"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg"
|
||||||
imageAlt="Collection of premium vape products and accessories"
|
imageAlt="Collection de produits et accessoires de vape premium"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
textPosition="bottom"
|
textPosition="bottom"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-man-with-stylish-hair-beard-screaming-with-frightened-expression_176420-15801.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-man-with-stylish-hair-beard-screaming-with-frightened-expression_176420-15801.jpg", alt: "Cliente satisfaite Sarah"},
|
||||||
alt: "Satisfied customer Sarah",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/stylish-elegant-man-sitting-cafe-with-vape_1157-34781.jpg",
|
src: "http://img.b2bpic.net/free-photo/stylish-elegant-man-sitting-cafe-with-vape_1157-34781.jpg", alt: "Vapoteur heureux John"},
|
||||||
alt: "Happy vaper John",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/joyful-bearded-tattooed-male-smokes-electronic-cigarette-isolated-grey-background_613910-16348.jpg",
|
src: "http://img.b2bpic.net/free-photo/joyful-bearded-tattooed-male-smokes-electronic-cigarette-isolated-grey-background_613910-16348.jpg", alt: "Vapoteuse enthousiaste Maria"},
|
||||||
alt: "Enthusiastic vaper Maria",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-bearded-man-cafe-street-with-glass-wine-romantic-guy-white-shirt-cap-suspenders-city-peaky-blinders-old-fassion-retro_1321-2021.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-bearded-man-cafe-street-with-glass-wine-romantic-guy-white-shirt-cap-suspenders-city-peaky-blinders-old-fassion-retro_1321-2021.jpg", alt: "Vapoteur moderne Alex"},
|
||||||
alt: "Modern vaper Alex",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-man-sitting-home-indoors-play-games-with-joystick_171337-16826.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-man-sitting-home-indoors-play-games-with-joystick_171337-16826.jpg", alt: "Client satisfait David"},
|
||||||
alt: "Content customer David",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 5000+ happy customers!"
|
avatarText="Rejoignez plus de 5000 clients satisfaits !"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="About La Casa De Vape"
|
title="À propos de La Casa De Vape"
|
||||||
description={[
|
description={[
|
||||||
"At La Casa De Vape, we are passionate about providing the highest quality vape products and an unparalleled shopping experience. Our curated selection features only the best devices, e-liquids, and accessories from leading brands, ensuring you always find exactly what you need.",
|
"Chez La Casa De Vape, nous sommes passionnés par la fourniture de produits de vape de la plus haute qualité et d'une expérience d'achat inégalée. Notre sélection rigoureuse ne comprend que les meilleurs appareils, e-liquides et accessoires des marques leaders, vous assurant de toujours trouver exactement ce dont vous avez besoin.", "Nous sommes fiers de notre service expert, offrant des recommandations personnalisées et une connaissance approfondie des produits aux amateurs expérimentés comme aux nouveaux vapoteurs. Notre engagement s'étend au-delà des ventes, favorisant une communauté de confiance où la transparence et la satisfaction du client sont primordiales. Profitez de prix compétitifs, d'une livraison rapide et fiable, et d'une boutique en ligne fluide conçue pour votre commodité."]}
|
||||||
"We pride ourselves on expert service, offering personalized recommendations and detailed product knowledge to both seasoned enthusiasts and new vapers. Our commitment extends beyond sales, fostering a trusted community where transparency and customer satisfaction are paramount. Enjoy competitive pricing, fast, reliable delivery, and a seamless digital storefront designed for your convenience.",
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "En Savoir Plus", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showBorder={false}
|
showBorder={false}
|
||||||
/>
|
/>
|
||||||
@@ -127,157 +95,26 @@ export default function LandingPage() {
|
|||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentyOne
|
<FeatureCardTwentyOne
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Why Choose La Casa De Vape?"
|
title="Pourquoi Choisir La Casa De Vape ?"
|
||||||
description="We stand out by offering an exceptional blend of quality, expertise, and customer-centric service. Your satisfaction is our priority."
|
description="Nous nous distinguons en offrant un mélange exceptionnel de qualité, d'expertise et de service centré sur le client. Votre satisfaction est notre priorité."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Variété de Produits Inégalée", content: "Explorez une vaste sélection d'appareils de vape de pointe, de saveurs d'e-liquides exotiques et d'accessoires essentiels des marques les plus fiables de l'industrie. Nous mettons constamment à jour notre inventaire pour vous apporter les dernières innovations."},
|
||||||
title: "Unrivaled Product Variety",
|
|
||||||
content: "Explore a vast selection of cutting-edge vape devices, exotic e-liquid flavors, and essential accessories from the industry's most trusted brands. We constantly update our inventory to bring you the latest innovations.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Conseils et Soutien d'Experts", content: "Notre équipe compétente est là pour vous aider, que vous soyez un vapoteur expérimenté à la recherche de configurations avancées ou un débutant cherchant son premier kit. Obtenez des recommandations personnalisées et des réponses à toutes vos questions sur le vapotage."},
|
||||||
title: "Expert Guidance & Support",
|
|
||||||
content: "Our knowledgeable team is here to assist you, whether you're a seasoned vaper seeking advanced setups or a beginner looking for your first kit. Get personalized recommendations and answers to all your vaping questions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Prix Compétitifs et Récompenses", content: "Profitez d'un excellent rapport qualité-prix grâce à nos prix compétitifs et à nos programmes de fidélité exclusifs. Gagnez des récompenses à chaque achat et accédez à des réductions spéciales, rendant le vapotage premium plus abordable."},
|
||||||
title: "Competitive Pricing & Rewards",
|
|
||||||
content: "Enjoy great value with our competitive pricing and exclusive loyalty programs. Earn rewards with every purchase and gain access to special discounts, making premium vaping more affordable.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Livraison Rapide et Sécurisée", content: "Nous savons que vous avez hâte de recevoir votre nouveau matériel de vape. C'est pourquoi nous proposons des options d'expédition rapides, discrètes et sécurisées, garantissant que votre commande arrive rapidement et en toute sécurité."},
|
||||||
title: "Fast & Secure Delivery",
|
|
||||||
content: "We know you can't wait to get your hands on your new vape gear. That's why we offer fast, discreet, and secure shipping options, ensuring your order arrives promptly and safely.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-colorful-glitter-transparent-jar-blue-background_181624-25131.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-colorful-glitter-transparent-jar-blue-background_181624-25131.jpg"
|
||||||
imageAlt="Wide variety of vape products and e-liquids on display"
|
imageAlt="Grande variété de produits de vape et d'e-liquides en exposition"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
|
||||||
<ProductCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "prod-1",
|
|
||||||
name: "Nova Pod System",
|
|
||||||
price: "$39.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723452.jpg",
|
|
||||||
imageAlt: "Nova Pod System vape device",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "prod-2",
|
|
||||||
name: "VaporMax Pro Mod",
|
|
||||||
price: "$89.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-nebulizer-home_23-2150562053.jpg",
|
|
||||||
imageAlt: "VaporMax Pro Box Mod",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "prod-3",
|
|
||||||
name: "Berry Blast E-liquid",
|
|
||||||
price: "$19.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-alcoholic-beverage-with-cbd-oil-infusion_23-2150762282.jpg",
|
|
||||||
imageAlt: "Bottle of Berry Blast E-liquid",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "prod-4",
|
|
||||||
name: "Mega Puff Disposable",
|
|
||||||
price: "$14.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-vape-smoke-gadget-standing-yellow-wall_231208-3681.jpg",
|
|
||||||
imageAlt: "Mega Puff Disposable Vape Pen",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "prod-5",
|
|
||||||
name: "Ceramic Coil Pack",
|
|
||||||
price: "$12.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-camcorder-with-swirl-film-stripes-blue-backdrop_23-2148188235.jpg",
|
|
||||||
imageAlt: "Pack of ceramic vape coils",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "prod-6",
|
|
||||||
name: "Dual Bay Charger",
|
|
||||||
price: "$24.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg",
|
|
||||||
imageAlt: "Dual bay vape battery charger",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Featured Products"
|
|
||||||
description="Discover our top-rated vape devices, delicious e-liquids, and essential accessories, hand-picked for quality and performance."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
|
||||||
<PricingCardThree
|
|
||||||
animationType="scale-rotate"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "starter-kit",
|
|
||||||
badge: "Beginner Friendly",
|
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "$69.99",
|
|
||||||
name: "Starter Vaper Kit",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Get Started",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Pod System Device",
|
|
||||||
"2 E-liquid Flavors",
|
|
||||||
"Extra Pods",
|
|
||||||
"Beginner Guide",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "enthusiast-bundle",
|
|
||||||
badge: "Best Value",
|
|
||||||
badgeIcon: Award,
|
|
||||||
price: "$149.99",
|
|
||||||
name: "Enthusiast Pro Bundle",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Upgrade Now",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Advanced Mod Kit",
|
|
||||||
"4 Premium E-liquids",
|
|
||||||
"Extra Coils & Batteries",
|
|
||||||
"Advanced User Guide",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "flavor-explorer",
|
|
||||||
badge: "Taste Adventure",
|
|
||||||
badgeIcon: Star,
|
|
||||||
price: "$49.99",
|
|
||||||
name: "Flavor Explorer Pack",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Discover Flavors",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"5 Assorted E-liquid Flavors",
|
|
||||||
"Sampler Pack",
|
|
||||||
"Flavor Profile Guide",
|
|
||||||
"Exclusive Discounts",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Exclusive Vape Bundles"
|
|
||||||
description="Elevate your vaping experience with our specially curated bundles, offering exceptional value and convenience."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
@@ -287,83 +124,30 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah J.", role: "Enthousiaste de la Vape", company: "Communauté VapeLife", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-female-hat-drinks-coffee-summer-park_613910-3471.jpg", imageAlt: "Sarah J."},
|
||||||
role: "Vape Enthusiast",
|
|
||||||
company: "VapeLife Community",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-female-hat-drinks-coffee-summer-park_613910-3471.jpg",
|
|
||||||
imageAlt: "Sarah J.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Mark P.", role: "Nouveau Vapoteur", company: "Premier Acheteur", rating: 5,
|
||||||
name: "Mark P.",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background-smokes-electronic-cigarette_343596-8182.jpg", imageAlt: "Mark P."},
|
||||||
role: "New Vaper",
|
|
||||||
company: "First-Time Buyer",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background-smokes-electronic-cigarette_343596-8182.jpg",
|
|
||||||
imageAlt: "Mark P.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Emily R.", role: "Connaisseuse de Saveurs", company: "Critique d'E-liquides", rating: 5,
|
||||||
name: "Emily R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23870.jpg", imageAlt: "Emily R."},
|
||||||
role: "Flavor Connoisseur",
|
|
||||||
company: "E-liquid Critic",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23870.jpg",
|
|
||||||
imageAlt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David L.", role: "Moddeur Expérimenté", company: "Forum de Vapotage Avancé", rating: 5,
|
||||||
name: "David L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-street_23-2147765402.jpg", imageAlt: "David L."},
|
||||||
role: "Experienced Modder",
|
|
||||||
company: "Advanced Vaping Forum",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-street_23-2147765402.jpg",
|
|
||||||
imageAlt: "David L.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Jessica M.", role: "Vapoteuse Quotidienne", company: "Critique en Ligne", rating: 5,
|
||||||
name: "Jessica M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-woman-with-electronic-cigar_1153-547.jpg", imageAlt: "Jessica M."},
|
||||||
role: "Daily Vaper",
|
|
||||||
company: "Online Reviewer",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-woman-with-electronic-cigar_1153-547.jpg",
|
|
||||||
imageAlt: "Jessica M.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t6",
|
id: "t6", name: "Chris B.", role: "Testeur de Produits", company: "Enthousiaste de la Technologie Vape", rating: 5,
|
||||||
name: "Chris B.",
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg", imageAlt: "Chris B."},
|
||||||
role: "Product Tester",
|
|
||||||
company: "Vape Tech Enthusiast",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg",
|
|
||||||
imageAlt: "Chris B.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Customers Say"
|
title="Ce que Disent Nos Clients"
|
||||||
description="Hear directly from our satisfied customers about their experience with La Casa De Vape's products and service."
|
description="Écoutez directement nos clients satisfaits parler de leur expérience avec les produits et services de La Casa De Vape."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
|
||||||
<SocialProofOne
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
names={[
|
|
||||||
"VaporTech Innovations",
|
|
||||||
"Elite Mods Inc.",
|
|
||||||
"FlavorCraft Labs",
|
|
||||||
"PodMaster Solutions",
|
|
||||||
"CoilGenius Manufacturing",
|
|
||||||
"BatteryPro Essentials",
|
|
||||||
"Global Vape Supply",
|
|
||||||
]}
|
|
||||||
title="Our Trusted Brand Partners"
|
|
||||||
description="We proudly partner with leading names in the vape industry to bring you only the highest quality and most reliable products."
|
|
||||||
showCard={true}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
@@ -371,32 +155,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Quels types de produits de vape proposez-vous ?", content: "Nous offrons une large gamme de produits de vape, y compris des kits de démarrage, des systèmes de mod avancés, diverses saveurs d'e-liquides (sel de nicotine et base libre), des bobines, des batteries et d'autres accessoires essentiels."},
|
||||||
title: "What types of vape products do you offer?",
|
|
||||||
content: "We offer a wide range of vape products including starter kits, advanced mod systems, various e-liquid flavors (nicotine salt and freebase), coils, batteries, and other essential accessories.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Comment choisir la bonne vape pour moi ?", content: "Notre équipe d'experts est là pour vous aider ! Tenez compte de votre niveau d'expérience, de votre style de vapotage préféré (MTL ou DTL) et des fonctionnalités souhaitées. Vous pouvez nous contacter pour des recommandations personnalisées ou consulter notre guide du débutant sur le blog."},
|
||||||
title: "How do I choose the right vape for me?",
|
|
||||||
content: "Our expert team is here to help! Consider your experience level, preferred vaping style (MTL or DTL), and desired features. You can contact us for personalized recommendations, or check our beginner's guide in the blog.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Quelles sont vos politiques d'expédition ?", content: "Nous offrons des options d'expédition rapides et discrètes. Les délais de livraison et les coûts varient en fonction de votre emplacement et de la méthode d'expédition choisie. Vous pouvez trouver des informations détaillées sur notre page 'Expédition et Retours'."},
|
||||||
title: "What are your shipping policies?",
|
|
||||||
content: "We offer fast and discreet shipping options. Delivery times and costs vary depending on your location and chosen shipping method. You can find detailed information on our 'Shipping & Returns' page.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "Proposez-vous l'expédition internationale ?", content: "Actuellement, nous expédions principalement en [Votre Pays/Région]. Veuillez consulter notre politique d'expédition ou contacter le service client pour toute question concernant l'expédition internationale et les réglementations potentielles."},
|
||||||
title: "Do you offer international shipping?",
|
|
||||||
content: "Currently, we primarily ship within [Your Country/Region]. Please check our shipping policy or contact customer service for potential international shipping inquiries and regulations.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866689.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866689.jpg"
|
||||||
imageAlt="Customer support representative helping with vape questions"
|
imageAlt="Représentant du support client aidant avec des questions sur la vape"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
title="Frequently Asked Questions"
|
title="Foire Aux Questions"
|
||||||
description="Find quick answers to common questions about our products, orders, and vaping in general. Your guide to a smoother experience."
|
description="Trouvez des réponses rapides aux questions courantes sur nos produits, vos commandes et le vapotage en général. Votre guide pour une expérience plus fluide."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -405,71 +177,50 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
tag="Contactez-nous"
|
||||||
tag="Get In Touch"
|
title="Connectez-vous avec La Casa De Vape"
|
||||||
title="Connect with La Casa De Vape"
|
description="Vous avez des questions, besoin d'aide ou simplement envie de discuter de vapotage ? Nous sommes là pour vous aider ! Contactez notre équipe pour des conseils d'experts et une assistance."
|
||||||
description="Have questions, need support, or just want to chat about vaping? We're here to help! Reach out to our team for expert advice and assistance."
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-electronics-store_1203-711.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/blurred-electronics-store_1203-711.jpg"
|
||||||
imageAlt="Modern vape shop interior with friendly staff"
|
imageAlt="Intérieur moderne d'un magasin de vape avec un personnel amical"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Entrez votre e-mail"
|
||||||
buttonText="Send Message"
|
buttonText="Envoyer le message"
|
||||||
termsText="By sending a message, you confirm you are 21+ and agree to our Terms and Conditions."
|
termsText="En envoyant un message, vous confirmez avoir 21 ans et plus et acceptez nos Conditions Générales."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/vaping-apparel-illustration_225004-1858.jpg"
|
logoSrc="https://pub-8a887019777e48b89895315843a758a0.r2.dev/la-casa-de-vape.png"
|
||||||
logoAlt="La Casa De Vape Logo"
|
logoAlt="Logo La Casa De Vape"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Accueil", href: "#home"},
|
||||||
href: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Products",
|
label: "Fonctionnalités", href: "#features"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Features",
|
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "À Propos de Nous", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Témoignages", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Politique de Confidentialité", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Conditions d'Utilisation", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user