import Link from "next/link"; import MovingLogos from "./MovingLogos/page"; import { motion } from "framer-motion"; import { fadeIn, textVariant } from "src/utils/motion"; const Hero = () => { return (
"

SIMPLE AND SMOOTH OPERATION

"

A task and shift management solution for coffee shops that provides clear, trackable task management and monitoring of store operations.

Brands that trust us and use BRIZ for their managing.

); }; export default Hero;