Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 047774c381 | |||
| 9682473c33 | |||
| 18e1bf40c0 | |||
| 0fb3aed04e | |||
| 6c27087312 | |||
| f92d6b2034 | |||
| 19522a664c | |||
| 45b51566fa |
57
src/app/checkout/page.tsx
Normal file
57
src/app/checkout/page.tsx
Normal file
@@ -0,0 +1,57 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
|
||||
export default function CheckoutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "AirPods", id: "#products" },
|
||||
{ name: "Vision", id: "#vision" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Checkout", id: "/checkout" }
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eu6bBOTdX8kN4amCUkA0dEWXTg/uploaded-1781016191232-plk3q13v.png"
|
||||
logoAlt="PodWave Logo"
|
||||
brandName="PodWave"
|
||||
bottomLeftText="Global Audio Experience"
|
||||
bottomRightText="info@podwave.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col items-center justify-center min-h-[calc(100vh-200px)] px-4 py-16 text-center">
|
||||
<h1 className="text-5xl md:text-7xl font-bold mb-6 text-foreground">
|
||||
Your Payment Area
|
||||
</h1>
|
||||
<p className="text-lg md:text-xl max-w-2xl text-foreground/80 mb-8">
|
||||
Proceed with your secure payment for PodWave AirPods.
|
||||
</p>
|
||||
<p className="text-foreground/60">
|
||||
(This is a placeholder for your dedicated payment processing.)
|
||||
</p>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
121
src/app/page.tsx
121
src/app/page.tsx
@@ -33,13 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
name: "AirPods", id: "#products"},
|
||||
{
|
||||
name: "Vision", id: "#vision"},
|
||||
{
|
||||
@@ -48,6 +48,8 @@ export default function LandingPage() {
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "Checkout", id: "/checkout"}
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eu6bBOTdX8kN4amCUkA0dEWXTg/uploaded-1781016191232-plk3q13v.png"
|
||||
logoAlt="PodWave Logo"
|
||||
@@ -62,25 +64,25 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
imagePosition="right"
|
||||
title="Pure Sound. Pure Experience."
|
||||
description="PodWave delivers immersive audio experiences designed to let you feel sound, not just hear it. Redefine your listening journey."
|
||||
title="Experience the Future of Audio with PodWave AirPods."
|
||||
description="PodWave specializes exclusively in crafting premium AirPods experiences. Immerse yourself in pure sound, seamless connectivity, and iconic design."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+", label: "Years of Innovation"},
|
||||
value: "Precision", label: "Engineering"},
|
||||
{
|
||||
value: "Global", label: "Community"},
|
||||
value: "Seamless", label: "Connectivity"},
|
||||
{
|
||||
value: "Award-Winning", label: "Design"},
|
||||
value: "Iconic", label: "Design"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Experience", href: "#features"},
|
||||
text: "Discover Features", href: "#features"},
|
||||
{
|
||||
text: "Explore Products", href: "#products"},
|
||||
text: "Explore AirPods", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hard-disk-with-red-light_23-2149413360.jpg"
|
||||
imageAlt="Futuristic PodWave Headphones and Earbuds"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eu6bBOTdX8kN4amCUkA0dEWXTg/uploaded-1701389278929-airpods-pro-2-new-features-a-closer-look-at-its-superior-audio-capabilities.jpg?_wi=1"
|
||||
imageAlt="PodWave AirPods Pro"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -99,16 +101,16 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "text", text: "Pure Sound"},
|
||||
{
|
||||
type: "text-icon", text: "Immersive Audio", icon: Headphones,
|
||||
type: "text-icon", text: "Immersive ANC", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Award-Winning Design", icon: Award,
|
||||
type: "text-icon", text: "Iconic Design", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Seamless Connectivity", icon: Bluetooth,
|
||||
type: "text-icon", text: "Instant Pairing", icon: Bluetooth,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Global Community", icon: Globe,
|
||||
type: "text-icon", text: "Global Compatibility", icon: Globe,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -119,7 +121,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Based in Spain, PodWave redefines audio. We believe sound should be pure, emotional, and immersive, crafting experiences that bring clarity to every moment."
|
||||
title="Based in Spain, PodWave redefines personal audio by specializing exclusively in premium AirPods. We believe sound should be pure, emotional, and immersive, crafting experiences that bring clarity to every moment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,29 +132,29 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Ultra-Clear Sound Technology", description: "Hear every nuance with our advanced sound drivers and precision acoustics.", bentoComponent: "media-stack", items: [
|
||||
title: "Ultra-Clear Spatial Audio", description: "Immerse yourself in three-dimensional sound that adapts to your environment for a truly captivating experience.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg", imageAlt: "Close-up of PodWave earbud components"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eu6bBOTdX8kN4amCUkA0dEWXTg/uploaded-1701389278929-airpods-pro-2-new-features-a-closer-look-at-its-superior-audio-capabilities.jpg?_wi=2", imageAlt: "Close-up of PodWave AirPod components"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planet-earth-listening-music_1048-2600.jpg", imageAlt: "Abstract immersive audio waves"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-listening-music_23-2149443746.jpg", imageAlt: "Person experiencing pure sound"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-listening-music_23-2149443746.jpg", imageAlt: "Person experiencing pure sound with AirPods"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Immersive Audio Environments", description: "Step into a world where sound surrounds you, bringing your content to life.", bentoComponent: "media-stack", items: [
|
||||
title: "Adaptive Active Noise Cancellation", description: "Tune out distractions and focus on what matters with intelligent noise cancellation that adjusts to your surroundings.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-100250.jpg", imageAlt: "Abstract immersive audio waves"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-headphones-home_23-2150642566.jpg", imageAlt: "Person experiencing pure sound"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-headphones-home_23-2150642566.jpg", imageAlt: "Person experiencing pure sound with AirPods Max"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-headphones_23-2148868377.jpg", imageAlt: "Elegant black PodWave headphone"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-headphones_23-2148868377.jpg", imageAlt: "Elegant black PodWave AirPods Max"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Minimal and Elegant Design", description: "Aesthetic precision meets functional excellence in every PodWave product.", bentoComponent: "media-stack", items: [
|
||||
title: "Seamless Ecosystem Integration", description: "Effortlessly switch between your Apple devices, enjoy instant pairing, and intuitive controls for an uninterrupted experience.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-headphones-with-musical-notes_23-2148785776.jpg", imageAlt: "Elegant black PodWave headphone"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-headphones-with-musical-notes_23-2148785776.jpg", imageAlt: "Elegant PodWave AirPods Max"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-printed-circui_1398-120.jpg", imageAlt: "Multi-device compatibility illustration"},
|
||||
{
|
||||
@@ -160,8 +162,8 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Experience the PodWave Difference"
|
||||
description="Our core technologies and design principles deliver an unparalleled audio journey, focusing on clarity, immersion, and elegance."
|
||||
title="The PodWave AirPods Difference"
|
||||
description="Our core technologies and design principles deliver an unparalleled personal audio journey, focusing on clarity, immersion, and elegance in every AirPods model."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,26 +175,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "prod1", name: "PodWave Aura Earbuds", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074306.jpg", imageAlt: "PodWave Aura Earbuds", rating: 5,
|
||||
id: "prod1", name: "PodWave Pro Buds", price: "$249", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eu6bBOTdX8kN4amCUkA0dEWXTg/uploaded-1701389278929-airpods-pro-2-new-features-a-closer-look-at-its-superior-audio-capabilities.jpg?_wi=3", imageAlt: "PodWave Pro Buds", priceButtonProps: { text: "Buy Now", href: "/checkout" }
|
||||
},
|
||||
{
|
||||
id: "prod2", name: "PodWave Sphere Headphones", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/black-wireless-headphones-black-surface_417767-115.jpg", imageAlt: "PodWave Sphere Headphones", rating: 5,
|
||||
id: "prod2", name: "PodWave Max Headphones", price: "$549", imageSrc: "http://img.b2bpic.net/free-photo/black-wireless-headphones-black-surface_417767-115.jpg", imageAlt: "PodWave Max Headphones", priceButtonProps: { text: "Buy Now", href: "/checkout" }
|
||||
},
|
||||
{
|
||||
id: "prod3", name: "PodWave Pulse Portable Speaker", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg", imageAlt: "PodWave Pulse Portable Speaker", rating: 4,
|
||||
},
|
||||
{
|
||||
id: "prod4", name: "PodWave Beam Soundbar", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/electronic-musical-instrument-audio-mixer-sound-equalizer-analog-modular-synthesizer_1381-2.jpg", imageAlt: "PodWave Beam Soundbar", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "prod5", name: "PodWave Studio Monitors", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-speaker-while-dancing_23-2149036861.jpg", imageAlt: "PodWave Studio Monitors", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "prod6", name: "PodWave Zen Noise-Cancelling", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-headphones-music-home-bed_23-2148833002.jpg", imageAlt: "PodWave Zen Noise-Cancelling Headphones", rating: 4,
|
||||
id: "prod3", name: "PodWave Classic Buds", price: "$179", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074306.jpg", imageAlt: "PodWave Classic Buds", priceButtonProps: { text: "Buy Now", href: "/checkout" }
|
||||
},
|
||||
]}
|
||||
title="Our Signature Products"
|
||||
description="Discover the ultimate in sound design, crafted for discerning audiophiles and everyday enjoyment."
|
||||
title="Our Exclusive AirPods Collection"
|
||||
description="Discover the ultimate in personal sound, crafted for discerning audiophiles and everyday enjoyment with our range of premium AirPods."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -204,14 +197,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric1", value: "100%", description: "Clarity & Fidelity"},
|
||||
id: "metric1", value: "100%", description: "Spatial Audio Immersion"},
|
||||
{
|
||||
id: "metric2", value: "Limitless", description: "Emotional Connection"},
|
||||
id: "metric2", value: "Seamless", description: "Device Integration"},
|
||||
{
|
||||
id: "metric3", value: "Seamless", description: "User Experience"},
|
||||
id: "metric3", value: "Crystal", description: "Clear Call Quality"},
|
||||
]}
|
||||
title="Our Vision: Redefining Sound"
|
||||
description="At PodWave, we believe sound is more than audio — it is emotion, space, and presence. We transform listening into an experience that connects deeply."
|
||||
title="Our Vision: Redefining Personal Audio with AirPods"
|
||||
description="At PodWave, we believe personal audio is more than sound — it is emotion, space, and presence. We transform listening into an AirPods experience that connects deeply."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,18 +214,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test1", name: "Sophia Rodriguez", date: "2024-03-10", title: "Unmatched Clarity!", quote: "PodWave's earbuds deliver audio purity I've never experienced. Every note is crystal clear, transforming my daily commute.", tag: "Tech Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", avatarAlt: "Sophia Rodriguez Avatar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-mobile-phone-headphones_1150-327.jpg", imageAlt: "Person listening to music with PodWave earbuds"},
|
||||
id: "test1", name: "Sophia Rodriguez", date: "2024-03-10", title: "Unmatched Clarity!", quote: "PodWave's Pro Buds deliver audio purity I've never experienced. Every note is crystal clear, transforming my daily commute.", tag: "Tech Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", avatarAlt: "Sophia Rodriguez Avatar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-mobile-phone-headphones_1150-327.jpg", imageAlt: "Person listening to music with PodWave earbuds"},
|
||||
{
|
||||
id: "test2", name: "David Chen", date: "2024-02-28", title: "Studio Quality at Home", quote: "As an audio engineer, I demand precision. PodWave's headphones offer studio-grade sound that brings my mixes to life.", tag: "Audio Engineer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12116.jpg", avatarAlt: "David Chen Avatar", imageSrc: "http://img.b2bpic.net/free-photo/skilled-artist-playing-piano-keyboard-recording-sounds-daw-software_482257-83476.jpg", imageAlt: "PodWave portable speaker on a modern desk"},
|
||||
id: "test2", name: "David Chen", date: "2024-02-28", title: "Studio Quality at Home", quote: "As an audio engineer, I demand precision. PodWave's Max Headphones offer studio-grade sound that brings my mixes to life.", tag: "Audio Engineer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12116.jpg", avatarAlt: "David Chen Avatar", imageSrc: "http://img.b2bpic.net/free-photo/skilled-artist-playing-piano-keyboard-recording-sounds-daw-software_482257-83476.jpg", imageAlt: "PodWave portable speaker on a modern desk"},
|
||||
{
|
||||
id: "test3", name: "Maria Lopez", date: "2024-01-15", title: "Peaceful Journeys", quote: "The noise-cancelling feature is a game-changer for my travels. I can truly immerse myself in my work or music.", tag: "Digital Nomad", avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488856.jpg", avatarAlt: "Maria Lopez Avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-with-copy-space_23-2148381735.jpg", imageAlt: "Person traveling with PodWave headphones"},
|
||||
id: "test3", name: "Maria Lopez", date: "2024-01-15", title: "Peaceful Journeys", quote: "The Adaptive ANC on my PodWave Pro Buds is a game-changer for my travels. I can truly immerse myself in my work or music.", tag: "Digital Nomad", avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488856.jpg", avatarAlt: "Maria Lopez Avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-with-copy-space_23-2148381735.jpg", imageAlt: "Person traveling with PodWave headphones"},
|
||||
{
|
||||
id: "test4", name: "Alex Johnson", date: "2023-12-01", title: "My Workout Essential", quote: "Lightweight, secure, and incredible sound. PodWave earbuds are perfect for my intense workouts. Highly recommend!", tag: "Fitness Trainer", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-female-model-posing-against-wall_1153-7142.jpg", avatarAlt: "Alex Johnson Avatar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mediative-peaceful-afro-american-runner-with-bushy-hairstyle-closed-eyes-listening-music-outdoor-shot-dark-skinned-sportsman-black-t-shirt-relaxing-after-morning-workout-ses_176420-19864.jpg", imageAlt: "Person exercising outdoors with PodWave earbuds"},
|
||||
id: "test4", name: "Alex Johnson", date: "2023-12-01", title: "My Workout Essential", quote: "Lightweight, secure, and incredible sound. PodWave Classic Buds are perfect for my intense workouts. Highly recommend!", tag: "Fitness Trainer", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-female-model-posing-against-wall_1153-7142.jpg", avatarAlt: "Alex Johnson Avatar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mediative-peaceful-afro-american-runner-with-bushy-hairstyle-closed-eyes-listening-music-outdoor-shot-dark-skinned-sportsman-black-t-shirt-relaxing-after-morning-workout-ses_176420-19864.jpg", imageAlt: "Person exercising outdoors with PodWave earbuds"},
|
||||
{
|
||||
id: "test5", name: "Chloe Dupont", date: "2023-11-20", title: "Cinematic Sound", quote: "Our new PodWave soundbar transformed our living room into a home cinema. The immersive sound is truly breathtaking.", tag: "Film Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065162.jpg", avatarAlt: "Chloe Dupont Avatar", imageSrc: "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg", imageAlt: "PodWave smart soundbar in a home entertainment setup"},
|
||||
id: "test5", name: "Chloe Dupont", date: "2023-11-20", title: "Cinematic Sound", quote: "Our new PodWave Max Headphones transformed our living room into a home cinema. The immersive sound is truly breathtaking.", tag: "Film Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065162.jpg", avatarAlt: "Chloe Dupont Avatar", imageSrc: "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg", imageAlt: "PodWave smart soundbar in a home entertainment setup"},
|
||||
]}
|
||||
title="Hear What Our Users Say"
|
||||
description="Real experiences, real passion. Our global community loves the PodWave difference and the clarity we bring to their audio."
|
||||
title="Hear What Our AirPods Users Say"
|
||||
description="Real experiences, real passion. Our global community loves the PodWave AirPods difference and the clarity we bring to their personal audio."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -242,16 +235,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "What makes PodWave sound quality unique?", content: "PodWave utilizes proprietary Ultra-Clear Sound technology, advanced acoustic engineering, and premium materials to deliver unparalleled audio fidelity and immersive soundscapes."},
|
||||
id: "faq1", title: "What makes PodWave AirPods sound quality unique?", content: "PodWave AirPods utilize proprietary Ultra-Clear Spatial Audio technology, advanced acoustic engineering, and premium materials to deliver unparalleled audio fidelity and immersive soundscapes."},
|
||||
{
|
||||
id: "faq2", title: "Are PodWave products compatible with all devices?", content: "Yes, our products are designed for multi-device compatibility, seamlessly connecting via Bluetooth to iOS, Android, Windows, and macOS devices for a versatile experience."},
|
||||
id: "faq2", title: "Are PodWave AirPods compatible with all Apple devices?", content: "Yes, our AirPods are designed for seamless integration with iOS, iPadOS, macOS, watchOS, and tvOS devices for a versatile and intuitive experience."},
|
||||
{
|
||||
id: "faq3", title: "How do I care for my PodWave products?", content: "To maintain optimal performance and aesthetics, we recommend cleaning your PodWave devices with a soft, dry cloth. Avoid exposure to extreme temperatures and moisture."},
|
||||
id: "faq3", title: "How do I care for my PodWave AirPods products?", content: "To maintain optimal performance and aesthetics, we recommend cleaning your PodWave AirPods with a soft, dry cloth. Avoid exposure to extreme temperatures and moisture."},
|
||||
{
|
||||
id: "faq4", title: "What is PodWave's return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not completely happy with your PodWave purchase, you can return it within 30 days for a full refund."},
|
||||
id: "faq4", title: "What is PodWave's return policy for AirPods?", content: "We offer a 30-day satisfaction guarantee. If you're not completely happy with your PodWave AirPods purchase, you can return it within 30 days for a full refund."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about PodWave products, our technology, and how to get the most out of your audio experience."
|
||||
title="Frequently Asked Questions about PodWave AirPods"
|
||||
description="Find answers to common questions about PodWave AirPods, our technology, and how to get the most out of your personal audio experience."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -262,8 +255,8 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect"
|
||||
title="Join the future of sound. Experience PodWave today."
|
||||
description="Ready to immerse yourself in pure sound? Get in touch with our team for personalized assistance or explore our products now."
|
||||
title="Join the future of personal audio. Experience PodWave AirPods today."
|
||||
description="Ready to immerse yourself in pure sound? Get in touch with our team for personalized assistance or explore our premium AirPods now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started", href: "#products"},
|
||||
@@ -287,11 +280,13 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Earbuds", href: "#products"},
|
||||
label: "AirPods Pro Buds", href: "#products"},
|
||||
{
|
||||
label: "Headphones", href: "#products"},
|
||||
label: "AirPods Max Headphones", href: "#products"},
|
||||
{
|
||||
label: "Speakers", href: "#products"},
|
||||
label: "AirPods Classic Buds", href: "#products"},
|
||||
{
|
||||
label: "Accessories", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user