diff --git a/frontend/src/app/contatti/page.tsx b/frontend/src/app/contatti/page.tsx index e794538..4c70183 100644 --- a/frontend/src/app/contatti/page.tsx +++ b/frontend/src/app/contatti/page.tsx @@ -10,7 +10,7 @@ export const metadata: Metadata = { export default function Contatti() { return ( -
+
{/* Hero Section - Priority render */}
@@ -20,7 +20,7 @@ export default function Contatti() {
-

+

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

@@ -42,7 +42,7 @@ export default function Contatti() { whatsapp

+39 338 245 1171 @@ -53,7 +53,7 @@ export default function Contatti() { email

info@cimaprogetti.it @@ -93,7 +93,7 @@ export default function Contatti() {
-

+

Nicola Leone Ciardi

@@ -111,7 +111,7 @@ export default function Contatti() { call - + +39 338 245 1178 @@ -122,7 +122,7 @@ export default function Contatti() { mail - + nicolaleone.ciardi@cimaprogetti.it @@ -134,7 +134,7 @@ export default function Contatti() {

-

+

Valentina Madaudo

@@ -152,7 +152,7 @@ export default function Contatti() { call - + +39 339 358 0805 @@ -163,7 +163,7 @@ export default function Contatti() { mail - + valentina.madaudo@cimaprogetti.it diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index a441cfa..b5531db 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -59,7 +59,7 @@ body { } .text-huge { - font-size: clamp(2.5rem, 8vw, 8rem); + font-size: clamp(2rem, 8vw, 8rem); line-height: 0.9; letter-spacing: -0.04em; } diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index 81ad3dd..d35aaf2 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -1,4 +1,4 @@ -import type { Metadata } from "next"; +import type { Metadata, Viewport } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; import Navbar from "@/components/Navbar"; @@ -9,6 +9,12 @@ const inter = Inter({ variable: "--font-inter", }); +export const viewport: Viewport = { + width: "device-width", + initialScale: 1, + viewportFit: "cover", +}; + export const metadata: Metadata = { title: "CiMa Progetti | Digital Architecture & Integration", description: @@ -64,7 +70,6 @@ export default function RootLayout({ /> {/* Optimize LCP by reducing render-blocking resources */} - diff --git a/frontend/src/components/sections/AboutSection.tsx b/frontend/src/components/sections/AboutSection.tsx index 4021567..a6b817d 100644 --- a/frontend/src/components/sections/AboutSection.tsx +++ b/frontend/src/components/sections/AboutSection.tsx @@ -57,7 +57,7 @@ export default function AboutSection() { {/* Content Overlay */}

Chi Siamo

-

+

CiMa Progetti unisce architettura e software engineering. Costruiamo sistemi digitali solidi e scalabili per aziende che non accettano compromessi. @@ -79,7 +79,7 @@ export default function AboutSection() {

Lavora con Noi diff --git a/frontend/src/components/sections/ApproccioSection.tsx b/frontend/src/components/sections/ApproccioSection.tsx index b640cff..ed086e0 100644 --- a/frontend/src/components/sections/ApproccioSection.tsx +++ b/frontend/src/components/sections/ApproccioSection.tsx @@ -46,14 +46,14 @@ export default function ApproccioSection() {

Tutto Collegato

-

+

Non software isolati, ma infrastrutture digitali portanti. Ogni componente dialoga con gli altri per creare un sistema unico, costruito attorno al vostro modo di lavorare.

Scopri i Servizi diff --git a/frontend/src/components/sections/BeforeAfterSection.tsx b/frontend/src/components/sections/BeforeAfterSection.tsx index 496ddd9..257c93c 100644 --- a/frontend/src/components/sections/BeforeAfterSection.tsx +++ b/frontend/src/components/sections/BeforeAfterSection.tsx @@ -129,7 +129,7 @@ export default function BeforeAfterSection() {
Trasforma il tuo Business diff --git a/frontend/src/components/sections/CtaSection.tsx b/frontend/src/components/sections/CtaSection.tsx index fc8b599..60c00e3 100644 --- a/frontend/src/components/sections/CtaSection.tsx +++ b/frontend/src/components/sections/CtaSection.tsx @@ -48,7 +48,7 @@ export default function CtaSection() { Contattaci diff --git a/frontend/src/components/sections/FilosofiaSection.tsx b/frontend/src/components/sections/FilosofiaSection.tsx index 60e045c..d437489 100644 --- a/frontend/src/components/sections/FilosofiaSection.tsx +++ b/frontend/src/components/sections/FilosofiaSection.tsx @@ -41,7 +41,7 @@ export default function FilosofiaSection() {

La nostra idea

-
+
“La forma segue la funzione. La struttura la rende duratura.”
@@ -51,7 +51,7 @@ export default function FilosofiaSection() {

Inizia il Progetto diff --git a/frontend/src/components/sections/HeroSection.tsx b/frontend/src/components/sections/HeroSection.tsx index 35a935b..7881e79 100644 --- a/frontend/src/components/sections/HeroSection.tsx +++ b/frontend/src/components/sections/HeroSection.tsx @@ -32,7 +32,7 @@ export default function HeroSection() {

La struttura digitale del tuo business. @@ -40,13 +40,13 @@ export default function HeroSection() {
Inizia il Progetto Scopri il Metodo diff --git a/frontend/src/components/sections/ServicesSection.tsx b/frontend/src/components/sections/ServicesSection.tsx index bc34649..072b2a7 100644 --- a/frontend/src/components/sections/ServicesSection.tsx +++ b/frontend/src/components/sections/ServicesSection.tsx @@ -100,11 +100,11 @@ export default function ServicesSection() { >
-

+

Cosa Facciamo

-

+

Soluzioni su misura per il vostro metodo di lavoro. Automazione, gestione dati e competenze umane in un unico flusso.

@@ -232,7 +232,7 @@ export default function ServicesSection() {