"use client"; import { motion } from "framer-motion"; import Link from "next/link"; import { ChevronDown } from "lucide-react"; export default function HeroVideo() { const scrollToContent = () => { const element = document.getElementById("main-content"); if (element) { element.scrollIntoView({ behavior: "smooth" }); } }; return (
{/* Video Background */}
{/* Gradient Overlay */}
{/* Fallback Background (shown when video isn't loaded) */}
{/* Content */}
{/* Social Proof Micro */}
{[1, 2, 3, 4, 5].map((star) => ( ))}
Loved by 50,000+ customers worldwide
{/* Main Heading - Outcome Focused */} Transform Your Hair & Skin
with 100% Natural Oils
{/* Subtitle - Expands on how */} Cold-pressed, organic oils handcrafted with love. No additives, no preservatives—just nature's purest goodness for your daily beauty ritual. {/* CTA Button - Action verb + value */} Transform My Hair & Skin Learn Our Story {/* Trust Indicators */}
30-Day Money Back
Free Shipping Over 3,000 RSD
Cruelty Free
{/* Scroll Indicator */}
); }