further improvements

This commit is contained in:
2026-04-09 18:13:32 +02:00
parent 8fdf2e47a2
commit ea7350518c
6 changed files with 45 additions and 25 deletions
+2
View File
@@ -2,6 +2,7 @@ import type { Metadata } from "next";
import Image from "next/image";
import { LazySection } from "@/components/LazySection";
import { Skeleton, SkeletonWave } from "@/components/Skeleton";
import MaterialSymbolsFont from "@/components/MaterialSymbolsFont";
export const metadata: Metadata = {
title: "Contatti | CiMa Progetti",
@@ -11,6 +12,7 @@ export const metadata: Metadata = {
export default function Contatti() {
return (
<div className="pt-24 sm:pt-32 pb-16 sm:pb-24 px-6 lg:px-8 max-w-7xl mx-auto overflow-x-hidden">
<MaterialSymbolsFont />
{/* Hero Section - Priority render */}
<section className="grid grid-cols-1 lg:grid-cols-12 mb-16 lg:mb-24">
<div className="col-span-12 md:col-span-8">