import styles from './hero-section.module.css' import { Button } from "@/components/ui/button" import { Badge } from "@/components/ui/badge" import { ArrowRight } from "lucide-react" import Image from "next/image" import { Animate } from "@/components/animations/animate" import Link from "next/link" import { Anton } from "next/font/google" const anton = Anton({weight: "400", subsets: ["latin"], }); export function HeroSection() { return (

Where Innovation Meets Impact

Forniamo servizi che ti permetteranno di concentrarti sul tuo business: al software ci pensiamo noi.

Immagine di copertina
) }