diff --git a/src/app/page.tsx b/src/app/page.tsx index e5fd972..4114b8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
@@ -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: "#"}, ]} />
@@ -170,37 +129,23 @@ export default function LandingPage() {