Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
165
src/app/page.tsx
165
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Shield, Zap, Battery, Music, Headphones } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="BoatAudio"
|
||||
/>
|
||||
@@ -55,11 +48,9 @@ export default function LandingPage() {
|
||||
description="Experience deep, marine-inspired acoustics in every beat."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg"
|
||||
imageAlt="Boat Audio Elite Airpods"
|
||||
/>
|
||||
</div>
|
||||
@@ -70,40 +61,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "IPX7 Waterproof",
|
||||
description: "Adventure-ready protection.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=2",
|
||||
imageAlt: "3d wireless earbuds dark background",
|
||||
},
|
||||
title: "IPX7 Waterproof", description: "Adventure-ready protection.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg", imageAlt: "3d wireless earbuds dark background"},
|
||||
{
|
||||
title: "Deep Bass",
|
||||
description: "Marine-grade resonance.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-cyber-technology-with-flowing-particles_1048-12732.jpg",
|
||||
imageAlt: "abstract sound waves neon",
|
||||
},
|
||||
title: "Deep Bass", description: "Marine-grade resonance.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-cyber-technology-with-flowing-particles_1048-12732.jpg", imageAlt: "abstract sound waves neon"},
|
||||
{
|
||||
title: "40h Battery",
|
||||
description: "All-day performance.",
|
||||
buttonIcon: "Battery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=1",
|
||||
imageAlt: "sleek wireless earbuds black",
|
||||
},
|
||||
title: "40h Battery", description: "All-day performance.", buttonIcon: Battery,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg", imageAlt: "sleek wireless earbuds black"},
|
||||
{
|
||||
title: "Noise Cancellation",
|
||||
description: "Pure sonic clarity.",
|
||||
buttonIcon: "Music",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg?_wi=1",
|
||||
imageAlt: "professional portrait studio lighting",
|
||||
},
|
||||
title: "Noise Cancellation", description: "Pure sonic clarity.", buttonIcon: Music,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg", imageAlt: "professional portrait studio lighting"},
|
||||
{
|
||||
title: "Ergonomic Fit",
|
||||
description: "Designed for long-term comfort.",
|
||||
buttonIcon: "Headphones",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=3",
|
||||
imageAlt: "3d wireless earbuds dark background",
|
||||
},
|
||||
title: "Ergonomic Fit", description: "Designed for long-term comfort.", buttonIcon: Headphones,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg", imageAlt: "3d wireless earbuds dark background"},
|
||||
]}
|
||||
title="Unrivaled Engineering"
|
||||
description="Built for the waves, designed for the soul."
|
||||
@@ -118,41 +89,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elite Pro",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Elite Pro", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Aqua Sport",
|
||||
price: "$149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Aqua Sport", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ocean Base",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Ocean Base", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elite Limited",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=5",
|
||||
},
|
||||
id: "4", name: "Elite Limited", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sport Nano",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=6",
|
||||
},
|
||||
id: "5", name: "Sport Nano", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Wave Series",
|
||||
price: "$179",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=7",
|
||||
},
|
||||
id: "6", name: "Wave Series", price: "$179", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg"},
|
||||
]}
|
||||
title="The Collection"
|
||||
description="Discover our signature marine-grade audio gear."
|
||||
@@ -165,45 +112,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible sound",
|
||||
quote: "Best audio for my morning boat rides.",
|
||||
name: "Alex R.",
|
||||
role: "Pro Sailor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Incredible sound", quote: "Best audio for my morning boat rides.", name: "Alex R.", role: "Pro Sailor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Rock solid",
|
||||
quote: "Finally, earbuds that survive the salt air.",
|
||||
name: "Sam K.",
|
||||
role: "Adventurer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg?_wi=3",
|
||||
},
|
||||
id: "2", title: "Rock solid", quote: "Finally, earbuds that survive the salt air.", name: "Sam K.", role: "Adventurer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Pure joy",
|
||||
quote: "The bass response is unmatched.",
|
||||
name: "Jordan P.",
|
||||
role: "Audiophile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg?_wi=4",
|
||||
},
|
||||
id: "3", title: "Pure joy", quote: "The bass response is unmatched.", name: "Jordan P.", role: "Audiophile", imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Worth every cent",
|
||||
quote: "Design is as sharp as the sound.",
|
||||
name: "Casey L.",
|
||||
role: "Tech Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg?_wi=5",
|
||||
},
|
||||
id: "4", title: "Worth every cent", quote: "Design is as sharp as the sound.", name: "Casey L.", role: "Tech Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Stellar build",
|
||||
quote: "Rugged and beautiful.",
|
||||
name: "Morgan D.",
|
||||
role: "Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg?_wi=6",
|
||||
},
|
||||
id: "5", title: "Stellar build", quote: "Rugged and beautiful.", name: "Morgan D.", role: "Engineer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg"},
|
||||
]}
|
||||
title="Elite Feedback"
|
||||
description="Hear from the adventurers who trust us."
|
||||
@@ -214,11 +131,10 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Join the Elite"
|
||||
description="Stay updated on our premium drops."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg"
|
||||
tag="Newsletter"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -228,30 +144,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Airpods",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Airpods", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user