'use client'; import { motion } from 'framer-motion'; import Logo from './Logo'; export default function Hero() { return (
{/* Logo */} {/* Main heading */} Kit {/* Subtitle */} Your Creative Toolkit {/* Description */} A curated collection of creative and utility tools for developers and creators. Simple, powerful, and always at your fingertips. {/* Scroll indicator */} Explore Tools
); }