Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
365
src/app/page.tsx
365
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Vision",
|
||||
id: "#vision",
|
||||
},
|
||||
name: "Vision", id: "#vision"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eu6bBOTdX8kN4amCUkA0dEWXTg/uploaded-1781016191232-plk3q13v.png"
|
||||
logoAlt="PodWave Logo"
|
||||
@@ -76,86 +60,55 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
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."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years of Innovation",
|
||||
},
|
||||
value: "10+", label: "Years of Innovation"},
|
||||
{
|
||||
value: "Global",
|
||||
label: "Community",
|
||||
},
|
||||
value: "Global", label: "Community"},
|
||||
{
|
||||
value: "Award-Winning",
|
||||
label: "Design",
|
||||
},
|
||||
value: "Award-Winning", label: "Design"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Experience",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Discover Experience", href: "#features"},
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hard-disk-with-red-light_23-2149413360.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hard-disk-with-red-light_23-2149413360.jpg"
|
||||
imageAlt="Futuristic PodWave Headphones and Earbuds"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
|
||||
alt: "Smiling senior engineer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", alt: "Smiling senior engineer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
alt: "Happy young professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Happy young professional"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg",
|
||||
alt: "Middle eastern businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", alt: "Middle eastern businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
alt: "Businessman on video call",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", alt: "Businessman on video call"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg",
|
||||
alt: "Stylish man listening music",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg", alt: "Stylish man listening music"},
|
||||
]}
|
||||
avatarText="Trusted by 10K+ Audiophiles"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Pure Sound",
|
||||
type: "text", text: "Pure Sound"},
|
||||
{
|
||||
type: "text-icon", text: "Immersive Audio", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Immersive Audio",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "Award-Winning Design", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Design",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Seamless Connectivity", icon: Bluetooth,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Seamless Connectivity",
|
||||
icon: Bluetooth,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Community",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Community", icon: Globe,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -176,67 +129,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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 Sound Technology", description: "Hear every nuance with our advanced sound drivers and precision acoustics.", 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: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg", imageAlt: "Close-up of PodWave earbud 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/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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eu6bBOTdX8kN4amCUkA0dEWXTg/uploaded-1781016191232-plk3q13v.png",
|
||||
imageAlt: "ultra clear sound earbud technology",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-listening-music_23-2149443746.jpg", imageAlt: "Person experiencing pure sound"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Immersive Audio Environments",
|
||||
description: "Step into a world where sound surrounds you, bringing your content to life.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Immersive Audio Environments", description: "Step into a world where sound surrounds you, bringing your content to life.", 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/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"},
|
||||
{
|
||||
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/top-view-hard-disk-with-red-light_23-2149413360.jpg?_wi=2",
|
||||
imageAlt: "ultra clear sound earbud technology",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-headphones_23-2148868377.jpg", imageAlt: "Elegant black PodWave headphone"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Minimal and Elegant Design",
|
||||
description: "Aesthetic precision meets functional excellence in every PodWave product.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Minimal and Elegant Design", description: "Aesthetic precision meets functional excellence in every PodWave product.", 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 black PodWave headphone"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-printed-circui_1398-120.jpg",
|
||||
imageAlt: "Multi-device compatibility illustration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-printed-circui_1398-120.jpg", imageAlt: "Multi-device compatibility illustration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg",
|
||||
imageAlt: "Map showing PodWave's global reach",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074306.jpg?_wi=1",
|
||||
imageAlt: "ultra clear sound earbud technology",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg", imageAlt: "Map showing PodWave's global reach"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Experience the PodWave Difference"
|
||||
@@ -249,54 +169,25 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
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?_wi=2",
|
||||
imageAlt: "PodWave Aura Earbuds",
|
||||
rating: 5,
|
||||
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: "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 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: "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: "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: "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: "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: "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,
|
||||
},
|
||||
]}
|
||||
title="Our Signature Products"
|
||||
@@ -312,20 +203,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric1",
|
||||
value: "100%",
|
||||
description: "Clarity & Fidelity",
|
||||
},
|
||||
id: "metric1", value: "100%", description: "Clarity & Fidelity"},
|
||||
{
|
||||
id: "metric2",
|
||||
value: "Limitless",
|
||||
description: "Emotional Connection",
|
||||
},
|
||||
id: "metric2", value: "Limitless", description: "Emotional Connection"},
|
||||
{
|
||||
id: "metric3",
|
||||
value: "Seamless",
|
||||
description: "User Experience",
|
||||
},
|
||||
id: "metric3", value: "Seamless", description: "User Experience"},
|
||||
]}
|
||||
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."
|
||||
@@ -338,65 +220,15 @@ 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 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: "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 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 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: "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 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: "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 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"},
|
||||
]}
|
||||
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."
|
||||
@@ -409,25 +241,13 @@ 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 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: "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 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: "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 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: "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?", 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."},
|
||||
]}
|
||||
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."
|
||||
@@ -439,16 +259,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Get Started", href: "#products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -457,67 +274,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Vision",
|
||||
href: "#vision",
|
||||
},
|
||||
label: "Our Vision", href: "#vision"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Earbuds",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Earbuds", href: "#products"},
|
||||
{
|
||||
label: "Headphones",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Headphones", href: "#products"},
|
||||
{
|
||||
label: "Speakers",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Speakers", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Warranty",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warranty", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user