Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -38,9 +38,6 @@ export default function LandingPage() {
|
|||||||
button={{
|
button={{
|
||||||
text: "Experience Now", href: "contact"
|
text: "Experience Now", href: "contact"
|
||||||
}}
|
}}
|
||||||
className="backdrop-blur-md"
|
|
||||||
navItemClassName="font-medium tracking-wide"
|
|
||||||
buttonClassName="px-6 py-2.5"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,12 +60,6 @@ export default function LandingPage() {
|
|||||||
{ text: "Explore Features", href: "features" },
|
{ text: "Explore Features", href: "features" },
|
||||||
{ text: "Watch Demo", href: "#" }
|
{ 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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -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."
|
"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}
|
showBorder={true}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Our Story", href: "#" },
|
{ text: "Our Story", href: "#" },
|
||||||
{ text: "Technology", href: "technology" }
|
{ text: "Technology", href: "technology" }
|
||||||
]}
|
]}
|
||||||
titleClassName="text-6xl font-semibold"
|
|
||||||
descriptionClassName="text-lg leading-relaxed text-slate-700"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -112,9 +101,6 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Specifications", href: "specs" }
|
{ text: "Specifications", href: "specs" }
|
||||||
]}
|
]}
|
||||||
carouselMode="buttons"
|
|
||||||
titleClassName="text-5xl font-bold mb-6"
|
|
||||||
descriptionClassName="text-lg text-slate-700 mb-12"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -138,10 +124,7 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
carouselMode="buttons"
|
|
||||||
titleClassName="text-5xl font-bold mb-4"
|
|
||||||
descriptionClassName="text-lg text-slate-700 mb-12"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -175,10 +158,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -207,8 +186,7 @@ export default function LandingPage() {
|
|||||||
cardTitle="Trusted by 50,000+ audio enthusiasts, professionals, and creators worldwide"
|
cardTitle="Trusted by 50,000+ audio enthusiasts, professionals, and creators worldwide"
|
||||||
cardTag="Customer Stories"
|
cardTag="Customer Stories"
|
||||||
cardTagIcon={Heart}
|
cardTagIcon={Heart}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
cardTitleClassName="text-3xl font-semibold text-center"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -221,8 +199,6 @@ export default function LandingPage() {
|
|||||||
{ text: "Contact Sales", href: "#" }
|
{ text: "Contact Sales", href: "#" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
textClassName="text-3xl font-semibold"
|
|
||||||
containerClassName="bg-emerald-50/50"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -248,8 +224,6 @@ export default function LandingPage() {
|
|||||||
href: "https://soundcloud.com/baseaudio", ariaLabel: "SoundCloud"
|
href: "https://soundcloud.com/baseaudio", ariaLabel: "SoundCloud"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
logoClassName="text-2xl font-bold text-emerald-600"
|
|
||||||
copyrightTextClassName="text-sm text-slate-600"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user