diff --git a/src/app/page.tsx b/src/app/page.tsx index 67ee8ae..f5f63f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -38,9 +38,6 @@ export default function LandingPage() { button={{ text: "Experience Now", href: "contact" }} - className="backdrop-blur-md" - navItemClassName="font-medium tracking-wide" - buttonClassName="px-6 py-2.5" /> @@ -63,12 +60,6 @@ export default function LandingPage() { { text: "Explore Features", href: "features" }, { text: "Watch Demo", href: "#" } ]} - className="py-24" - titleClassName="text-7xl font-bold tracking-tight" - descriptionClassName="text-xl max-w-2xl" - kpiClassName="bg-white/80 backdrop-blur-sm border border-emerald-200/30" - kpiValueClassName="text-3xl font-bold text-emerald-600" - kpiLabelClassName="text-sm text-slate-600" /> @@ -79,13 +70,11 @@ export default function LandingPage() { "BASE represents a decade of acoustic engineering, combining biomimetic design with proprietary sound-processing algorithms. Every component is meticulously calibrated to deliver clarity, depth, and presence.", "Our commitment extends beyond sound quality. We've engineered BASE with sustainable materials, intuitive interfaces, and a modular architecture that evolves with your needs. This is not just a speaker—it's a gateway to audio perfection." ]} showBorder={true} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" buttons={[ { text: "Our Story", href: "#" }, { text: "Technology", href: "technology" } ]} - titleClassName="text-6xl font-semibold" - descriptionClassName="text-lg leading-relaxed text-slate-700" /> @@ -112,9 +101,6 @@ export default function LandingPage() { buttons={[ { text: "Specifications", href: "specs" } ]} - carouselMode="buttons" - titleClassName="text-5xl font-bold mb-6" - descriptionClassName="text-lg text-slate-700 mb-12" /> @@ -138,10 +124,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" - carouselMode="buttons" - titleClassName="text-5xl font-bold mb-4" - descriptionClassName="text-lg text-slate-700 mb-12" + useInvertedBackground="noInvert" /> @@ -175,10 +158,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-5xl font-bold mb-4" - descriptionClassName="text-lg text-slate-700 mb-12" - valueClassName="text-4xl font-bold text-emerald-600" - metricTitleClassName="text-xl font-semibold mt-4" /> @@ -207,8 +186,7 @@ export default function LandingPage() { cardTitle="Trusted by 50,000+ audio enthusiasts, professionals, and creators worldwide" cardTag="Customer Stories" cardTagIcon={Heart} - useInvertedBackground="invertDefault" - cardTitleClassName="text-3xl font-semibold text-center" + useInvertedBackground="noInvert" /> @@ -221,8 +199,6 @@ export default function LandingPage() { { text: "Contact Sales", href: "#" } ]} useInvertedBackground="noInvert" - textClassName="text-3xl font-semibold" - containerClassName="bg-emerald-50/50" /> @@ -248,8 +224,6 @@ export default function LandingPage() { href: "https://soundcloud.com/baseaudio", ariaLabel: "SoundCloud" } ]} - logoClassName="text-2xl font-bold text-emerald-600" - copyrightTextClassName="text-sm text-slate-600" />