From ac79b09a932ab71b9aed005fb1d622f339eefa01 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 20:04:14 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 351 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 261 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87512a3..1311a61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,17 +34,29 @@ export default function LandingPage() {
@@ -99,20 +127,32 @@ export default function LandingPage() {
@@ -126,20 +166,50 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "prod-1", name: "Système Pod Nova", price: "39.99 $", imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-fryer_23-2151723452.jpg", imageAlt: "Appareil de vape Nova Pod System"}, + 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: "Mod VaporMax Pro", price: "89.99 $", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-nebulizer-home_23-2150562053.jpg", imageAlt: "Box Mod VaporMax Pro"}, + 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: "E-liquide Baies explosives", price: "19.99 $", imageSrc: "http://img.b2bpic.net/free-photo/view-alcoholic-beverage-with-cbd-oil-infusion_23-2150762282.jpg", imageAlt: "Bouteille d'e-liquide Baies explosives"}, + 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 Jetable", price: "14.99 $", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-vape-smoke-gadget-standing-yellow-wall_231208-3681.jpg", imageAlt: "Stylo vape jetable Mega Puff"}, + 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: "Pack de résistances céramiques", price: "12.99 $", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-camcorder-with-swirl-film-stripes-blue-backdrop_23-2148188235.jpg", imageAlt: "Pack de résistances de vape en céramique"}, + 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: "Chargeur Double Baie", price: "24.99 $", imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg", imageAlt: "Chargeur de batterie de vape double baie"}, + 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="Produits en vedette" - description="Découvrez nos appareils de vape les mieux notés, nos e-liquides délicieux et nos accessoires essentiels, soigneusement sélectionnés pour leur qualité et leurs performances." + title="Featured Products" + description="Discover our top-rated vape devices, delicious e-liquids, and essential accessories, hand-picked for quality and performance." />
@@ -150,35 +220,62 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "starter-kit", badge: "Idéal pour débutants", badgeIcon: Sparkles, - price: "69.99 $", name: "Kit Vapoteur Débutant", buttons: [ + id: "starter-kit", + badge: "Beginner Friendly", + badgeIcon: Sparkles, + price: "$69.99", + name: "Starter Vaper Kit", + buttons: [ { - text: "Commencer"}, + text: "Get Started", + }, ], features: [ - "Appareil Pod System", "2 saveurs d'e-liquide", "Pods supplémentaires", "Guide du débutant"], + "Pod System Device", + "2 E-liquid Flavors", + "Extra Pods", + "Beginner Guide", + ], }, { - id: "enthusiast-bundle", badge: "Meilleur rapport qualité-prix", badgeIcon: Award, - price: "149.99 $", name: "Pack Pro Enthusiast", buttons: [ + id: "enthusiast-bundle", + badge: "Best Value", + badgeIcon: Award, + price: "$149.99", + name: "Enthusiast Pro Bundle", + buttons: [ { - text: "Mettre à niveau maintenant"}, + text: "Upgrade Now", + }, ], features: [ - "Kit Mod Avancé", "4 e-liquides Premium", "Résistances et batteries supplémentaires", "Guide de l'utilisateur avancé"], + "Advanced Mod Kit", + "4 Premium E-liquids", + "Extra Coils & Batteries", + "Advanced User Guide", + ], }, { - id: "flavor-explorer", badge: "Aventure gustative", badgeIcon: Star, - price: "49.99 $", name: "Pack Découverte Saveurs", buttons: [ + id: "flavor-explorer", + badge: "Taste Adventure", + badgeIcon: Star, + price: "$49.99", + name: "Flavor Explorer Pack", + buttons: [ { - text: "Découvrir les saveurs"}, + text: "Discover Flavors", + }, ], features: [ - "5 saveurs d'e-liquide assorties", "Pack d'échantillons", "Guide des profils de saveurs", "Réductions exclusives"], + "5 Assorted E-liquid Flavors", + "Sampler Pack", + "Flavor Profile Guide", + "Exclusive Discounts", + ], }, ]} - title="Packs Vape Exclusifs" - description="Améliorez votre expérience de vapotage avec nos packs spécialement conçus, offrant une valeur et une commodité exceptionnelles." + title="Exclusive Vape Bundles" + description="Elevate your vaping experience with our specially curated bundles, offering exceptional value and convenience." />
@@ -190,26 +287,62 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah J.", role: "Passionnée de Vape", 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: "t1", + name: "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", name: "Mark P.", role: "Nouveau Vapoteur", company: "Premier Acheteur", 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: "t2", + name: "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", name: "Emily R.", role: "Connaisseur de Saveurs", company: "Critique d'E-liquides", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23870.jpg", imageAlt: "Emily R."}, + id: "t3", + name: "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", name: "David L.", role: "Moddeur Expérimenté", company: "Forum de Vapotage Avancé", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-street_23-2147765402.jpg", imageAlt: "David L."}, + id: "t4", + name: "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", name: "Jessica M.", role: "Vapoteur Quotidien", company: "Critique en Ligne", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-woman-with-electronic-cigar_1153-547.jpg", imageAlt: "Jessica M."}, + id: "t5", + name: "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", name: "Chris B.", role: "Testeur de Produits", company: "Enthousiaste de la Tech Vape", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg", imageAlt: "Chris B."}, + id: "t6", + name: "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="Ce que disent nos clients" - description="Écoutez directement nos clients satisfaits parler de leur expérience avec les produits et services de La Casa De Vape." + title="What Our Customers Say" + description="Hear directly from our satisfied customers about their experience with La Casa De Vape's products and service." /> @@ -218,9 +351,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "VaporTech Innovations", "Elite Mods Inc.", "FlavorCraft Labs", "PodMaster Solutions", "CoilGenius Manufacturing", "BatteryPro Essentials", "Global Vape Supply"]} - title="Nos partenaires de marque de confiance" - description="Nous sommes fiers de collaborer avec les noms les plus importants de l'industrie de la vape pour vous offrir uniquement des produits de la plus haute qualité et les plus fiables." + "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} /> @@ -231,20 +371,32 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Quels types de produits de vape proposez-vous ?", content: "Nous proposons une large gamme de produits de vape, notamment des kits de démarrage, des systèmes de mod avancés, diverses saveurs d'e-liquides (sels de nicotine et base libre), des résistances, des batteries et d'autres accessoires essentiels."}, + id: "q1", + 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", 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."}, + id: "q2", + 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", title: "Quelles sont vos politiques d'expédition ?", content: "Nous proposons des options d'expédition rapides et discrètes. Les délais et les coûts de livraison varient en fonction de votre emplacement et du mode d'expédition choisi. Vous trouverez des informations détaillées sur notre page 'Expédition et Retours'."}, + id: "q3", + 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", title: "Proposez-vous la livraison internationale ?", content: "Actuellement, nous expédions principalement dans [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."}, + id: "q4", + 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" - imageAlt="Représentant du support client aidant avec des questions sur la vape" + imageAlt="Customer support representative helping with vape questions" mediaAnimation="opacity" mediaPosition="right" - title="Foire aux questions" - description="Trouvez des réponses rapides aux questions courantes sur nos produits, commandes et le vapotage en général. Votre guide pour une expérience plus fluide." + title="Frequently Asked Questions" + description="Find quick answers to common questions about our products, orders, and vaping in general. Your guide to a smoother experience." faqsAnimation="slide-up" /> @@ -253,16 +405,17 @@ export default function LandingPage() { @@ -274,31 +427,49 @@ export default function LandingPage() { { items: [ { - label: "Accueil", href: "#home"}, + label: "Home", + href: "#home", + }, { - label: "Produits", href: "#products"}, + label: "Products", + href: "#products", + }, { - label: "Fonctionnalités", href: "#features"}, + label: "Features", + href: "#features", + }, ], }, { items: [ { - label: "À propos de nous", href: "#about"}, + label: "About Us", + href: "#about", + }, { - label: "Témoignages", href: "#testimonials"}, + label: "Testimonials", + href: "#testimonials", + }, { - label: "FAQ", href: "#faq"}, + label: "FAQ", + href: "#faq", + }, ], }, { items: [ { - label: "Contact", href: "#contact"}, + label: "Contact", + href: "#contact", + }, { - label: "Politique de confidentialité", href: "#"}, + label: "Privacy Policy", + href: "#", + }, { - label: "Conditions d'utilisation", href: "#"}, + label: "Terms of Service", + href: "#", + }, ], }, ]} @@ -308,4 +479,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}