Merge version_1 into main #2
@@ -46,21 +46,21 @@ export default function LandingPage() {
|
||||
description="Crystal-clear audio, all-day comfort, and revolutionary noise cancellation. The P9 redefines wireless listening with cutting-edge technology and sleek design."
|
||||
tag="Premium Audio"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "animated-grid" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg?_wi=1", imageAlt: "P9 Bluetooth Headphones Front View" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-thinks-personal-training-plans-dreams-become-new-qualified-dressed-sportsclothes-practices-yoga-pilates-walks-fitness-centre-health-club-stands-downtown_273609-54034.jpg?_wi=1", imageAlt: "P9 Headphones Side Angle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-with-wireless-headphones_1385-420.jpg?_wi=1", imageAlt: "P9 Headphones Top View" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-headphones_23-2148777565.jpg?_wi=1", imageAlt: "P9 Headphones Lifestyle Shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg?_wi=2", imageAlt: "P9 Premium Audio Showcase" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg", imageAlt: "P9 Bluetooth Headphones Front View" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-thinks-personal-training-plans-dreams-become-new-qualified-dressed-sportsclothes-practices-yoga-pilates-walks-fitness-centre-health-club-stands-downtown_273609-54034.jpg", imageAlt: "P9 Headphones Side Angle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-with-wireless-headphones_1385-420.jpg", imageAlt: "P9 Headphones Top View" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-headphones_23-2148777565.jpg", imageAlt: "P9 Headphones Lifestyle Shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg", imageAlt: "P9 Premium Audio Showcase" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Discover More", href: "features" },
|
||||
{ text: "Pre-Order Now", href: "pricing" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
description="Compare P9 to standard headphones and discover the revolutionary difference. Experience unmatched audio quality and innovation."
|
||||
tag="Innovation"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Poor noise isolation", "Limited battery life", "Uncomfortable for extended use", "Inconsistent audio quality", "Limited connectivity options"
|
||||
@@ -94,19 +94,19 @@ export default function LandingPage() {
|
||||
description="Advanced technology built into every detail. Premium performance metrics that set new industry standards."
|
||||
tag="Performance"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "48hrs", title: "Battery Life", description: "Extended playback on single charge", imageSrc: "http://img.b2bpic.net/free-vector/retro-colors-flat-ecology-infograhic_23-2148395111.jpg", imageAlt: "Battery Performance Metrics"
|
||||
},
|
||||
{
|
||||
id: "2", value: "20Hz-20kHz", title: "Frequency Range", description: "Full spectrum audio reproduction", imageSrc: "http://img.b2bpic.net/free-photo/close-up-artist-making-music_23-2149199987.jpg?_wi=1", imageAlt: "Audio Frequency Visualization"
|
||||
id: "2", value: "20Hz-20kHz", title: "Frequency Range", description: "Full spectrum audio reproduction", imageSrc: "http://img.b2bpic.net/free-photo/close-up-artist-making-music_23-2149199987.jpg", imageAlt: "Audio Frequency Visualization"
|
||||
},
|
||||
{
|
||||
id: "3", value: "50dB", title: "Noise Cancellation", description: "Industry-leading isolation", imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-listening-music-bed_23-2147767473.jpg", imageAlt: "Comfort Technology"
|
||||
},
|
||||
{
|
||||
id: "4", value: "240g", title: "Lightweight Design", description: "Comfortable all-day wear", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg?_wi=3", imageAlt: "Lightweight Construction"
|
||||
id: "4", value: "240g", title: "Lightweight Design", description: "Comfortable all-day wear", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg", imageAlt: "Lightweight Construction"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -121,25 +121,25 @@ export default function LandingPage() {
|
||||
description="Hear from music professionals, audiophiles, and everyday listeners who've transformed their audio experience."
|
||||
tag="Real Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Chen, Audio Producer", date: "Date: December 15, 2024", title: "Studio-Quality Sound at Home", quote: "The P9 headphones deliver studio-grade audio quality that rivals professional monitoring headphones costing twice as much. The noise cancellation is exceptional, and the comfort during 12-hour studio sessions is outstanding. A game-changer for my workflow.", tag: "Professional Studio", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-with-arms-crossed_1098-58.jpg", avatarAlt: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-thinks-personal-training-plans-dreams-become-new-qualified-dressed-sportsclothes-practices-yoga-pilates-walks-fitness-centre-health-club-stands-downtown_273609-54034.jpg?_wi=2", imageAlt: "P9 Headphones Professional Use"
|
||||
id: "1", name: "Marcus Chen, Audio Producer", date: "Date: December 15, 2024", title: "Studio-Quality Sound at Home", quote: "The P9 headphones deliver studio-grade audio quality that rivals professional monitoring headphones costing twice as much. The noise cancellation is exceptional, and the comfort during 12-hour studio sessions is outstanding. A game-changer for my workflow.", tag: "Professional Studio", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-with-arms-crossed_1098-58.jpg", avatarAlt: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-thinks-personal-training-plans-dreams-become-new-qualified-dressed-sportsclothes-practices-yoga-pilates-walks-fitness-centre-health-club-stands-downtown_273609-54034.jpg", imageAlt: "P9 Headphones Professional Use"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson, Music Enthusiast", date: "Date: December 10, 2024", title: "Premium Comfort Meets Performance", quote: "I'm extremely impressed by the build quality and sound clarity. The P9 headphones stay comfortable even after hours of use, and the battery life is incredible. Worth every penny!", tag: "Daily Use Champion", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-musicians-working-studio_23-2150206754.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-with-wireless-headphones_1385-420.jpg?_wi=2", imageAlt: "P9 Headphones Comfort Design"
|
||||
id: "2", name: "Sarah Johnson, Music Enthusiast", date: "Date: December 10, 2024", title: "Premium Comfort Meets Performance", quote: "I'm extremely impressed by the build quality and sound clarity. The P9 headphones stay comfortable even after hours of use, and the battery life is incredible. Worth every penny!", tag: "Daily Use Champion", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-musicians-working-studio_23-2150206754.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-with-wireless-headphones_1385-420.jpg", imageAlt: "P9 Headphones Comfort Design"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Rodriguez, Tech Reviewer", date: "Date: December 5, 2024", title: "Best Value in Premium Headphones", quote: "After testing dozens of premium headphones, the P9 stands out for its exceptional value. The audio fidelity, noise cancellation, and build quality are unmatched in this price range. Highly recommended.", tag: "Tech Expert Pick", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg?_wi=4", imageAlt: "P9 Technical Excellence"
|
||||
id: "3", name: "James Rodriguez, Tech Reviewer", date: "Date: December 5, 2024", title: "Best Value in Premium Headphones", quote: "After testing dozens of premium headphones, the P9 stands out for its exceptional value. The audio fidelity, noise cancellation, and build quality are unmatched in this price range. Highly recommended.", tag: "Tech Expert Pick", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg", imageAlt: "P9 Technical Excellence"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emma Williams, Podcast Host", date: "Date: November 28, 2024", title: "Crystal Clear for Content Creation", quote: "Perfect for my podcast work. The clarity and microphone quality are fantastic, and clients have commented on the improved audio quality. The wireless convenience is a huge bonus.", tag: "Content Creator", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-10329.jpg", avatarAlt: "Emma Williams", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-headphones_23-2148777565.jpg?_wi=2", imageAlt: "P9 Broadcasting Quality"
|
||||
id: "4", name: "Emma Williams, Podcast Host", date: "Date: November 28, 2024", title: "Crystal Clear for Content Creation", quote: "Perfect for my podcast work. The clarity and microphone quality are fantastic, and clients have commented on the improved audio quality. The wireless convenience is a huge bonus.", tag: "Content Creator", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-10329.jpg", avatarAlt: "Emma Williams", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-headphones_23-2148777565.jpg", imageAlt: "P9 Broadcasting Quality"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Park, Fitness Enthusiast", date: "Date: November 20, 2024", title: "Reliable Performance During Workouts", quote: "These headphones are built to last. They've survived countless gym sessions and outdoor runs. The sound never disappoints, and the wireless connection is rock solid. Best investment I've made.", tag: "Active Lifestyle", avatarSrc: "http://img.b2bpic.net/free-photo/woman-working-late-office_23-2148991378.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg?_wi=5", imageAlt: "P9 Durability"
|
||||
id: "5", name: "David Park, Fitness Enthusiast", date: "Date: November 20, 2024", title: "Reliable Performance During Workouts", quote: "These headphones are built to last. They've survived countless gym sessions and outdoor runs. The sound never disappoints, and the wireless connection is rock solid. Best investment I've made.", tag: "Active Lifestyle", avatarSrc: "http://img.b2bpic.net/free-photo/woman-working-late-office_23-2148991378.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-microphone-podcasts-black-studio-headphones-brown-background-with-coffee-laptop-learning-online-education-conceptxa_501050-1064.jpg", imageAlt: "P9 Durability"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Thompson, Audio Engineer", date: "Date: November 15, 2024", title: "Professional Grade Features", quote: "The P9 offers professional-grade features at an accessible price point. The frequency response is flat and accurate, perfect for critical listening. I recommend these to all my colleagues.", tag: "Professional Engineer", avatarSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg", avatarAlt: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-artist-making-music_23-2149199987.jpg?_wi=2", imageAlt: "P9 Engineering Excellence"
|
||||
id: "6", name: "Lisa Thompson, Audio Engineer", date: "Date: November 15, 2024", title: "Professional Grade Features", quote: "The P9 offers professional-grade features at an accessible price point. The frequency response is flat and accurate, perfect for critical listening. I recommend these to all my colleagues.", tag: "Professional Engineer", avatarSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg", avatarAlt: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-artist-making-music_23-2149199987.jpg", imageAlt: "P9 Engineering Excellence"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
description="Choose the P9 edition that perfectly fits your audio needs. Premium quality at every price point."
|
||||
tag="Pricing Options"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "standard", tag: "P9 Standard Edition", tagIcon: Zap,
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
description="P9 headphones are the choice of professional audio engineers, content creators, and audio enthusiasts worldwide."
|
||||
tag="Partners & Collaborators"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={["Apple", "Sony", "Beats Audio", "Bose", "Sennheiser", "JBL", "Audio-Technica", "Shure"]}
|
||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Newsletter"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Stay Updated with P9 News"
|
||||
description="Subscribe to get exclusive updates, special offers, and be the first to know about new P9 releases and features."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
|
||||
Reference in New Issue
Block a user