Update src/app/chi-siamo/page.tsx

This commit is contained in:
2026-03-10 18:58:22 +00:00
parent 7bbd79405d
commit a8d172156e

View File

@@ -15,7 +15,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="compact"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -47,43 +47,24 @@ export default function AboutPage() {
imageAlt="Team Intercalor Gas"
imagePosition="left"
mediaAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "glowing-orb" }}
buttons={[
{
text: "☎ Chiama per Saperne di Più",
href: "tel:0331824814",
},
text: "☎ Chiama per Saperne di Più", href: "tel:0331824814"},
{
text: "📩 Richiedi Informazioni",
href: "#contact",
},
text: "📩 Richiedi Informazioni", href: "#contact"},
]}
buttonAnimation="slide-up"
testimonials={[
{
name: "Marco Rossi",
handle: "Propretario Casa",
testimonial: "Azienda seria e competente, intervento rapido e professionale.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up_176474-94354.jpg?_wi=3",
imageAlt: "Cliente soddisfatto",
},
name: "Marco Rossi", handle: "Propretario Casa", testimonial: "Azienda seria e competente, intervento rapido e professionale.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up_176474-94354.jpg", imageAlt: "Cliente soddisfatto"},
{
name: "Giuliana Bianchi",
handle: "Residente Castiglione",
testimonial: "Sempre intervenuti prontamente, tecnici molto bravi e affidabili.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=3",
imageAlt: "Cliente soddisfatto",
},
name: "Giuliana Bianchi", handle: "Residente Castiglione", testimonial: "Sempre intervenuti prontamente, tecnici molto bravi e affidabili.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Cliente soddisfatto"},
{
name: "Roberto Verdi",
handle: "Amministratore Condominio",
testimonial: "Bravi, puntuali e onesti. Consiglio vivamente per qualsiasi intervento.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg?_wi=3",
imageAlt: "Cliente soddisfatto",
},
name: "Roberto Verdi", handle: "Amministratore Condominio", testimonial: "Bravi, puntuali e onesti. Consiglio vivamente per qualsiasi intervento.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg", imageAlt: "Cliente soddisfatto"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -95,44 +76,20 @@ export default function AboutPage() {
<MetricCardSeven
metrics={[
{
id: "1",
value: "20+",
title: "Anni di Esperienza",
items: [
"Fondazione e crescita costante",
"Evoluzione tecnologica continua",
"Adattamento alle nuove normative",
],
id: "1", value: "20+", title: "Anni di Esperienza", items: [
"Fondazione e crescita costante", "Evoluzione tecnologica continua", "Adattamento alle nuove normative"],
},
{
id: "2",
value: "1000+",
title: "Clienti Soddisfatti",
items: [
"Famiglie nel territorio",
"Condomini gestiti",
"Aziende affidate a noi",
],
id: "2", value: "1000+", title: "Clienti Soddisfatti", items: [
"Famiglie nel territorio", "Condomini gestiti", "Aziende affidate a noi"],
},
{
id: "3",
value: "5000+",
title: "Interventi Completati",
items: [
"Installazioni perfezionate",
"Manutenzioni regolari",
"Emergenze risolte",
],
id: "3", value: "5000+", title: "Interventi Completati", items: [
"Installazioni perfezionate", "Manutenzioni regolari", "Emergenze risolte"],
},
{
id: "4",
value: "100%",
title: "Certificazioni",
items: [
"Autorizzazioni ministeriali",
"Conformità normativa totale",
"Garanzia legale e assicurativa",
],
id: "4", value: "100%", title: "Certificazioni", items: [
"Autorizzazioni ministeriali", "Conformità normativa totale", "Garanzia legale e assicurativa"],
},
]}
title="I Numeri che Parlano"
@@ -152,13 +109,9 @@ export default function AboutPage() {
<FooterLogoReveal
logoText="Intercalor Gas"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Termini di Servizio",
href: "#",
}}
text: "Termini di Servizio", href: "#"}}
ariaLabel="Site footer"
/>
</div>