Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-04 20:39:11 +00:00

View File

@@ -143,7 +143,7 @@ export default function LandingPage() {
tag="IMPATTO REALE"
metrics={[
{
id: "m1", value: "150+", description: "Progetti consegnati"},
id: "m1", value: "150+", description: "Progetti completati con successo"},
{
id: "m2", value: "98%", description: "Clienti soddisfatti"},
{
@@ -184,7 +184,7 @@ export default function LandingPage() {
{
id: "4", name: "Anna Neri", date: "Ottobre 2024", title: "Imprenditrice", quote: "Servizio rapido e tecnologico.", tag: "Esperto", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-paying-with-nfc-device_23-2150689998.jpg?_wi=2", imageAlt: "professional business portrait"},
{
id: "5", name: "Paolo Gialli", date: "Settembre 2024", title: "Direttore creativo", quote: "Unici nel loro genere.", tag: "Creativo", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-drone-flying-sunset-ocean_1048-5824.jpg?_wi=2", imageAlt: "professional business portrait"},
id: "5", name: "Paolo Gialli", date: "Settembre 2024", title: "Direttore creativo", quote: "Unici nel loro genere.", tag: "Creativo", avatarSrc: "http://img.b2bpic.net/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-drone-flying-sunset-ocean_1048-5824.jpg?_wi=2", imageAlt: "professional business portrait"},
]}
title="Dicono di noi"
description="Aziende italiane che si affidano alla nostra creatività."
@@ -241,4 +241,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}