Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-12 02:41:35 +00:00
2 changed files with 41 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Instagram, Facebook, Twitter } from 'lucide-react';
import { Instagram, Facebook, Twitter, Flame } from 'lucide-react';
export default function LandingPage() {
return (
@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Help", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="VaporEssence"
brandName="Tuff Puff Vape"
button={{ text: "Shop Now", href: "products" }}
/>
</div>
@@ -59,11 +59,11 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaAbout
title="Why Choose VaporEssence"
description="We're committed to providing premium vaping products backed by expert knowledge and authentic customer service. Every product is carefully selected and tested to ensure quality and satisfaction."
tag="About Us"
title="The Tuff Puff Story"
description="Born from a passion for quality and innovation, Tuff Puff Vape is committed to delivering premium vaping experiences. We believe in authenticity, excellence, and putting our customers first. Every product in our collection represents our dedication to providing the best in the industry."
tag="Our Brand"
imageSrc="http://img.b2bpic.net/free-photo/product-backdrop-cinematic-smoke-realistic-design_53876-146678.jpg"
imageAlt="VaporEssence premium vape products"
imageAlt="Tuff Puff Vape premium collection"
useInvertedBackground={false}
buttons={[
{ text: "Shop Collection", href: "products" }
@@ -73,8 +73,8 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
title="Featured Products"
description="Browse our most popular vape devices and premium e-liquid collections"
title="Tuff Puff Collection"
description="Premium vape devices and e-liquids crafted for the discerning enthusiast"
tag="Best Sellers"
textboxLayout="default"
animationType="slide-up"
@@ -82,15 +82,15 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", brand: "VaporEssence", name: "CloudMax Pro Device", price: "$89.99", rating: 5,
id: "1", brand: "Tuff Puff", name: "CloudMax Pro Device", price: "$89.99", rating: 5,
reviewCount: "842", imageSrc: "http://img.b2bpic.net/free-photo/shampoo_187299-47477.jpg", imageAlt: "CloudMax Pro Vaping Device"
},
{
id: "2", brand: "VaporEssence", name: "Premium E-Liquid Bundle", price: "$34.99", rating: 5,
id: "2", brand: "Tuff Puff", name: "Premium E-Liquid Bundle", price: "$34.99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7612.jpg", imageAlt: "Premium E-Liquid Collection"
},
{
id: "3", brand: "VaporEssence", name: "Compact Vape Starter Kit", price: "$59.99", rating: 4,
id: "3", brand: "Tuff Puff", name: "Compact Vape Starter Kit", price: "$59.99", rating: 4,
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285900.jpg", imageAlt: "Compact Vape Starter Kit"
}
]}
@@ -99,8 +99,8 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardNine
title="Vape Product Collections"
description="Choose from our premium selection of vaping products and accessories"
title="Tuff Puff Pricing"
description="Premium quality at every price point. Explore our complete range of vaping solutions."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
@@ -132,27 +132,27 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Customers Say"
description="Real feedback from satisfied vape enthusiasts who trust VaporEssence"
title="Tuff Puff Community"
description="Join thousands of satisfied customers who've chosen Tuff Puff as their trusted vaping partner"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Regular Customer", company: "Premium Vape Enthusiast", rating: 5,
id: "1", name: "Marcus Johnson", role: "Premium Member", company: "5+ Years with Tuff Puff", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling_1187-3402.jpg"
},
{
id: "2", name: "Sarah Chen", role: "Vaping Newcomer", company: "Satisfied Starter Kit User", rating: 5,
id: "2", name: "Sarah Chen", role: "Verified Buyer", company: "Starter Kit User", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-looking-camera_23-2147892779.jpg"
},
{
id: "3", name: "David Rodriguez", role: "Long-time Enthusiast", company: "Loyal Customer Since 2022", rating: 5,
id: "3", name: "David Rodriguez", role: "Brand Ambassador", company: "Loyal Since 2022", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"
},
{
id: "4", name: "Jessica Williams", role: "Product Quality Advocate", company: "Community Member", rating: 5,
id: "4", name: "Jessica Williams", role: "Quality Advocate", company: "Community Leader", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg"
}
]}
@@ -161,33 +161,33 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Find answers to common questions about our products and services"
title="Tuff Puff Support"
description="Your questions answered. We're here to help you make the most of your vaping experience."
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
faqsAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353692.jpg"
imageAlt="VaporEssence customer support"
imageAlt="Tuff Puff customer support"
faqs={[
{
id: "1", title: "Are your products authentic and safe?", content: "Yes, all our vaping products are authentic and sourced from reputable manufacturers. We conduct rigorous quality testing and comply with all regulatory standards to ensure product safety and customer satisfaction."
id: "1", title: "Are Tuff Puff products authentic and safe?", content: "Absolutely. Every Tuff Puff product is 100% authentic and sourced directly from reputable manufacturers. We conduct rigorous quality testing and comply with all regulatory standards to ensure your safety and satisfaction."
},
{
id: "2", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all unopened products. If you're not satisfied with your purchase, simply contact our customer service team for a full refund or exchange."
id: "2", title: "What's your return and satisfaction guarantee?", content: "We stand behind our products. We offer a 30-day money-back guarantee on all unopened products. If you're not completely satisfied, contact our team for a full refund or exchange—no questions asked."
},
{
id: "3", title: "Do you offer shipping outside the US?", content: "Currently, we ship to all US states and select international locations. Please check our shipping page or contact our support team for specific international delivery options and rates."
id: "3", title: "Does Tuff Puff ship internationally?", content: "We ship to all US states and select international locations. For specific international delivery options and rates, check our shipping page or contact our support team directly."
},
{
id: "4", title: "How often do you restock products?", content: "We update our inventory weekly to ensure availability of popular products. For out-of-stock items, we offer pre-order options with priority shipping when stock becomes available."
id: "4", title: "How often do you restock inventory?", content: "Tuff Puff updates inventory weekly to ensure your favorite products are available. For out-of-stock items, we offer pre-order options with priority shipping when stock becomes available."
},
{
id: "5", title: "Can I get personalized product recommendations?", content: "Absolutely! Our expert team is happy to help. Contact our customer service via email, chat, or phone, and we'll recommend products based on your preferences, experience level, and vaping style."
id: "5", title: "Can I get expert product recommendations?", content: "Of course! Our Tuff Puff experts are ready to help. Contact us via email, chat, or phone, and we'll recommend products tailored to your preferences, experience level, and vaping style."
},
{
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, PayPal, and Apple Pay. All transactions are encrypted and secured with industry-standard security protocols."
id: "6", title: "What payment methods does Tuff Puff accept?", content: "We accept all major credit cards, debit cards, PayPal, and Apple Pay. All transactions are encrypted with industry-standard security protocols to protect your information."
}
]}
/>
@@ -195,15 +195,15 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="VaporEssence"
copyrightText="© 2025 VaporEssence | Premium Vaping Products. All rights reserved."
logoText="Tuff Puff Vape"
copyrightText="© 2025 Tuff Puff Vape | Premium Vaping Products. All rights reserved."
socialLinks={[
{ icon: Instagram, href: "https://instagram.com/vaporessence", ariaLabel: "Follow us on Instagram" },
{ icon: Facebook, href: "https://facebook.com/vaporessence", ariaLabel: "Follow us on Facebook" },
{ icon: Twitter, href: "https://twitter.com/vaporessence", ariaLabel: "Follow us on Twitter" }
{ icon: Instagram, href: "https://instagram.com/tuffpuffvape", ariaLabel: "Follow us on Instagram" },
{ icon: Facebook, href: "https://facebook.com/tuffpuffvape", ariaLabel: "Follow us on Facebook" },
{ icon: Twitter, href: "https://twitter.com/tuffpuffvape", ariaLabel: "Follow us on Twitter" }
]}
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #ff6b35;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--accent: #ff6b35;
--background-accent: #ff4500;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);