@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm' ;
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm' ;
import FaqSplitText from '@/components/sections/faq/FaqSplitText' ;
import FaqSplitText from '@/components/sections/faq/FaqSplitText' ;
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix' ;
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix' ;
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis ' ;
import FooterSimple from '@/components/sections/footer/FooterSimple ' ;
import HeroLogo from '@/components/sections/hero/HeroLogo' ;
import HeroLogo from '@/components/sections/hero/HeroLogo' ;
import MetricCardThree from '@/components/sections/metrics/MetricCardThree' ;
import MetricCardThree from '@/components/sections/metrics/MetricCardThree' ;
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay' ;
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay' ;
@@ -34,10 +34,10 @@ export default function LandingPage() {
navItems = { [
navItems = { [
{
{
name : "Features" , id : "#features" } ,
name : "Features" , id : "#features" } ,
{
name : "AI Modes" , id : "#ai" } ,
{
{
name : "Pricing" , id : "#pricing" } ,
name : "Pricing" , id : "#pricing" } ,
{
name : "Testimonials" , id : "#testimonials" } ,
{
{
name : "Contact" , id : "#contact" } ,
name : "Contact" , id : "#contact" } ,
] }
] }
@@ -48,7 +48,7 @@ export default function LandingPage() {
< div id = "hero" data-section = "hero" >
< div id = "hero" data-section = "hero" >
< HeroLogo
< HeroLogo
logoText = "NeuroBeats"
logoText = "NeuroBeats"
description = "Meet NeuroBeats – India’ s Smartest AI Headphones. Control your world with your voi ce."
description = "The world's first AI-powered headphones designed for seamless voice control and offline performan ce."
buttons = { [
buttons = { [
{
{
text : "Buy Now" , href : "#pricing" } ,
text : "Buy Now" , href : "#pricing" } ,
@@ -112,12 +112,6 @@ export default function LandingPage() {
id : "p2" , name : "NeuroBeats Air" , price : "₹6,499" , imageSrc : "http://img.b2bpic.net/free-photo/sporty-thoughtful-woman-with-curly-hair-listens-audio-track-wireless-headphones-touches-neck-concentrated-down-takes-break-after-workout_273609-55587.jpg" } ,
id : "p2" , name : "NeuroBeats Air" , price : "₹6,499" , imageSrc : "http://img.b2bpic.net/free-photo/sporty-thoughtful-woman-with-curly-hair-listens-audio-track-wireless-headphones-touches-neck-concentrated-down-takes-break-after-workout_273609-55587.jpg" } ,
{
{
id : "p3" , name : "NeuroBeats Lite" , price : "₹4,999" , imageSrc : "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg" } ,
id : "p3" , name : "NeuroBeats Lite" , price : "₹4,999" , imageSrc : "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg" } ,
{
id : "p4" , name : "NeuroBeats ANC" , price : "₹6,999" , imageSrc : "http://img.b2bpic.net/free-photo/black-silver-headphones-black-surface_417767-439.jpg" } ,
{
id : "p5" , name : "NeuroBeats Gaming" , price : "₹5,499" , imageSrc : "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg" } ,
{
id : "p6" , name : "NeuroBeats Classic" , price : "₹5,999" , imageSrc : "http://img.b2bpic.net/free-photo/dj-equipment_93675-132648.jpg" } ,
] }
] }
title = "Our Collection"
title = "Our Collection"
description = "Premium sound, next-gen intelligence."
description = "Premium sound, next-gen intelligence."
@@ -145,7 +139,7 @@ export default function LandingPage() {
{
{
text : "Buy Now" } ,
text : "Buy Now" } ,
] ,
] ,
badge : "Mo st Popular " } ,
badge : "Be st Value " } ,
] }
] }
title = "Pricing Plans"
title = "Pricing Plans"
description = "Best value AI headphones in India."
description = "Best value AI headphones in India."
@@ -175,16 +169,8 @@ export default function LandingPage() {
rating = { 5 }
rating = { 5 }
author = "Ankit R., Tech Enthusiast"
author = "Ankit R., Tech Enthusiast"
avatars = { [
avatars = { [
{
{ src : "http://img.b2bpic.net/free-photo/portrait-young-woman-with-universe-projection-texture_23-2149581279.jpg" , alt : "User 1" } ,
src : "http://img.b2bpic.net/free-photo/front-view-young-woman-shooting-with-projector _23-2149424924 .jpg" , alt : "User 1 " } ,
{ src : "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-woman-posing-studio _23-2149417626 .jpg" , alt : "User 2 " }
{
src : "http://img.b2bpic.net/free-photo/home-interior-decorated-brown-shades_23-2151934903.jpg" , alt : "User 2" } ,
{
src : "http://img.b2bpic.net/free-photo/young-fit-man-beach-listening-music_273609-15943.jpg" , alt : "User 3" } ,
{
src : "http://img.b2bpic.net/free-photo/portrait-young-woman-with-universe-projection-texture_23-2149581279.jpg" , alt : "User 4" } ,
{
src : "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-woman-posing-studio_23-2149417626.jpg" , alt : "User 5" } ,
] }
] }
ratingAnimation = "slide-up"
ratingAnimation = "slide-up"
avatarsAnimation = "blur-reveal"
avatarsAnimation = "blur-reveal"
@@ -210,27 +196,14 @@ export default function LandingPage() {
< / div >
< / div >
< div id = "footer" data-section = "footer" >
< div id = "footer" data-section = "footer" >
< FooterLogoEmphasis
< FooterSimple
columns = { [
columns = { [
{
{ title : "Product" , items : [ { label : "Headphones" } , { label : "Accessories" } ] } ,
items : [
{ title : "Company" , items : [ { label : "About Us" } , { label : "Careers" } ] }
{
] }
label : "Shop" , href : "#" } ,
bottomLeftText = "© 2024 NeuroBeats. All Rights Reserved."
{
bottomRightText = "Designed in India."
label : "Features" , href : "#features" } ,
/ >
] ,
} ,
{
items : [
{
label : "Support" , href : "#" } ,
{
label : "Contact" , href : "#contact" } ,
] ,
} ,
] }
logoText = "NeuroBeats"
/ >
< / div >
< / div >
< / ReactLenis >
< / ReactLenis >
< / ThemeProvider >
< / ThemeProvider >