import React from 'react'; import { motion } from 'framer-motion'; const HeroSection = () => { return ( <section className="relative bg-black text-white min-h-[80vh] flex items-center justify-center px-6"> <div className="absolute inset-...
reactsnip.hashnode.dev1 min readNo responses yet.