const Hero = () => { const { motion } = window.Motion; const { BlurText, ArrowUpRight, Play, SwissFlag, } = window; const fadeUp = (delay) => ({ initial: { filter: "blur(10px)", opacity: 0, y: 20 }, animate: { filter: "blur(0px)", opacity: 1, y: 0 }, transition: { duration: 0.8, ease: "easeOut", delay }, }); return (
{/* Badge */} New Swiss-engineered colour PPF {/* Headline */}
{/* Subheading */} OVERCUT is a coloured paint protection film built by car people, for car people. Swiss-engineered to install like vinyl, last three times longer, and self-heal in the sun. {/* CTAs */} Browse 300+ Colours Watch the Film {/* Stats */}
Longevity
3× Longer
Outlasts traditional vinyl wraps without yellowing.
Library
300+
Colours across gloss, satin, matte, candy, metallic & pearl.
Shipping
2–7 Days
Worldwide dispatch on every colour, every order.
{/* Footer chip */}
Engineered in Switzerland · Trusted by installers worldwide
); }; window.Hero = Hero;