import Image from 'next/image' import Link from 'next/link' import React from 'react' import { GoClock } from 'react-icons/go' import { PiCalendarCheck, PiInfo, PiMapPinLight } from 'react-icons/pi' const Hero = () => { return ( <>

Schedule meetings

for everyone

Set your availability and share your link.

Schedule.Me ensures you never get double booked!

Schedule.Me

S

Stand-up meeting

April 30th, 2024

30 minutes

Zoom

https://zoom.us

Select date & time

calendar
) } export default Hero