Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-03 18:04:41 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, Mic, Database } from 'lucide-react';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBase from '@/components/sections/footer/FooterBase';
@@ -29,40 +30,30 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
]}
brandName="SoundID"
button={{
text: "Get Started",
}}
text: "Get Started"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "glowing-orb",
}}
variant: "glowing-orb"}}
logoText="SoundID"
description="Identify any song in seconds with cutting-edge AI. Simply tap, listen, and discover the music you love."
buttons={[
{
text: "Start Listening",
href: "#features",
},
text: "Start Listening", href: "#features"},
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-with-neon-glowing-lights-3d-rendering-background-wallpaper_181624-23644.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-with-neon-glowing-lights-3d-rendering-background-wallpaper_181624-23644.jpg"
imageAlt="Futuristic SoundID Interface"
mediaAnimation="blur-reveal"
/>
@@ -74,22 +65,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Lightning Fast ID",
description: "Get accurate results in under two seconds from anywhere in the world.",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-colorized-glass-phone-16-pro-max_187299-45892.jpg",
buttonIcon: "Zap",
title: "Lightning Fast ID", description: "Get accurate results in under two seconds from anywhere in the world.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-colorized-glass-phone-16-pro-max_187299-45892.jpg", buttonIcon: Zap,
},
{
title: "Live Waveform UI",
description: "Visual feedback as you listen, ensuring you know exactly when we're identifying.",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139258.jpg",
buttonIcon: "Mic",
title: "Live Waveform UI", description: "Visual feedback as you listen, ensuring you know exactly when we're identifying.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139258.jpg", buttonIcon: Mic,
},
{
title: "Global Database",
description: "Access millions of tracks across all genres and languages effortlessly.",
imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg",
buttonIcon: "Database",
title: "Global Database", description: "Access millions of tracks across all genres and languages effortlessly.", imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg", buttonIcon: Database,
},
]}
title="Advanced Audio AI"
@@ -102,19 +84,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Apple Music",
"Spotify",
"Deezer",
"YouTube Music",
"Tidal",
]}
"Apple Music", "Spotify", "Deezer", "YouTube Music", "Tidal"]}
logos={[
"http://img.b2bpic.net/free-photo/recycling-symbol-beside-green-batteries_23-2148115677.jpg",
"http://img.b2bpic.net/free-vector/piano-logo_384344-2067.jpg",
"http://img.b2bpic.net/free-vector/gradient-code-logo-with-tagline_23-2148809313.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzes7e",
"http://img.b2bpic.net/free-vector/minimal-logo-element-pack_23-2148373414.jpg",
]}
"http://img.b2bpic.net/free-photo/recycling-symbol-beside-green-batteries_23-2148115677.jpg", "http://img.b2bpic.net/free-vector/piano-logo_384344-2067.jpg", "http://img.b2bpic.net/free-vector/gradient-code-logo-with-tagline_23-2148809313.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzes7e", "http://img.b2bpic.net/free-vector/minimal-logo-element-pack_23-2148373414.jpg"]}
title="Trusted by Music Platforms"
description="Our API powers the discovery engines of the world's leading music services."
/>
@@ -126,22 +98,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How accurate is the recognition?",
content: "Our AI reaches over 99.9% accuracy even with background noise and low audio quality.",
},
id: "1", title: "How accurate is the recognition?", content: "Our AI reaches over 99.9% accuracy even with background noise and low audio quality."},
{
id: "2",
title: "Can I use it offline?",
content: "Yes, SoundID stores samples and identifies them as soon as you are reconnected to our servers.",
},
id: "2", title: "Can I use it offline?", content: "Yes, SoundID stores samples and identifies them as soon as you are reconnected to our servers."},
{
id: "3",
title: "Is the microphone data stored?",
content: "No, we value your privacy. Audio snippets are processed instantly and deleted after identification.",
},
id: "3", title: "Is the microphone data stored?", content: "No, we value your privacy. Audio snippets are processed instantly and deleted after identification."},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-with-neon-glowing-lights-3d-rendering-background-wallpaper_181624-23644.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-with-neon-glowing-lights-3d-rendering-background-wallpaper_181624-23644.jpg"
title="Frequently Asked Questions"
description="Got questions? We've got the answers you need about our technology and service."
faqsAnimation="slide-up"
@@ -154,14 +117,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Engineered for Sound Discovery"
description={[
"SoundID was founded by a team of audio engineers and AI researchers obsessed with the intersection of music and technology.",
"Our mission is to make the world's music searchable, accessible, and understandable in the blink of an eye.",
]}
"SoundID was founded by a team of audio engineers and AI researchers obsessed with the intersection of music and technology.", "Our mission is to make the world's music searchable, accessible, and understandable in the blink of an eye."]}
buttons={[
{
text: "Learn Our Story",
href: "#",
},
text: "Learn Our Story", href: "#"},
]}
/>
</div>
@@ -170,37 +129,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "API Access",
href: "#",
},
label: "API Access", href: "#"},
{
label: "Developers",
href: "#",
},
label: "Developers", href: "#"},
{
label: "Enterprise",
href: "#",
},
label: "Enterprise", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}