Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
title="Experience Premium THC Vapes"
|
||||
description="Discover our premium collection of laboratory-tested, high-quality vape products. Trusted by thousands for superior flavor, potency, and consistent performance."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Verified Quality"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
@@ -53,17 +53,19 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg"
|
||||
imageAlt="Premium THC vape collection"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus T.", handle: "Verified Customer", testimonial: "Best quality vapes I've tried. Fast shipping and excellent customer service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah J.", handle: "Regular Customer", testimonial: "Consistent quality and reliability. These are the vapes I trust.", 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?_wi=1"},
|
||||
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"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -74,7 +76,7 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Delta-8 Premium Cartridge", price: "$35.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-binoculars-white-surface_181624-28330.jpg?_wi=1", imageAlt: "Delta-8 Premium Cartridge", initialQuantity: 1,
|
||||
id: "1", name: "Delta-8 Premium Cartridge", price: "$35.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-binoculars-white-surface_181624-28330.jpg", imageAlt: "Delta-8 Premium Cartridge", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Full Spectrum Live Resin Vape", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-holding-cigarette-lighter-smoking-concept_169016-67072.jpg", imageAlt: "Full Spectrum Live Resin Vape", initialQuantity: 1,
|
||||
@@ -102,9 +104,10 @@ export default function LandingPage() {
|
||||
{ value: "99.8%", title: "Purity Tested" },
|
||||
{ value: "100%", title: "Lab Verified" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg"
|
||||
imageAlt="Laboratory testing certification"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,13 +117,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Lab-Tested Quality", tags: ["Verified", "Certified", "Pure"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Fast & Discreet Shipping", tags: ["Express", "Private", "Secure"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", title: "24/7 Customer Support", tags: ["Available", "Responsive", "Helpful"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-binoculars-white-surface_181624-28330.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-binoculars-white-surface_181624-28330.jpg"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Why Our Customers Love Us"
|
||||
@@ -134,13 +140,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Exceptional Quality & Service", quote: "The quality is outstanding. Every product I've ordered has exceeded my expectations. The customer service team is incredibly responsive and helpful.", name: "Marcus Thompson", role: "Verified Customer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg?_wi=2"},
|
||||
id: "1", title: "Exceptional Quality & Service", quote: "The quality is outstanding. Every product I've ordered has exceeded my expectations. The customer service team is incredibly responsive and helpful.", name: "Marcus Thompson", role: "Verified Customer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Consistent Excellence", quote: "I've been ordering from VapeVault for over a year now. The consistency in quality and fast delivery is exactly what I need.", name: "Sarah Johnson", role: "Regular Customer", 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?_wi=2"},
|
||||
id: "2", title: "Consistent Excellence", quote: "I've been ordering from VapeVault for over a year now. The consistency in quality and fast delivery is exactly what I need.", name: "Sarah Johnson", role: "Regular Customer", 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"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Best in the Market", quote: "These are the best vapes I've tried. The potency is perfect, and I appreciate the transparency about lab testing and ingredients.", name: "David Chen", role: "Premium Member", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"},
|
||||
id: "3", title: "Best in the Market", quote: "These are the best vapes I've tried. The potency is perfect, and I appreciate the transparency about lab testing and ingredients.", name: "David Chen", role: "Premium Member", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Highly Recommended", quote: "Outstanding products and service. I've recommended VapeVault to all my friends. Everyone loves the quality and reliability.", name: "Jessica Martinez", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-photogenic-blonde-woman-wearing-headphones_23-2148397120.jpg"},
|
||||
id: "4", title: "Highly Recommended", quote: "Outstanding products and service. I've recommended VapeVault to all my friends. Everyone loves the quality and reliability.", name: "Jessica Martinez", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-photogenic-blonde-woman-wearing-headphones_23-2148397120.jpg"
|
||||
},
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="Real reviews from satisfied customers who trust VapeVault for their premium vape needs."
|
||||
@@ -155,7 +165,7 @@ export default function LandingPage() {
|
||||
tagIcon={Mail}
|
||||
title="Stay Updated on New Products"
|
||||
description="Subscribe to receive exclusive deals, new product launches, and premium customer insights delivered directly to your inbox."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user