diff --git a/src/app/page.tsx b/src/app/page.tsx index 5beb2f4..d1b6dc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { 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?_wi=1&w=600&h=400" imageAlt="Futuristic SoundID Interface" mediaAnimation="blur-reveal" /> @@ -65,13 +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?w=400&h=300", 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?w=400&h=300", 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?w=400&h=300", buttonIcon: Database, }, ]} title="Advanced Audio AI" @@ -86,7 +86,7 @@ export default function LandingPage() { names={[ "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?w=200&h=100", "http://img.b2bpic.net/free-vector/piano-logo_384344-2067.jpg?w=200&h=100", "http://img.b2bpic.net/free-vector/gradient-code-logo-with-tagline_23-2148809313.jpg?w=200&h=100", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzes7e&w=200&h=100", "http://img.b2bpic.net/free-vector/minimal-logo-element-pack_23-2148373414.jpg?w=200&h=100"]} title="Trusted by Music Platforms" description="Our API powers the discovery engines of the world's leading music services." /> @@ -104,7 +104,7 @@ export default function LandingPage() { { 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?_wi=2&w=500&h=400" title="Frequently Asked Questions" description="Got questions? We've got the answers you need about our technology and service." faqsAnimation="slide-up" @@ -155,4 +155,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file