Merge version_2 into main #1
@@ -13,13 +13,13 @@ export default function HomePage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="sharp"
|
||||
contentWidth="small"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="none"
|
||||
cardStyle="elevated"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
background="radialGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -33,7 +33,7 @@ export default function HomePage() {
|
||||
{ name: "Support", id: "/support" }
|
||||
]}
|
||||
button={{ text: "Shop", href: "#shop" }}
|
||||
className="backdrop-blur-md border border-gray-300"
|
||||
className="backdrop-blur-md border border-purple-600"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,34 +49,22 @@ export default function HomePage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/square-music-speaker-closeup-interior-room_169016-51647.jpg",
|
||||
imageAlt: "BASE speaker cutaway showing internal components"
|
||||
id: "1", imageSrc: "https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=800&q=80", imageAlt: "BASE speaker cutaway showing internal components"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51505.jpg",
|
||||
imageAlt: "BASE One compact nearfield monitor"
|
||||
id: "2", imageSrc: "https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=800&q=80", imageAlt: "BASE One compact nearfield monitor"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/audio-columns-are-system-several-pieces-close-up-audio-systems_78492-3673.jpg",
|
||||
imageAlt: "BASE Two room reference monitor"
|
||||
id: "3", imageSrc: "https://images.unsplash.com/photo-1459749411175-04bf5292ceea?w=800&q=80", imageAlt: "BASE Two room reference monitor"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/crop-amplifier-black_23-2147781794.jpg",
|
||||
imageAlt: "BASE Studio flagship monitoring system"
|
||||
id: "4", imageSrc: "https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=800&q=80", imageAlt: "BASE Studio flagship monitoring system"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/ilustration-growth-business-percentage-template_23-2148271410.jpg",
|
||||
imageAlt: "Performance measurement visualization"
|
||||
id: "5", imageSrc: "https://images.unsplash.com/photo-1487180144351-b8472da7d491?w=800&q=80", imageAlt: "Performance measurement visualization"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/working-process-polygraph-examiner-office-with-his-lie-detector-s-equipment_146671-17304.jpg",
|
||||
imageAlt: "Room calibration and acoustic analysis"
|
||||
id: "6", imageSrc: "https://images.unsplash.com/photo-1478737270239-2f02b77fc618?w=800&q=80", imageAlt: "Room calibration and acoustic analysis"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -90,28 +78,13 @@ export default function HomePage() {
|
||||
description="Key specifications verified under controlled laboratory conditions"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "< 0.1%",
|
||||
title: "Total Harmonic Distortion",
|
||||
description: "Anechoic measurement @ 1kHz",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/ilustration-growth-business-percentage-template_23-2148271410.jpg",
|
||||
imageAlt: "THD measurement graph"
|
||||
id: "1", value: "< 0.1%", title: "Total Harmonic Distortion", description: "Anechoic measurement @ 1kHz", imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&q=80", imageAlt: "THD measurement graph"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "110 dB",
|
||||
title: "Peak SPL Capability",
|
||||
description: "Sustained output at rated impedance",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/ilustration-growth-business-percentage-template_23-2148271410.jpg",
|
||||
imageAlt: "SPL performance data"
|
||||
id: "2", value: "110 dB", title: "Peak SPL Capability", description: "Sustained output at rated impedance", imageSrc: "https://images.unsplash.com/photo-1487180144351-b8472da7d491?w=800&q=80", imageAlt: "SPL performance data"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "12 ms",
|
||||
title: "System Latency",
|
||||
description: "Input to output via DSP processing",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/press-reporter-fallowing-leads-case_23-2149579707.jpg",
|
||||
imageAlt: "DSP latency measurement"
|
||||
id: "3", value: "12 ms", title: "System Latency", description: "Input to output via DSP processing", imageSrc: "https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=800&q=80", imageAlt: "DSP latency measurement"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -122,14 +95,13 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/press-reporter-fallowing-leads-case_23-2149579709.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1478737270239-2f02b77fc618?w=800&q=80"
|
||||
imageAlt="BASE laboratory testing environment"
|
||||
logoText="BASE"
|
||||
copyrightText="© 2025 BASE Audio Systems. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "BASE One", href: "/systems" },
|
||||
{ label: "BASE Two", href: "/systems" },
|
||||
{ label: "BASE Studio", href: "/systems" },
|
||||
@@ -137,8 +109,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Measurement Reports", href: "/performance" },
|
||||
{ label: "Quick Start", href: "/support" },
|
||||
{ label: "Field Tests", href: "/field-tests" },
|
||||
@@ -146,8 +117,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Support", href: "/support" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -159,4 +129,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user