Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 10:47:39 +00:00
parent 4c5ac3d5c0
commit da2d35177d

View File

@@ -18,8 +18,7 @@ const navItems = [
const footerColumns = [
{
title: "Servizi / Services",
items: [
title: "Servizi / Services", items: [
{ label: "Riscaldamento / Heating", href: "services" },
{ label: "Idraulica / Plumbing", href: "services" },
{ label: "Manutenzione / Maintenance", href: "services" },
@@ -27,8 +26,7 @@ const footerColumns = [
],
},
{
title: "Azienda / Company",
items: [
title: "Azienda / Company", items: [
{ label: "Chi Siamo / About", href: "about" },
{ label: "Il Nostro Team / Our Team", href: "about" },
{ label: "Processo / Process", href: "process" },
@@ -36,8 +34,7 @@ const footerColumns = [
],
},
{
title: "Contatti / Contact",
items: [
title: "Contatti / Contact", items: [
{ label: "Contattaci / Contact Us", href: "contact" },
{ label: "Supporto 24/7 / Support", href: "contact" },
{ label: "Privacy Policy", href: "#" },
@@ -54,7 +51,7 @@ export default function ServicesPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -65,9 +62,7 @@ export default function ServicesPage() {
navItems={navItems}
brandName="Teknoclima srl"
button={{
text: "Richiedi Preventivo / Get Quote",
href: "#contact",
}}
text: "Richiedi Preventivo / Get Quote", href: "#contact"}}
/>
</div>
@@ -82,32 +77,16 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Impianti di Riscaldamento / Heating Systems",
description: "Installazione, manutenzione e riparazione di caldaie a gas, pompe di calore e sistemi di riscaldamento moderni. / Installation, maintenance, and repair of gas boilers, heat pumps, and modern heating systems.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=3",
imageAlt: "Modern heating system installation",
},
title: "Impianti di Riscaldamento / Heating Systems", description: "Installazione, manutenzione e riparazione di caldaie a gas, pompe di calore e sistemi di riscaldamento moderni. / Installation, maintenance, and repair of gas boilers, heat pumps, and modern heating systems.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Modern heating system installation"},
{
id: 2,
title: "Impianti Idraulici / Plumbing Systems",
description: "Progettazione e realizzazione di impianti idraulici residenziali e commerciali con materiali di qualità superiore. / Design and installation of residential and commercial plumbing systems with superior quality materials.",
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg?_wi=3",
imageAlt: "Professional plumbing installation",
},
title: "Impianti Idraulici / Plumbing Systems", description: "Progettazione e realizzazione di impianti idraulici residenziali e commerciali con materiali di qualità superiore. / Design and installation of residential and commercial plumbing systems with superior quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg", imageAlt: "Professional plumbing installation"},
{
id: 3,
title: "Manutenzione e Riparazioni / Maintenance & Repairs",
description: "Servizi di manutenzione preventiva e interventi di riparazione rapidi con disponibilità 24/7. / Preventive maintenance and rapid repair services with 24/7 availability.",
imageSrc: "http://img.b2bpic.net/free-photo/hand-car-mechanic-with-wrench-auto-repair-garage_146671-19611.jpg?_wi=2",
imageAlt: "Maintenance and repair services",
},
title: "Manutenzione e Riparazioni / Maintenance & Repairs", description: "Servizi di manutenzione preventiva e interventi di riparazione rapidi con disponibilità 24/7. / Preventive maintenance and rapid repair services with 24/7 availability.", imageSrc: "http://img.b2bpic.net/free-photo/hand-car-mechanic-with-wrench-auto-repair-garage_146671-19611.jpg", imageAlt: "Maintenance and repair services"},
{
id: 4,
title: "Consulenza Tecnica / Technical Consultation",
description: "Valutazione professionale delle vostre esigenze e progettazione di soluzioni personalizzate. / Professional assessment of your needs and design of customized solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=4",
imageAlt: "Technical consultation",
},
title: "Consulenza Tecnica / Technical Consultation", description: "Valutazione professionale delle vostre esigenze e progettazione di soluzioni personalizzate. / Professional assessment of your needs and design of customized solutions.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Technical consultation"},
]}
/>
</div>
@@ -119,20 +98,11 @@ export default function ServicesPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "30+ Anni",
description: "Esperienza consolidata nel settore con migliaia di progetti completati con successo / Proven experience with thousands of successful projects.",
},
id: "1", value: "30+ Anni", description: "Esperienza consolidata nel settore con migliaia di progetti completati con successo / Proven experience with thousands of successful projects."},
{
id: "2",
value: "24/7",
description: "Supporto d'emergenza sempre disponibile per urgenze e situazioni critiche / Emergency support always available for urgent situations.",
},
id: "2", value: "24/7", description: "Supporto d'emergenza sempre disponibile per urgenze e situazioni critiche / Emergency support always available for urgent situations."},
{
id: "3",
value: "Garanzia",
description: "Garanzia estesa su tutti i lavori e materiali per massima tranquillità / Extended warranty on all work and materials for complete peace of mind.",
},
id: "3", value: "Garanzia", description: "Garanzia estesa su tutti i lavori e materiali per massima tranquillità / Extended warranty on all work and materials for complete peace of mind."},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -150,13 +120,11 @@ export default function ServicesPage() {
{ name: "service", type: "text", placeholder: "Tipo di Servizio / Service Type", required: false },
]}
textarea={{
name: "message",
placeholder: "Descrivi il Tuo Progetto / Describe Your Project",
rows: 5,
name: "message", placeholder: "Descrivi il Tuo Progetto / Describe Your Project", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg"
imageAlt="Professional consultation"
mediaAnimation="opacity"
mediaPosition="right"