<!doctype html><html lang="en" class="scroll-smooth"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>The Scoove Africa | Premium A&R Services in Nigeria</title> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="icon" type="image/x-icon" href="/assests/scoove.png" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,500;1,600&display=swap" rel="stylesheet" /> <script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="css/main.css" /> <style> /* Mobile menu styles */ #mobile-menu { transform: translateY(-100%); transition: transform 0.3s ease-in-out; opacity: 0; pointer-events: none; } #mobile-menu.active { transform: translateY(0); opacity: 1; pointer-events: auto; } .hamburger-line { transition: all 0.3s ease; } .hamburger.active .hamburger-line:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); } .hamburger.active .hamburger-line:nth-child(2) { opacity: 0; } .hamburger.active .hamburger-line:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); } /* header z-index to be above content */ header { z-index: 50 !important; } /* hero section padding for mobile */ @media (max-width: 768px) { main section { padding-top: 100px !important; } } </style> <script type="module" async src="https://static.rocket.new/rocket-web.js?_cfg=https%3A%2F%2Farshowcase2037back.builtwithrocket.new&_be=https%3A%2F%2Fappanalytics.rocket.new&_v=0.1.14" ></script> <script type="module" defer src="https://static.rocket.new/rocket-shot.js?v=0.0.2" ></script> </head> <body class="antialiased selection:bg-green-500/30 selection:text-zinc-200 text-white bg-black" > <!-- Background --> <div class="fixed inset-0 -z-10"> <div class="absolute inset-0 bg-gradient-to-br from-zinc-950 via-zinc-900/50 to-zinc-950" ></div> <div class="absolute inset-0 bg-gradient-to-b from-transparent via-zinc-950/20 to-zinc-950" ></div> <div class="pointer-events-none absolute inset-0 opacity-20" style=" background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.4'/%3E%3C/svg%3E"); " ></div> </div> <!-- Navigation --> <header class="fixed top-0 inset-x-0 z-40 transition animate-[slideInBlur_0.8s_ease-out_0.2s_forwards] bg-zinc-950/40 border-white/10 border-b blur-sm backdrop-blur translate-y-[-20px]" > <div class="max-w-7xl mx-auto px-6"> <div class="mt-4"> <div class="flex items-center justify-between pb-4"> <a href="#" class="flex items-center gap-3 group"> <img src="/assests/logo_transparent.png" alt="The Scoove Africa Logo" class="h-14 w-auto" /> </a> <nav class="hidden md:flex gap-1 px-2 bg-zinc-900/40 border-white/10 border rounded-full p-1 items-center" > <a class="px-4 py-2 rounded-full transition hover:text-white text-sm font-medium text-zinc-400 hover:bg-white/5" href="#services" >Services</a > <a class="px-4 py-2 rounded-full transition hover:text-white text-sm font-medium text-zinc-400 hover:bg-white/5" href="#success" >Success Stories</a > <a class="px-4 py-2 rounded-full transition hover:text-white text-sm font-medium text-zinc-400 hover:bg-white/5" href="#process" >How It Works</a > <a href="https://the-scoove-africa-ar-ele-77bb3fj.gamma.site/" class="px-4 py-2 rounded-full transition hover:text-white text-sm font-medium text-zinc-400 hover:bg-white/5" target="_blank" rel="noopener noreferrer" >Pricing</a > <a class='px-4 py-2 rounded-full transition hover:text-white text-sm font-medium text-zinc-400 hover:bg-white/5' href='/blog'>Blog</a > </nav> <div class="flex items-center gap-2"> <!-- Desktop CTA --> <a href="https://docs.google.com/forms/d/e/1FAIpQLSfCbfHr5JVpkgW9tFbLrT3AINN6OK7NNokbuyRqzNicT1_lXw/viewform?usp=header" class="hidden sm:inline-flex items-center gap-2 rounded-full border px-5 py-2 text-sm font-medium shadow-[inset_0_1px_0_0_rgba(255,255,255,0.08)] transition border-white/10 bg-white text-zinc-950 hover:bg-zinc-200" target="_blank" rel="noopener noreferrer" > Get Started </a> <!-- Mobile Hamburger Menu Button --> <button id="mobile-menu-button" class="md:hidden hamburger w-10 h-10 relative flex flex-col items-center justify-center gap-1.5" aria-label="Toggle menu" > <span class="hamburger-line w-6 h-0.5 bg-white rounded-full" ></span> <span class="hamburger-line w-6 h-0.5 bg-white rounded-full" ></span> <span class="hamburger-line w-6 h-0.5 bg-white rounded-full" ></span> </button> </div> </div> </div> </div> </header> <!-- Mobile Navigation Menu --> <div id="mobile-menu" class="mobile-menu fixed inset-x-0 top-[76px] z-40 md:hidden bg-zinc-950/95 backdrop-blur-xl border-b border-white/10" > <div class="px-4 py-6 space-y-4"> <a href="#services" class="flex items-center justify-between py-3 text-base font-medium text-white border-b border-white/10" onclick="closeMobileMenu()" > Services <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M5 12h14M12 5l7 7-7 7" /> </svg> </a> <a href="#success" class="flex items-center justify-between py-3 text-base font-medium text-white border-b border-white/10" onclick="closeMobileMenu()" > Success Stories <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M5 12h14M12 5l7 7-7 7" /> </svg> </a> <a href="#process" class="flex items-center justify-between py-3 text-base font-medium text-white border-b border-white/10" onclick="closeMobileMenu()" > How It Works <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M5 12h14M12 5l7 7-7 7" /> </svg> </a> <a href="https://the-scoove-africa-ar-ele-77bb3fj.gamma.site/" target="_blank" rel="noopener noreferrer" class="flex items-center justify-between py-3 text-base font-medium text-white border-b border-white/10" onclick="closeMobileMenu()" > Pricings <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M5 12h14M12 5l7 7-7 7" /> </svg> </a> <a class='flex items-center justify-between py-3 text-base font-medium text-white border-b border-white/10' href='/blog' onclick='closeMobileMenu()'> Blog <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M5 12h14M12 5l7 7-7 7" /> </svg> </a> <a href="https://docs.google.com/forms/d/e/1FAIpQLSfCbfHr5JVpkgW9tFbLrT3AINN6OK7NNokbuyRqzNicT1_lXw/viewform?usp=header" target="_blank" rel="noopener noreferrer" class="flex items-center justify-center py-3 mt-4 rounded-full border text-base font-medium shadow-[inset_0_1px_0_0_rgba(255,255,255,0.08)] transition border-white/10 bg-white text-zinc-950 hover:bg-zinc-200" onclick="closeMobileMenu()" > Get Started </a> <!-- Contact Info in Mobile Menu --> <div class="pt-4 mt-4 border-t border-white/10"> <div class="space-y-2 text-sm text-zinc-400"> <p class="flex items-center gap-2"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" /> </svg> <a href="tel:+2349131294201" class="hover:text-white transition-colors" > 09131294201 </a> </p> <p class="flex items-center gap-2"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" /> <polyline points="22,6 12,13 2,6" /> </svg> <a href="mailto:hello@thescoove.africa" class="hover:text-white transition-colors" > hello@thescoove.africa </a> </p> </div> </div> </div> </div> <!-- Hero Section --> <main class="relative"> <section class="max-w-7xl mx-auto pt-32 pb-16 px-6 md:pt-48 md:pb-24"> <div class="flex flex-col text-center space-y-6 items-center"> <!-- Hero Icon with vinyl animation --> <div class="relative animate-[scaleInBlur_1.2s_ease-out_0.6s_forwards] mb-8 blur-lg scale-50" > <div class="absolute -inset-8 bg-[radial-gradient(closest-side,rgba(0,135,81,0.15),transparent)] blur-2xl" ></div> <div class="relative h-16 w-16 ring-1 shadow-[0_0_40px_-10px_rgba(0,135,81,0.3),inset_0_1px_0_0_rgba(255,255,255,0.1)] flex ring-white/10 bg-zinc-900/80 backdrop-blur rounded-2xl items-center justify-center text-white p-3 vinyl-spin" > <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" class="w-full h-full" > <circle cx="12" cy="12" r="10" /> <circle cx="12" cy="12" r="3" fill="currentColor" /> <circle cx="12" cy="12" r="6" opacity="0.3" /> </svg> </div> </div> <!-- Eyebrow Badge --> <div class="mb-6 opacity-0 translate-y-4 blur-sm animate-[slideInBlur_0.8s_ease-out_0.8s_forwards]" > <span class="inline-flex items-center gap-2 rounded-full border px-3 py-1.5 text-[11px] font-medium uppercase tracking-[0.14em] border-white/10 bg-zinc-900/50 text-zinc-400" > <span class="h-1.5 w-1.5 rounded-full shadow-[0_0_0_2px_rgba(255,255,255,0.1)] bg-green-500" ></span> Trusted by 200+ Nigerian Artists </span> </div> <!-- Hero Headline --> <h1 class="max-w-4xl text-5xl sm:text-6xl md:text-7xl tracking-tight leading-[0.95] text-transparent bg-clip-text bg-gradient-to-b font-semibold opacity-0 translate-y-8 blur-sm animate-[slideInBlur_1s_ease-out_1s_forwards] from-white via-zinc-200 to-zinc-500" > <span class="block">Your Sound. Our Expertise.</span> <span class="block"> <span class="bg-clip-text text-transparent bg-gradient-to-r from-green-200 via-white to-green-400 italic font-['Playfair_Display']" >Nigeria's Airwaves.</span > </span> </h1> <!-- Subheadline --> <p class="max-w-2xl sm:text-lg animate-[slideInBlur_0.8s_ease-out_1.2s_forwards] text-zinc-400 opacity-0 mt-6 blur-sm translate-y-6 font-light leading-relaxed" > Professional A&R services connecting Nigerian artists with radio airplay, playlist placements, media coverage, and sound development. Your direct path to the industry. </p> <!-- CTA Button with Glow --> <div class="pt-8 pb-8"> <div class="relative inline-block group"> <button onclick=" window.open( 'https://docs.google.com/forms/d/e/1FAIpQLSfCbfHr5JVpkgW9tFbLrT3AINN6OK7NNokbuyRqzNicT1_lXw/viewform?usp=header', '_blank', ) " class="animate-[slideInBlur_0.8s_ease-out_1.2s_forwards] relative z-10 overflow-hidden shadow-[inset_0_1px_0_rgba(255,255,255,0.1)] transition-transform duration-150 ease-out active:scale-[0.98] text-zinc-950 bg-white border-white border rounded-full px-8 py-4" style="--x: 50%; --y: 50%; --o: 0" onmousemove="btnMove(event)" onmouseenter="this.style.setProperty('--o', '1')" onmouseleave="this.style.setProperty('--o', '0')" > <span class="relative z-10 inline-flex items-center gap-2 font-semibold" > Get Started <svg class="h-4 w-4 transition-transform duration-200 ease-out group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" > <path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M13 5l7 7-7 7" ></path> </svg> </span> </button> <span class="pointer-events-none absolute -bottom-3 left-1/2 z-0 h-6 w-44 -translate-x-1/2 rounded-full opacity-0 transition-opacity duration-300 ease-out group-hover:opacity-100" style=" background: radial-gradient( 60% 100% at 50% 50%, rgba(0, 135, 81, 0.55), rgba(0, 135, 81, 0.28) 35%, transparent 70% ); filter: blur(10px) saturate(120%); " ></span> </div> </div> <!-- Trust Stats --> <div class="mt-14 grid grid-cols-2 md:grid-cols-4 gap-8 md:gap-16 opacity-0 translate-y-4 blur-sm animate-[slideInBlur_0.8s_ease-out_1.6s_forwards] text-zinc-500" > <div class="text-center"> <div class="text-2xl font-semibold text-white tracking-tight"> 50k+ </div> <div class="text-[10px] uppercase tracking-widest mt-1"> Radio Spins </div> </div> <div class="text-center"> <div class="text-2xl font-semibold text-white tracking-tight"> 200+ </div> <div class="text-[10px] uppercase tracking-widest mt-1"> Artists Promoted </div> </div> <div class="text-center"> <div class="text-2xl font-semibold text-white tracking-tight"> 15+ </div> <div class="text-[10px] uppercase tracking-widest mt-1"> Radio Partners </div> </div> <div class="text-center"> <div class="text-2xl font-semibold text-white tracking-tight"> 2021 </div> <div class="text-[10px] uppercase tracking-widest mt-1"> Established </div> </div> </div> </div> </section> </main> <!-- Services Section --> <section id="services" class="w-full max-w-7xl mx-auto px-6 py-1"> <div class="flex mb-12 items-center justify-center scroll-fade"> <span class="inline-flex items-center gap-2 text-[11px] uppercase tracking-wide border rounded-full px-3 py-1 text-zinc-400 bg-white/5 border-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-white" > <path d="M9 18V5l12-2v13"></path> <circle cx="6" cy="18" r="3"></circle> <circle cx="18" cy="16" r="3"></circle> </svg> Our Services </span> </div> <div class="max-w-3xl scroll-fade scroll-fade-delay text-center mx-auto"> <h2 class="text-4xl md:text-5xl font-semibold tracking-tight text-white" > Everything Your Music <span class="bg-clip-text text-transparent bg-gradient-to-r from-green-200 via-white to-green-400 italic font-['Playfair_Display']" >Needs to Gain Real Traction</span > </h2> <p class="md:text-lg text-zinc-400 mt-4 leading-relaxed"> From radio airplay to playlist placements and artist development, we handle every aspect of your music promotion. </p> </div> <div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-6"> <!-- Service Card: Radio Promotion --> <article class="relative overflow-hidden rounded-2xl ring-1 p-6 bg-white/5 ring-white/10 hover:bg-white/[0.08] transition-all group scroll-fade" > <div class="h-10 w-10 bg-zinc-800 rounded-lg flex items-center justify-center text-white mb-4 ring-1 ring-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <circle cx="12" cy="12" r="2"></circle> <path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14" ></path> </svg> </div> <h3 class="text-lg font-semibold text-white mb-2">Radio Airplay</h3> <p class="text-sm text-zinc-400 leading-relaxed"> Get your tracks on 20+ major Nigerian radio stations including SoundCity, Cool FM, Bounce Radio, Naija Info, Radio Now, etc </p> </article> <!-- Service Card: Playlist Placement --> <article class="relative overflow-hidden rounded-2xl ring-1 p-6 bg-white/5 ring-white/10 hover:bg-white/[0.08] transition-all group scroll-fade scroll-fade-delay" > <div class="h-10 w-10 bg-zinc-800 rounded-lg flex items-center justify-center text-white mb-4 ring-1 ring-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M9 18V5l12-2v13"></path> <circle cx="6" cy="18" r="3"></circle> <circle cx="18" cy="16" r="3"></circle> </svg> </div> <h3 class="text-lg font-semibold text-white mb-2"> Playlist Additions </h3> <p class="text-sm text-zinc-400 leading-relaxed"> Secure placements on our curated playlists across Spotify, Apple Music, Audiomack, and Boomplay with a combined reach of 100k+ followers. </p> </article> <!-- Service Card: Media Coverage --> <article class="relative overflow-hidden rounded-2xl ring-1 p-6 bg-white/5 ring-white/10 hover:bg-white/[0.08] transition-all group scroll-fade scroll-fade-delay-2" > <div class="h-10 w-10 bg-zinc-800 rounded-lg flex items-center justify-center text-white mb-4 ring-1 ring-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect> <line x1="8" y1="21" x2="16" y2="21"></line> <line x1="12" y1="17" x2="12" y2="21"></line> </svg> </div> <h3 class="text-lg font-semibold text-white mb-2">Media Coverage</h3> <p class="text-sm text-zinc-400 leading-relaxed"> Feature placements on NotJustOk, Native Mag, Pulse Nigeria, and 10+ other leading music blogs and entertainment platforms. </p> </article> <!-- Service Card: A&R Development --> <article class="relative overflow-hidden rounded-2xl ring-1 p-6 bg-white/5 ring-white/10 hover:bg-white/[0.08] transition-all group scroll-fade" > <div class="h-10 w-10 bg-zinc-800 rounded-lg flex items-center justify-center text-white mb-4 ring-1 ring-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M9 18V5l12-2v13"></path> <path d="M9 9l12-2"></path> <circle cx="6" cy="18" r="3"></circle> <circle cx="18" cy="16" r="3"></circle> </svg> </div> <h3 class="text-lg font-semibold text-white mb-2"> Sound Development </h3> <p class="text-sm text-zinc-400 leading-relaxed"> Professional A&R guidance to refine your sound, select the right singles, and position your brand for maximum impact in the Nigerian music scene. </p> </article> <!-- Service Card: Strategy --> <article class="relative overflow-hidden rounded-2xl ring-1 p-6 bg-white/5 ring-white/10 hover:bg-white/[0.08] transition-all group scroll-fade scroll-fade-delay" > <div class="h-10 w-10 bg-zinc-800 rounded-lg flex items-center justify-center text-white mb-4 ring-1 ring-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline> </svg> </div> <h3 class="text-lg font-semibold text-white mb-2"> Release Strategy </h3> <p class="text-sm text-zinc-400 leading-relaxed"> Data-driven release planning including timing, rollout campaigns, and multi-platform coordination to maximize your single or album launch. </p> </article> <!-- Service Card: Industry Connect --> <article class="relative overflow-hidden rounded-2xl ring-1 p-6 bg-white/5 ring-white/10 hover:bg-white/[0.08] transition-all group scroll-fade scroll-fade-delay-2" > <div class="h-10 w-10 bg-zinc-800 rounded-lg flex items-center justify-center text-white mb-4 ring-1 ring-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path> <circle cx="9" cy="7" r="4"></circle> <path d="M23 21v-2a4 4 0 0 0-3-3.87"></path> <path d="M16 3.13a4 4 0 0 1 0 7.75"></path> </svg> </div> <h3 class="text-lg font-semibold text-white mb-2"> Record Label Connections </h3> <p class="text-sm text-zinc-400 leading-relaxed"> Get Positioned for Real Label Opportunities. We do not promise deals. We build artists that labels want to talk to. We help position you for label conversations. </p> </article> </div> </section> <!-- Success Stories Section --> <section id="success" class="w-full max-w-7xl mx-auto px-6 py-20"> <div class="flex items-center justify-center scroll-fade"> <span class="inline-flex items-center gap-2 text-[11px] uppercase tracking-wide border rounded-full px-3 py-1 text-zinc-400 bg-white/5 border-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-white" > <polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline> <polyline points="17 6 23 6 23 12"></polyline> </svg> Proven Results </span> </div> <div class="max-w-3xl text-center mt-6 mx-auto scroll-fade scroll-fade-delay" > <h2 class="text-4xl md:text-5xl font-semibold tracking-tight text-white" > Real Artists. Real <span class="bg-clip-text text-transparent bg-gradient-to-r from-green-200 via-white to-green-400 italic font-['Playfair_Display']" >Results.</span > </h2> </div> <!-- Stacked Testimonial Cards --> <div class="relative group mt-16 scroll-fade scroll-fade-delay-2 max-w-4xl mx-auto" > <!-- Back layers --> <div class="pointer-events-none absolute inset-x-6 -top-12 h-64 border border-white/5 bg-zinc-900/40 rounded-3xl opacity-40 scale-95 blur-[1px]" ></div> <div class="pointer-events-none absolute inset-x-3 -top-6 h-64 border border-white/5 bg-zinc-900/60 rounded-3xl opacity-70 scale-[0.98]" ></div> <!-- Front card --> <div class="relative z-10 bg-zinc-900/80 border-white/10 border ring-white/10 ring-1 rounded-3xl backdrop-blur-xl p-3 sm:p-8 md:p-12" > <div class="text-center mb-8"> <h2 class="text-2xl md:text-3xl font-bold text-white mb-2"> A&R Sound Development </h2> <p class="text-zinc-300">Albums & Songs we've worked on</p> </div> <div class="flex flex-col md:flex-row gap-8 justify-center"> <!-- First Spotify Embed --> <div class="w-full md:w-1/2"> <iframe src="https://open.spotify.com/embed/album/0i01dkt7GePW0pPtjQPT8I?utm_source=generator&theme=0" width="100%" height="352" frameborder="0" allowfullscreen="" allow=" autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture; " loading="lazy" class="rounded-2xl shadow-2xl" ></iframe> <!-- Optional: Direct link --> <div class="mt-6 text-center"> <a href="https://open.spotify.com/album/0i01dkt7GePW0pPtjQPT8I" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-2 text-sm text-zinc-300 hover:text-white transition-colors" > <span>Open in Spotify</span> <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"> <path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.601-1.559.3z" /> </svg> </a> </div> </div> <!-- Second Spotify Embed --> <div class="w-full md:w-1/2"> <iframe src="https://open.spotify.com/embed/album/4ZLRIpsemgeO5IswbRgqrt?utm_source=generator&theme=0" width="100%" height="352" frameborder="0" allowfullscreen="" allow=" autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture; " loading="lazy" class="rounded-2xl shadow-2xl" ></iframe> <!-- Optional: Direct link --> <div class="mt-6 text-center"> <a href="https://open.spotify.com/album/4ZLRIpsemgeO5IswbRgqrt" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-2 text-sm text-zinc-300 hover:text-white transition-colors" > <span>Open in Spotify</span> <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"> <path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.601-1.559.3z" /> </svg> </a> </div> </div> </div> </div> </div> <!-- Success Metrics Grid --> <div class="relative scroll-fade text-center mt-24"> <h2 class="md:text-4xl text-4xl font-semibold text-white tracking-tight" > Our Reach in <span class="bg-clip-text text-transparent bg-gradient-to-r from-green-200 via-white to-green-400 italic font-['Playfair_Display']" >Numbers</span > </h2> <p class="mt-2 text-lg text-zinc-400 max-w-2xl mx-auto"> Get Your Music in Front of over 100,000 of Active Listeners </p> </div> <div class="mt-8 grid grid-cols-1 md:grid-cols-3 gap-6 scroll-fade scroll-fade-delay-3" > <!-- Stat 1: Playlist Stats --> <div class="relative overflow-hidden rounded-2xl ring-1 p-3 sm:p-8 md:p-12 bg-gradient-to-br from-zinc-800 to-zinc-900 ring-white/10 flex flex-col" > <div class="text-4xl font-bold text-white tracking-tight mb-2"> 30k+ </div> <p class="text-sm text-zinc-400 mb-3"> Growing saves, over 100k+ combined hours of listens </p> <h4 class="text-lg font-semibold text-white mb-2"> Get featured on our playlists </h4> <!-- Spotify Playlist Embed --> <div class="mb-4"> <div class="rounded-2xl overflow-hidden bg-zinc-900/80 border border-white/10 shadow-lg" > <iframe src="https://open.spotify.com/embed/playlist/5fiwnGKirZNSUf61aBhe0e?utm_source=generator&theme=0" width="100%" height="152" frameborder="0" allowfullscreen="" allow=" autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture; " loading="lazy" class="spotify-embed" ></iframe> </div> </div> <div class="mt-auto pt-4"> <a href="https://docs.google.com/forms/d/e/1FAIpQLSdC44p2p5bRUdtPAIaGC2DxXSu3B88Ec2TYP0Igw14a37AAjg/viewform" class="inline-block px-4 py-2 text-sm font-medium bg-green-600 hover:bg-green-700 text-white rounded-lg transition-colors w-full text-center" target="_blank" rel="noopener noreferrer" > Place Your Song </a> </div> </div> <!-- Stat 2: Website & Newsletter Stats --> <div class="relative overflow-hidden rounded-2xl ring-1 p-3 sm:p-8 md:p-12 bg-gradient-to-br from-zinc-800 to-zinc-900 ring-white/10 flex flex-col" > <div class="text-4xl font-bold text-white tracking-tight mb-2"> 50k+ </div> <p class="text-sm text-zinc-400 mb-3"> Organic Clicks, Over 1k newsletter subscribers </p> <h4 class="text-lg font-semibold text-white mb-3"> Get published on our website & newsletter </h4> <div class="mb-4"> <div class="flex items-center gap-2 mb-2"> <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> <polyline points="22 4 12 14.01 9 11.01"></polyline> </svg> <span class="text-sm text-zinc-300" >Featured artist spotlights</span > </div> <div class="flex items-center gap-2 mb-2"> <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> <polyline points="22 4 12 14.01 9 11.01"></polyline> </svg> <span class="text-sm text-zinc-300" >Weekly music industry insights</span > </div> <div class="flex items-center gap-2"> <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> <polyline points="22 4 12 14.01 9 11.01"></polyline> </svg> <span class="text-sm text-zinc-300" >Exclusive promotion opportunities</span > </div> </div> <div class="mt-auto pt-4"> <a href="https://docs.google.com/forms/d/e/1FAIpQLSfCbfHr5JVpkgW9tFbLrT3AINN6OK7NNokbuyRqzNicT1_lXw/viewform?usp=header" class="inline-block px-4 py-2 text-sm font-medium bg-green-600 hover:bg-green-700 text-white rounded-lg transition-colors w-full text-center" target="_blank" rel="noopener noreferrer" > Get Started </a> </div> </div> <!-- Stat 3: Social Media Stats --> <div class="relative overflow-hidden rounded-2xl ring-1 p-3 sm:p-8 md:p-12 bg-gradient-to-br from-zinc-800 to-zinc-900 ring-white/10 flex flex-col" > <div class="text-4xl font-bold text-white tracking-tight mb-2"> 10M+ </div> <p class="text-sm text-zinc-400 mb-3"> Views/Impressions, 30k+ Followers </p> <h4 class="text-lg font-semibold text-white mb-4"> Get featured across our socials </h4> <div class="grid grid-cols-2 gap-3 mb-4"> <!-- TikTok --> <a href="https://www.tiktok.com/@thescoove.africa" target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 p-2 bg-black/30 rounded-lg hover:bg-black/50 transition-colors" > <div class="w-8 h-8 flex items-center justify-center"> <svg viewBox="0 0 24 24" class="w-6 h-6"> <path fill="#25F4EE" d="M19.589 6.686a4.793 4.793 0 0 1-3.77-4.245V2h-3.445v13.672a2.896 2.896 0 0 1-5.201 1.743l-.002-.001.002.001a2.895 2.895 0 0 1 3.183-4.51v-3.5a6.329 6.329 0 0 0-5.394 10.692 6.33 6.33 0 0 0 10.857-4.424V8.687a8.182 8.182 0 0 0 4.773 1.526V6.79a4.831 4.831 0 0 1-1.003-.104z" /> </svg> </div> <span class="text-sm text-zinc-300">TikTok</span> </a> <!-- X --> <a href="https://twitter.com/thescoove.africa" target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 p-2 bg-black/30 rounded-lg hover:bg-black/50 transition-colors" > <div class="w-8 h-8 bg-black rounded-full flex items-center justify-center" > <span class="text-xs font-bold text-white">X</span> </div> <span class="text-sm text-zinc-300">X</span> </a> <!-- Instagram --> <a href="https://www.instagram.com/thescoove.africa" target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 p-2 bg-black/30 rounded-lg hover:bg-black/50 transition-colors" > <div class="w-8 h-8 flex items-center justify-center"> <svg viewBox="0 0 24 24" class="w-6 h-6"> <path fill="#E1306C" d="M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772 4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm6.5-.25a1.25 1.25 0 0 0-2.5 0 1.25 1.25 0 0 0 2.5 0zM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" /> </svg> </div> <span class="text-sm text-zinc-300">Instagram</span> </a> <!-- YouTube --> <a href="https://www.youtube.com/@thescoove.africa" target="_blank" rel="noopener noreferrer" class="flex items-center gap-2 p-2 bg-black/30 rounded-lg hover:bg-black/50 transition-colors" > <div class="w-8 h-8 bg-red-600 rounded-full flex items-center justify-center" > <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="currentColor" > <path d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z" /> </svg> </div> <span class="text-sm text-zinc-300">YouTube</span> </a> </div> <div class="mt-auto pt-4"> <a href="#contact" class="inline-block px-4 py-2 text-sm font-medium bg-green-600 hover:bg-green-700 text-white rounded-lg transition-colors w-full text-center" > Get Featured </a> </div> </div> </div> </section> <!-- How It Works Section --> <section id="process" class="w-full max-w-7xl mx-auto px-6 py-20"> <div class="flex items-center justify-center scroll-fade"> <span class="inline-flex items-center gap-2 text-[11px] uppercase tracking-wide border rounded-full px-3 py-1 text-zinc-400 bg-white/5 border-white/10" > <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-white" > <circle cx="12" cy="12" r="10"></circle> <polyline points="12 6 12 12 16 14"></polyline> </svg> Our Process </span> </div> <div class="max-w-3xl text-center mx-auto mt-6 mb-16 scroll-fade scroll-fade-delay" > <h2 class="text-4xl md:text-5xl font-semibold tracking-tight text-white" > A Simple, Transparent A&R Process Built for <span class="bg-clip-text text-transparent bg-gradient-to-r from-green-200 via-white to-green-400 italic font-['Playfair_Display']" >Nigerian Artists</span > </h2> </div> <div class="grid gap-8 lg:grid-cols-3 scroll-fade scroll-fade-delay-2"> <!-- Step 1 --> <div class="relative w-full h-fit overflow-hidden bg-gradient-to-r from-white/10 to-white/5 rounded-[1.5em] border border-white/10 hover:border-white/20 transition-all duration-300 p-3 sm:p-8 md:p-12" > <div class="inline-flex items-center justify-center h-12 w-12 rounded-full bg-green-500/10 text-green-400 font-bold text-lg mb-6 ring-1 ring-green-500/20" > 1 </div> <a href="https://docs.google.com/forms/d/e/1FAIpQLSfCbfHr5JVpkgW9tFbLrT3AINN6OK7NNokbuyRqzNicT1_lXw/viewform?usp=header" target="_blank" class="inline-block hover:opacity-90 transition-opacity" > <h3 class="text-xl font-semibold tracking-tight text-white mb-3"> Submit Your Music </h3> </a> <p class="text-sm text-zinc-400 leading-relaxed mb-6"> Send us your track via our online form. We review within 24 hours and provide feedback on readiness for promotion. </p> <div class="space-y-2 text-sm text-zinc-500"> <div class="flex items-center gap-2"> <svg class="h-4 w-4 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <polyline points="20 6 9 17 4 12"></polyline> </svg> <span>24-hour response time</span> </div> <div class="flex items-center gap-2"> <svg class="h-4 w-4 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <polyline points="20 6 9 17 4 12"></polyline> </svg> <span>Professional A&R feedback</span> </div> </div> </div> <!-- Step 2 --> <div class="relative w-full h-fit overflow-hidden bg-gradient-to-br from-zinc-800 to-zinc-900 rounded-[1.5em] border border-white/20 shadow-[0_0_30px_-5px_rgba(0,135,81,0.2)] ring-1 ring-white/10 p-3 sm:p-8 md:p-12" > <div class="inline-flex items-center justify-center h-12 w-12 rounded-full bg-green-500/10 text-green-400 font-bold text-lg mb-6 ring-1 ring-green-500/20" > 2 </div> <h3 class="text-xl font-semibold tracking-tight text-white mb-3"> Campaign Strategy </h3> <p class="text-sm text-zinc-400 leading-relaxed mb-6"> We create a custom promotion strategy targeting the right radio stations, playlists, and media outlets for your genre and audience. </p> <div class="space-y-2 text-sm text-zinc-500"> <div class="flex items-center gap-2"> <svg class="h-4 w-4 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <polyline points="20 6 9 17 4 12"></polyline> </svg> <span>Genre-specific targeting</span> </div> <div class="flex items-center gap-2"> <svg class="h-4 w-4 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <polyline points="20 6 9 17 4 12"></polyline> </svg> <span>Multi-platform coordination</span> </div> </div> </div> <!-- Step 3 --> <div class="relative w-full h-fit overflow-hidden bg-gradient-to-r from-white/10 to-white/5 rounded-[1.5em] border border-white/10 hover:border-white/20 transition-all duration-300 p-3 sm:p-8 md:p-12" > <div class="inline-flex items-center justify-center h-12 w-12 rounded-full bg-green-500/10 text-green-400 font-bold text-lg mb-6 ring-1 ring-green-500/20" > 3 </div> <h3 class="text-xl font-semibold tracking-tight text-white mb-3"> Launch & Track </h3> <p class="text-sm text-zinc-400 leading-relaxed mb-6"> Campaign goes live. You receive weekly reports with airplay data, playlist adds, media features, and streaming growth. </p> <div class="space-y-2 text-sm text-zinc-500"> <div class="flex items-center gap-2"> <svg class="h-4 w-4 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <polyline points="20 6 9 17 4 12"></polyline> </svg> <span>Weekly performance reports</span> </div> <div class="flex items-center gap-2"> <svg class="h-4 w-4 text-green-500" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" > <polyline points="20 6 9 17 4 12"></polyline> </svg> <span>Real-time campaign tracking</span> </div> </div> </div> </div> <!-- CTA Button with Glow --> <div class="pt-8 pb-8 flex justify-center"> <div class="relative inline-block group"> <button onclick=" window.open( 'https://docs.google.com/forms/d/e/1FAIpQLSfCbfHr5JVpkgW9tFbLrT3AINN6OK7NNokbuyRqzNicT1_lXw/viewform?usp=header', '_blank', ) " class="animate-[slideInBlur_0.8s_ease-out_1.2s_forwards] relative z-10 overflow-hidden shadow-[inset_0_1px_0_rgba(255,255,255,0.1)] transition-transform duration-150 ease-out active:scale-[0.98] text-zinc-950 bg-white border-white border rounded-full px-8 py-4" style="--x: 50%; --y: 50%; --o: 0" onmousemove="btnMove(event)" onmouseenter="this.style.setProperty('--o', '1')" onmouseleave="this.style.setProperty('--o', '0')" > <span class="relative z-10 inline-flex items-center gap-2 font-semibold" > Launch your Campaign <svg class="h-4 w-4 transition-transform duration-200 ease-out group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" > <path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M13 5l7 7-7 7" ></path> </svg> </span> </button> <span class="pointer-events-none absolute -bottom-3 left-1/2 z-0 h-6 w-44 -translate-x-1/2 rounded-full opacity-0 transition-opacity duration-300 ease-out group-hover:opacity-100" style=" background: radial-gradient( 60% 100% at 50% 50%, rgba(0, 135, 81, 0.55), rgba(0, 135, 81, 0.28) 35%, transparent 70% ); filter: blur(10px) saturate(120%); " ></span> </div> </div> <!-- FAQ Accordion --> <div class="mt-20 max-w-3xl mx-auto"> <h3 class="text-2xl font-semibold text-white text-center mb-8 scroll-fade" > Common Questions </h3> <div class="scroll-fade scroll-fade-delay space-y-4"> <div class="faq-item rounded-xl border border-white/10 bg-white/5 hover:bg-white/10 transition" > <button type="button" class="w-full flex gap-4 focus:outline-none text-left p-4 items-center justify-between" data-faq-toggle > <span class="text-sm font-medium text-zinc-200" >How long does a campaign take?</span > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="transition-transform duration-300 text-zinc-400" data-lucide="chevron-down" > <polyline points="6 9 12 15 18 9"></polyline> </svg> </button> <div class="faq-content overflow-hidden transition-all duration-300 text-sm text-zinc-400 px-4" style="max-height: 0px" > <div class="pb-6 pt-2"> Standard campaigns run between 1 to 3 months. You can choose to extend the duration based on your goals. Radio placements typically begin within 7 to 10 days, while playlist additions start immediately and continue throughout the campaign. </div> </div> </div> <div class="faq-item rounded-xl border border-white/10 bg-white/5 hover:bg-white/10 transition" > <button type="button" class="w-full flex gap-4 focus:outline-none text-left p-4 items-center justify-between" data-faq-toggle > <span class="text-sm font-medium text-zinc-200" >Does The Scoove Africa work with new artists?</span > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="transition-transform duration-300 text-zinc-400" data-lucide="chevron-down" > <polyline points="6 9 12 15 18 9"></polyline> </svg> </button> <div class="faq-content overflow-hidden transition-all duration-300 text-sm text-zinc-400 px-4" style="max-height: 0px" > <div class="pb-6 pt-2"> Yes! We work with artists at all stages. If your music is still in production, we help you refine it. If your music is professionally recorded and ready for promotion, we can help you reach the right audience. </div> </div> </div> <div class="faq-item rounded-xl border border-white/10 bg-white/5 hover:bg-white/10 transition" > <button type="button" class="w-full flex gap-4 focus:outline-none text-left p-4 items-center justify-between" data-faq-toggle > <span class="text-sm font-medium text-zinc-200" >What genres does The Scoove Africa promote?</span > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="transition-transform duration-300 text-zinc-400" data-lucide="chevron-down" > <polyline points="6 9 12 15 18 9"></polyline> </svg> </button> <div class="faq-content overflow-hidden transition-all duration-300 text-sm text-zinc-400 px-4" style="max-height: 0px" > <div class="pb-6 pt-2"> We specialize in Afrobeats, Afropop, Hip-Hop, R&B, and Amapiano. We have established relationships with stations and curators across all these genres. </div> </div> </div> <div class="faq-item rounded-xl border border-white/10 bg-white/5 hover:bg-white/10 transition" > <button type="button" class="w-full flex gap-4 focus:outline-none text-left p-4 items-center justify-between" data-faq-toggle > <span class="text-sm font-medium text-zinc-200" >How Much Does The Scoove Africa Charge for Radio Plays?</span > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="transition-transform duration-300 text-zinc-400" data-lucide="chevron-down" > <polyline points="6 9 12 15 18 9"></polyline> </svg> </button> <div class="faq-content overflow-hidden transition-all duration-300 text-sm text-zinc-400 px-4" style="max-height: 0px" > <div class="pb-6 pt-2"> Our rates for radio plays are custom. Artists have different budgets and needs. For placements on radio stations, you can decide to choose the peak/rush hour or a more affordable option like noon placements. It all depends on your budget. </div> </div> </div> <div class="faq-item rounded-xl border border-white/10 bg-white/5 hover:bg-white/10 transition" > <button type="button" class="w-full flex gap-4 focus:outline-none text-left p-4 items-center justify-between" data-faq-toggle > <span class="text-sm font-medium text-zinc-200" >How Much Does The Scoove Africa Charge for Playlist Placements?</span > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="transition-transform duration-300 text-zinc-400" data-lucide="chevron-down" > <polyline points="6 9 12 15 18 9"></polyline> </svg> </button> <div class="faq-content overflow-hidden transition-all duration-300 text-sm text-zinc-400 px-4" style="max-height: 0px" > <div class="pb-6 pt-2"> Submit your track for review and let us know how many weeks you want it placed. Once approved, we will send you our rate card based on your selected placement duration. Approved songs are placed immediately. </div> <a href="https://the-scoove-africa-ar-ele-77bb3fj.gamma.site/" class="px-0 py-1 rounded-full text-sm font-medium text-blue-400 mb-16" target="_blank" rel="noopener noreferrer" >Click here to view our rate card for more details</a > </div> </div> <div class="faq-item rounded-xl border border-white/10 bg-white/5 hover:bg-white/10 transition" > <button type="button" class="w-full flex gap-4 focus:outline-none text-left p-4 items-center justify-between" data-faq-toggle > <span class="text-sm font-medium text-zinc-200" >How can I contact The Scoove Africa?</span > <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="transition-transform duration-300 text-zinc-400" data-lucide="chevron-down" > <polyline points="6 9 12 15 18 9"></polyline> </svg> </button> <div class="faq-content overflow-hidden transition-all duration-300 text-sm text-zinc-400 px-4" style="max-height: 0px" > <div class="pb-6 pt-2"> Send us an email at <a href="mailto:hello@thescoove.africa" class="text-green-600 underline hover:text-green-700" > hello@thescoove.africa </a> or a WhatsApp message at: <a href="https://wa.me/2349131294201?text=Hello%20Scoove%2C%20I%20would%20like%20to%20make%20an%20enquiry" target="_blank" rel="noopener noreferrer" class="text-green-600 underline hover:text-green-700" > 09131294201 </a> </div> </div> </div> </div> </div> </section> <!-- Final CTA Section --> <section id="contact" class="w-full max-w-7xl mx-auto px-6 py-20 mb-20"> <div class="relative scroll-fade text-center"> <h2 class="md:text-6xl text-4xl font-semibold text-white tracking-tight" > Ready to Get Your Music <br /> on <span class="bg-clip-text text-transparent bg-gradient-to-r from-green-200 via-white to-green-400 italic font-['Playfair_Display']" >Nigeria's Airwaves?</span > </h2> <p class="mt-6 text-lg text-zinc-400 max-w-2xl mx-auto"> Submit your track today. We'll review it within 24 hours and create a custom promotion strategy for your sound. </p> <div class="mt-10"> <button onclick=" window.open( 'https://docs.google.com/forms/d/e/1FAIpQLSfCbfHr5JVpkgW9tFbLrT3AINN6OK7NNokbuyRqzNicT1_lXw/viewform?usp=header', '_blank', ) " class="relative z-10 overflow-hidden shadow-[inset_0_1px_0_rgba(255,255,255,0.1)] transition-transform duration-150 ease-out active:scale-[0.98] text-zinc-950 bg-white border-white/20 border rounded-full px-10 py-4 font-semibold text-lg hover:bg-zinc-200" > Submit Your Track </button> </div> <div class="mt-8 flex items-center justify-center gap-6 text-zinc-500 text-sm" > <span>24-Hour Review</span> <span class="h-1 w-1 rounded-full bg-zinc-700"></span> <span>No Upfront Payment</span> <span class="h-1 w-1 rounded-full bg-zinc-700"></span> <span>Free Consultation</span> </div> </div> </section> <!-- Footer --> <footer class="border-t border-white/10 bg-black pt-16 pb-8"> <div class="max-w-7xl mx-auto px-6"> <div class="flex flex-col md:flex-row justify-between items-start gap-12 mb-16" > <div> <h4 class="text-white text-lg font-semibold tracking-tighter uppercase mb-6" > The Scoove Africa </h4> <div class="space-y-2 text-sm text-zinc-500"> <p>Professional A&R Services</p> <p>Lagos, Nigeria</p> <p>09131294201</p> <p> <a href="mailto:hello@thescoove.africa" class="hover:text-white transition-colors" >hello@thescoove.africa</a > </p> </div> </div> <div class="grid grid-cols-2 gap-12 text-sm text-zinc-500"> <div class="space-y-3"> <a href="https://the-scoove-africa-ar-ele-77bb3fj.gamma.site/" class="block hover:text-white transition-colors" target="_blank" rel="noopener noreferrer" >Rate Card</a > <a href="#services" class="block hover:text-white transition-colors" >Services</a > <a href="#success" class="block hover:text-white transition-colors" >Success Stories</a > <a href="#process" class="block hover:text-white transition-colors" >How It Works</a > </div> <div class="space-y-3"> <a href="https://www.instagram.com/thescoove.africa" target="_blank" rel="noopener noreferrer" class="block hover:text-white transition-colors" >Instagram</a > <a href="https://x.com/thescooveafrica?lang=en" target="_blank" rel="noopener noreferrer" class="block hover:text-white transition-colors" >Twitter</a > <a href="https://www.tiktok.com/@thescooveafrica" target="_blank" rel="noopener noreferrer" class="block hover:text-white transition-colors" >TikTok</a > <a href="https://www.youtube.com/channel/UCwmuDd4XmsiCjiJT8-3xsow" target="_blank" rel="noopener noreferrer" class="block hover:text-white transition-colors" >YouTube</a > </div> </div> </div> <div class="border-t border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center gap-4 text-xs text-zinc-600" > <p>© 2026 The Scoove Africa. All rights reserved.</p> <p>Connecting Nigerian artists with the industry since 2021.</p> </div> </div> </footer> <!-- JavaScript --> <script> // Button hover effect with mouse tracking function btnMove(e) { const r = e.currentTarget.getBoundingClientRect(); e.currentTarget.style.setProperty("--x", e.clientX - r.left + "px"); e.currentTarget.style.setProperty("--y", e.clientY - r.top + "px"); } // Mobile menu functionality function toggleMobileMenu() { const menu = document.getElementById("mobile-menu"); const button = document.getElementById("mobile-menu-button"); menu.classList.toggle("active"); button.classList.toggle("active"); // Prevent body scroll when menu is open if (menu.classList.contains("active")) { document.body.style.overflow = "hidden"; } else { document.body.style.overflow = ""; } } function closeMobileMenu() { const menu = document.getElementById("mobile-menu"); const button = document.getElementById("mobile-menu-button"); menu.classList.remove("active"); button.classList.remove("active"); document.body.style.overflow = ""; } // Initialize mobile menu button document.addEventListener("DOMContentLoaded", () => { const mobileMenuButton = document.getElementById("mobile-menu-button"); if (mobileMenuButton) { mobileMenuButton.addEventListener("click", toggleMobileMenu); } // Close mobile menu when clicking outside document.addEventListener("click", (e) => { const menu = document.getElementById("mobile-menu"); const button = document.getElementById("mobile-menu-button"); if ( menu && button && !menu.contains(e.target) && !button.contains(e.target) && menu.classList.contains("active") ) { closeMobileMenu(); } }); }); // Close mobile menu on escape key document.addEventListener("keydown", (e) => { if (e.key === "Escape") { closeMobileMenu(); } }); // Scroll reveal animations const observerOptions = { root: null, rootMargin: "0px 0px -50px 0px", threshold: 0.1, }; const observer = new IntersectionObserver((entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { entry.target.classList.add("visible"); observer.unobserve(entry.target); } }); }, observerOptions); // Initialize on DOM ready document.addEventListener("DOMContentLoaded", () => { // Check for elements already visible on load requestAnimationFrame(() => { document.querySelectorAll(".scroll-fade").forEach((el) => { const rect = el.getBoundingClientRect(); if (rect.top < window.innerHeight * 0.9 && rect.bottom > 0) { el.classList.add("visible"); } else { observer.observe(el); } }); }); // FAQ Accordion document.querySelectorAll("[data-faq-toggle]").forEach((button) => { button.addEventListener("click", () => { const faqItem = button.closest(".faq-item"); const content = faqItem.querySelector(".faq-content"); const icon = button.querySelector('[data-lucide="chevron-down"]'); const isOpen = content.style.maxHeight && content.style.maxHeight !== "0px"; // Close all other FAQ items document.querySelectorAll(".faq-item").forEach((item) => { const otherContent = item.querySelector(".faq-content"); const otherIcon = item.querySelector( '[data-lucide="chevron-down"]', ); if (item !== faqItem) { otherContent.style.maxHeight = "0px"; if (otherIcon) otherIcon.style.transform = "rotate(0deg)"; } }); // Toggle current item if (isOpen) { content.style.maxHeight = "0px"; if (icon) icon.style.transform = "rotate(0deg)"; } else { content.style.maxHeight = content.scrollHeight + "px"; if (icon) icon.style.transform = "rotate(180deg)"; } }); }); }); </script> <script id="dhws-dataInjector" src="/public/dhws-data-injector.js"></script> </body></html>