1 Commits

Author SHA1 Message Date
64b2bc94c3 Update src/app/page.tsx 2026-04-27 18:35:32 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="NeuroBeats"
description="The world's first AI-powered headphones designed for seamless voice control and offline performance."
description="Meet NeuroBeats Indias Smartest AI Headphones. Control your world with your voice."
buttons={[
{
text: "Buy Now", href: "#pricing"},
@@ -145,7 +145,7 @@ export default function LandingPage() {
{
text: "Buy Now"},
],
badge: "Best Value"},
badge: "Most Popular"},
]}
title="Pricing Plans"
description="Best value AI headphones in India."
@@ -235,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}