Update src/app/page.tsx

This commit is contained in:
2026-05-28 01:48:57 +00:00
parent 7ad2eea0dd
commit 6152f790fc

View File

@@ -33,39 +33,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="AusVapeDirect"
button={{
text: "Shop Now",
href: "#products",
}}
text: "Shop Now", href: "#products"}}
/>
</div>
@@ -75,35 +59,21 @@ export default function LandingPage() {
description="Explore a curated selection of premium vape devices, e-liquids, and accessories. Experience the best in flavor, technology, and customer service."
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/girl-with-long-blond-hair-tshirt-sitting-table-outside-smoking-electronic-cigarette_613910-15452.jpg",
alt: "Satisfied customer Sarah",
},
src: "http://img.b2bpic.net/free-photo/girl-with-long-blond-hair-tshirt-sitting-table-outside-smoking-electronic-cigarette_613910-15452.jpg", alt: "Satisfied customer Sarah"},
{
src: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173633.jpg",
alt: "Satisfied customer Mike",
},
src: "http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173633.jpg", alt: "Satisfied customer Mike"},
{
src: "http://img.b2bpic.net/free-photo/handsome-stylish-hipster-sits-table-roadside-cafe-holds-smartphone_613910-4859.jpg",
alt: "Satisfied customer Emily",
},
src: "http://img.b2bpic.net/free-photo/handsome-stylish-hipster-sits-table-roadside-cafe-holds-smartphone_613910-4859.jpg", alt: "Satisfied customer Emily"},
{
src: "http://img.b2bpic.net/free-photo/woman-with-cup-coffee-outdoor-city-street-sunset-with-electronic-cigarette-catching-sun-rays-enjoying-smoking_343596-7138.jpg",
alt: "Satisfied customer David",
},
src: "http://img.b2bpic.net/free-photo/woman-with-cup-coffee-outdoor-city-street-sunset-with-electronic-cigarette-catching-sun-rays-enjoying-smoking_343596-7138.jpg", alt: "Satisfied customer David"},
{
src: "http://img.b2bpic.net/free-photo/close-up-pensive-woman-with-electronic-cigar_1153-547.jpg",
alt: "Satisfied customer Liam",
},
src: "http://img.b2bpic.net/free-photo/close-up-pensive-woman-with-electronic-cigar_1153-547.jpg", alt: "Satisfied customer Liam"},
]}
avatarText="Trusted by 10,000+ Vapers"
imageSrc="http://img.b2bpic.net/free-photo/colored-choco-candies-art-designed-isolated-white-floor_140725-14154.jpg"
@@ -120,17 +90,11 @@ export default function LandingPage() {
description="We are committed to providing an unparalleled vaping experience. From cutting-edge devices to a diverse range of premium e-liquids, we ensure quality and satisfaction for every customer."
metrics={[
{
value: "5000+",
title: "Happy Customers",
},
value: "5000+", title: "Happy Customers"},
{
value: "100%",
title: "Satisfaction Rate",
},
value: "100%", title: "Satisfaction Rate"},
{
value: "24/7",
title: "Customer Support",
},
value: "24/7", title: "Customer Support"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-vaping-from-hookah-indoors_23-2149173614.jpg"
imageAlt="Modern vape shop interior with product display"
@@ -146,17 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Limited Selection",
"Slow Shipping",
"Lack of Support",
],
"Limited Selection", "Slow Shipping", "Lack of Support"],
}}
positiveCard={{
items: [
"Extensive Product Range",
"Fast & Discreet Delivery",
"Expert Customer Support",
],
"Extensive Product Range", "Fast & Discreet Delivery", "Expert Customer Support"],
}}
title="Compare Our Offerings"
description="Discover the difference with AusVapeDirect. We highlight what makes our products and services stand out from the rest."
@@ -167,58 +125,22 @@ export default function LandingPage() {
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-items-equal"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
carouselMode="buttons"
products={[
{
id: "1",
name: "Vaporesso XROS 3 Pod Kit",
price: "$45.99",
variant: "Black",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34820.jpg",
imageAlt: "Vaporesso XROS 3 Pod Kit",
},
id: "1", name: "Vaporesso XROS 3 Pod Kit", price: "$45.99", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34820.jpg", imageAlt: "Vaporesso XROS 3 Pod Kit"},
{
id: "2",
name: "Coastal Clouds E-Liquid",
price: "$24.99",
variant: "Mango 60ml",
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7612.jpg",
imageAlt: "Coastal Clouds Mango E-Liquid",
},
id: "2", name: "Coastal Clouds E-Liquid", price: "$24.99", variant: "Mango 60ml", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7612.jpg", imageAlt: "Coastal Clouds Mango E-Liquid"},
{
id: "3",
name: "SMOK RPM 2 Coils (5-pack)",
price: "$18.50",
variant: "0.16Ω Mesh",
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-air-pusher-tonometer_23-2147767731.jpg",
imageAlt: "SMOK RPM 2 Replacement Coils",
},
id: "3", name: "SMOK RPM 2 Coils (5-pack)", price: "$18.50", variant: "0.16Ω Mesh", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-air-pusher-tonometer_23-2147767731.jpg", imageAlt: "SMOK RPM 2 Replacement Coils"},
{
id: "4",
name: "GeekVape Aegis Legend 2 Mod",
price: "$89.00",
variant: "Silver",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34793.jpg",
imageAlt: "GeekVape Aegis Legend 2 Mod",
},
id: "4", name: "GeekVape Aegis Legend 2 Mod", price: "$89.00", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34793.jpg", imageAlt: "GeekVape Aegis Legend 2 Mod"},
{
id: "5",
name: "Lost Mary BM600 Disposable Vape",
price: "$12.99",
variant: "Blue Razz",
imageSrc: "http://img.b2bpic.net/free-photo/png-electronic-cigarettes-isolated-white-background_185193-163232.jpg",
imageAlt: "Lost Mary BM600 Disposable Vape Blue Razz",
},
id: "5", name: "Lost Mary BM600 Disposable Vape", price: "$12.99", variant: "Blue Razz", imageSrc: "http://img.b2bpic.net/free-photo/png-electronic-cigarettes-isolated-white-background_185193-163232.jpg", imageAlt: "Lost Mary BM600 Disposable Vape Blue Razz"},
{
id: "6",
name: "Uwell Crown V Tank",
price: "$38.00",
variant: "Gunmetal",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-dry-shampoo-home_23-2150689660.jpg",
imageAlt: "Uwell Crown V Sub-Ohm Tank",
},
id: "6", name: "Uwell Crown V Tank", price: "$38.00", variant: "Gunmetal", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-dry-shampoo-home_23-2150689660.jpg", imageAlt: "Uwell Crown V Sub-Ohm Tank"},
]}
title="Our Popular Vape Products"
description="Browse our best-selling vape kits, e-liquids, and accessories. Find your perfect vape setup today."
@@ -232,61 +154,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "starter-kit",
tag: "Best for New Vapers",
price: "$59.99",
period: "starting at",
description: "Everything you need to kickstart your vaping journey with ease and satisfaction.",
button: {
text: "Get Started",
href: "#products",
},
featuresTitle: "Includes:",
features: [
"Entry-level device",
"1x E-liquid bottle (30ml)",
"2x Replacement coils",
"Charging cable",
"Basic user guide",
],
id: "starter-kit", tag: "Best for New Vapers", price: "$59.99", period: "starting at", description: "Everything you need to kickstart your vaping journey with ease and satisfaction.", button: {
text: "Get Started", href: "#products"},
featuresTitle: "Includes:", features: [
"Entry-level device", "1x E-liquid bottle (30ml)", "2x Replacement coils", "Charging cable", "Basic user guide"],
},
{
id: "advanced-bundle",
tag: "Power Vaper's Choice",
price: "$119.99",
period: "starting at",
description: "Upgrade your experience with high-performance gear and a wider selection of flavors.",
button: {
text: "Upgrade Now",
href: "#products",
},
featuresTitle: "Includes:",
features: [
"Advanced mod/pod system",
"3x E-liquid bottles (60ml each)",
"4x Replacement coils",
"Fast charging cable",
"Expert user guide",
],
id: "advanced-bundle", tag: "Power Vaper's Choice", price: "$119.99", period: "starting at", description: "Upgrade your experience with high-performance gear and a wider selection of flavors.", button: {
text: "Upgrade Now", href: "#products"},
featuresTitle: "Includes:", features: [
"Advanced mod/pod system", "3x E-liquid bottles (60ml each)", "4x Replacement coils", "Fast charging cable", "Expert user guide"],
},
{
id: "premium-package",
tag: "Ultimate Experience",
price: "$199.99",
period: "starting at",
description: "For the connoisseur seeking the ultimate in vapor production and flavor fidelity.",
button: {
text: "Indulge Yourself",
href: "#products",
},
featuresTitle: "Includes:",
features: [
"High-end customizable device",
"5x Premium e-liquid bottles (100ml each)",
"6x Replacement coils/pods",
"Wireless charging pad",
"Personalized support",
],
id: "premium-package", tag: "Ultimate Experience", price: "$199.99", period: "starting at", description: "For the connoisseur seeking the ultimate in vapor production and flavor fidelity.", button: {
text: "Indulge Yourself", href: "#products"},
featuresTitle: "Includes:", features: [
"High-end customizable device", "5x Premium e-liquid bottles (100ml each)", "6x Replacement coils/pods", "Wireless charging pad", "Personalized support"],
},
]}
title="Vape Starter Bundles & Kits"
@@ -302,53 +185,17 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Verified Vaper",
testimonial: "AusVapeDirect is my go-to for all my vaping needs! The product quality is consistently top-notch, and their shipping is incredibly fast. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-talking-mobile-phone_23-2148154855.jpg",
imageAlt: "Sarah J.",
},
id: "1", name: "Sarah J.", role: "Verified Vaper", testimonial: "AusVapeDirect is my go-to for all my vaping needs! The product quality is consistently top-notch, and their shipping is incredibly fast. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-talking-mobile-phone_23-2148154855.jpg", imageAlt: "Sarah J."},
{
id: "2",
name: "Mark T.",
role: "E-liquid Enthusiast",
testimonial: "The selection of e-liquids is amazing. I always find new flavors to try, and the descriptions are accurate. AusVapeDirect truly delivers on flavor and quality.",
imageSrc: "http://img.b2bpic.net/free-photo/boy-playing-ukelele_23-2148006406.jpg",
imageAlt: "Mark T.",
},
id: "2", name: "Mark T.", role: "E-liquid Enthusiast", testimonial: "The selection of e-liquids is amazing. I always find new flavors to try, and the descriptions are accurate. AusVapeDirect truly delivers on flavor and quality.", imageSrc: "http://img.b2bpic.net/free-photo/boy-playing-ukelele_23-2148006406.jpg", imageAlt: "Mark T."},
{
id: "3",
name: "Emily R.",
role: "New to Vaping",
testimonial: "As a beginner, I appreciated the clear product information and the helpful customer service. They made my first purchase smooth and enjoyable. Fantastic experience!",
imageSrc: "http://img.b2bpic.net/free-photo/shocked-adult-ill-caucasian-man-with-scarf-around-neck-wearing-winter-hat-holding-looking-different-medicine-packs-isolated-pink-wall-with-copy-space_141793-97348.jpg",
imageAlt: "Emily R.",
},
id: "3", name: "Emily R.", role: "New to Vaping", testimonial: "As a beginner, I appreciated the clear product information and the helpful customer service. They made my first purchase smooth and enjoyable. Fantastic experience!", imageSrc: "http://img.b2bpic.net/free-photo/shocked-adult-ill-caucasian-man-with-scarf-around-neck-wearing-winter-hat-holding-looking-different-medicine-packs-isolated-pink-wall-with-copy-space_141793-97348.jpg", imageAlt: "Emily R."},
{
id: "4",
name: "David L.",
role: "Experienced Vaper",
testimonial: "I've been vaping for years, and AusVapeDirect consistently has the best prices and the latest devices. Their discreet packaging is also a huge plus. A loyal customer here!",
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371198.jpg",
imageAlt: "David L.",
},
id: "4", name: "David L.", role: "Experienced Vaper", testimonial: "I've been vaping for years, and AusVapeDirect consistently has the best prices and the latest devices. Their discreet packaging is also a huge plus. A loyal customer here!", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371198.jpg", imageAlt: "David L."},
{
id: "5",
name: "Chloe S.",
role: "Accessory Hunter",
testimonial: "From coils to drip tips, they have all the accessories I need. Everything is genuine and of great quality. It's truly a one-stop shop for vapers.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-with-modern-touchscreen-smartphone-sitting-table-while-browsing-internet-person-sitting-home-living-room-while-navigating-browser-social-media-feed_482257-49107.jpg",
imageAlt: "Chloe S.",
},
id: "5", name: "Chloe S.", role: "Accessory Hunter", testimonial: "From coils to drip tips, they have all the accessories I need. Everything is genuine and of great quality. It's truly a one-stop shop for vapers.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-with-modern-touchscreen-smartphone-sitting-table-while-browsing-internet-person-sitting-home-living-room-while-navigating-browser-social-media-feed_482257-49107.jpg", imageAlt: "Chloe S."},
{
id: "6",
name: "Ben P.",
role: "Satisfied Buyer",
testimonial: "The website is easy to navigate, and the checkout process is seamless. Received my order faster than expected. AusVapeDirect never disappoints!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-her-room-sitting-showing-lipstick-recommending-favourite_1258-255169.jpg",
imageAlt: "Ben P.",
},
id: "6", name: "Ben P.", role: "Satisfied Buyer", testimonial: "The website is easy to navigate, and the checkout process is seamless. Received my order faster than expected. AusVapeDirect never disappoints!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-her-room-sitting-showing-lipstick-recommending-favourite_1258-255169.jpg", imageAlt: "Ben P."},
]}
title="What Our Customers Say"
description="Hear from satisfied vapers who trust AusVapeDirect for their quality products and exceptional service."
@@ -361,30 +208,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "What payment methods do you accept?",
content: "We accept major credit cards (Visa, MasterCard, American Express) and other secure online payment options. All transactions are encrypted for your security.",
},
id: "faq1", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard, American Express) and other secure online payment options. All transactions are encrypted for your security."},
{
id: "faq2",
title: "What is your shipping policy?",
content: "We offer fast and discreet shipping across Australia. Orders are typically processed within 1-2 business days, with delivery times varying based on location. Express shipping options are also available.",
},
id: "faq2", title: "What is your shipping policy?", content: "We offer fast and discreet shipping across Australia. Orders are typically processed within 1-2 business days, with delivery times varying based on location. Express shipping options are also available."},
{
id: "faq3",
title: "Do you offer international shipping?",
content: "Currently, we only ship within Australia. We are exploring options for international shipping in the future, so please check back for updates.",
},
id: "faq3", title: "Do you offer international shipping?", content: "Currently, we only ship within Australia. We are exploring options for international shipping in the future, so please check back for updates."},
{
id: "faq4",
title: "What is your return policy?",
content: "We offer returns for unopened and unused products within 14 days of purchase. Please refer to our detailed Return Policy page for more information and instructions on how to initiate a return.",
},
id: "faq4", title: "What is your return policy?", content: "We offer returns for unopened and unused products within 14 days of purchase. Please refer to our detailed Return Policy page for more information and instructions on how to initiate a return."},
{
id: "faq5",
title: "How can I contact customer support?",
content: "You can reach our customer support team via the contact form on our website, email, or phone during business hours. Our team is dedicated to providing prompt and helpful assistance.",
},
id: "faq5", title: "How can I contact customer support?", content: "You can reach our customer support team via the contact form on our website, email, or phone during business hours. Our team is dedicated to providing prompt and helpful assistance."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our products, shipping, and policies."
@@ -397,15 +229,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Vaporesso",
"SMOK",
"GeekVape",
"Uwell",
"Aspire",
"Elf Bar",
"Lost Vape",
"Voopoo",
]}
"Vaporesso", "SMOK", "GeekVape", "Uwell", "Aspire", "Elf Bar", "Lost Vape", "Voopoo"]}
title="Trusted Brands & Partners"
description="We proudly partner with leading vape brands to bring you the highest quality products and latest innovations."
/>
@@ -415,8 +239,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Have Questions? Contact Us!"
description="Our dedicated support team is ready to assist you with any inquiries regarding our products, orders, or general vaping advice."
@@ -436,66 +259,39 @@ export default function LandingPage() {
logoText="AusVapeDirect"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Vape Kits",
href: "#products",
},
label: "Vape Kits", href: "#products"},
{
label: "E-Liquids",
href: "#products",
},
label: "E-Liquids", href: "#products"},
{
label: "Accessories",
href: "#products",
},
label: "Accessories", href: "#products"},
{
label: "Disposables",
href: "#products",
},
label: "Disposables", href: "#products"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Features",
href: "#features",
},
label: "Our Features", href: "#features"},
{
label: "Customer Reviews",
href: "#testimonials",
},
label: "Customer Reviews", href: "#testimonials"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Shipping Info",
href: "#",
},
label: "Shipping Info", href: "#"},
{
label: "Return Policy",
href: "#",
},
label: "Return Policy", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}