import type { Metadata } from "next"; import Image from "next/image"; import { LazySection } from "@/components/LazySection"; import { Skeleton, SkeletonWave } from "@/components/Skeleton"; export const metadata: Metadata = { title: "Contatti | CiMa Progetti", description: "Parliamo del tuo prossimo progetto digitale.", }; export default function Contatti() { return (
{/* Hero Section - Priority render */}

CONTATTI

Parliamo del tuo prossimo progetto. Nessun impegno, solo una conversazione.

{/* General Contacts - Lazy loaded */}

contatti

whatsapp

+39 338 245 1171

email

info@cimaprogetti.it
{/* Structural Visual Element */}
Concrete architecture geometric detail
{/* People Behind CiMa - Lazy loaded */}

people behind cima

{/* Nicola Leone Ciardi */}

Nicola Leone Ciardi

Co-Founder & CEO

Management and computer science.

{/* Valentina Madaudo */}

Valentina Madaudo

Co-Founder & CFO

Jr Engineer & economist for sustainable development.

); }