import React from 'react'; import Link from 'next/link'; import './header.scss'; const Header = () => { const scrollToSection = (id: string) => { const element = document.getElementById(id); if (element) { element.scrollIntoView({ behavior: 'smooth' }); } }; return (

Transform Your Influence Into Income

Join the StrikeTech affiliate network and earn up to 15% commission for every sale you generate. Our cutting-edge tracking system ensures you get credit for every referral.

{ e.preventDefault(); scrollToSection('apply-section'); }}> Become an Affiliate Partner Login
15%
Commission Rate
90
Day Cookie
10k+
Active Affiliates
$1.2M
Monthly Payouts
); }; export default Header;