import { motion } from 'motion/react'; import { Zap, Facebook, Instagram } from 'lucide-react'; import PhoneMockup from './PhoneMockup'; import { siFacebook, siInstagram, siTiktok } from 'simple-icons'; const Hero = () => { return (
Life Unleashed

Every walk
becomes
an adventure.

Discover new trails that match your dog's needs, and turn everyday walks into real adventures.

Join the Waitlist
); }; export default Hero;