From 884ebceb7c807c12fb6c0d0a60378b6a9766e86a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:57:07 +0000 Subject: [PATCH 1/5] Update src/app/caldaie/page.tsx --- src/app/caldaie/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/caldaie/page.tsx b/src/app/caldaie/page.tsx index 66edd1d..e2a253d 100644 --- a/src/app/caldaie/page.tsx +++ b/src/app/caldaie/page.tsx @@ -45,7 +45,7 @@ export default function HeatingPage() { tag="Esperienza 20+ anni" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg?_wi=2" imageAlt="Tecnico specializzato in caldaie al lavoro" imagePosition="right" mediaAnimation="slide-up" @@ -67,7 +67,7 @@ export default function HeatingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up_176474-94354.jpg?_wi=2", imageAlt: "Marco Rossi", }, { @@ -75,7 +75,7 @@ export default function HeatingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2", imageAlt: "Giuliana Bianchi", }, { @@ -83,7 +83,7 @@ export default function HeatingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg?_wi=2", imageAlt: "Roberto Verdi", }, ]} @@ -100,42 +100,42 @@ export default function HeatingPage() { id: "01", title: "Installazione Caldaie", description: "Installazione professionale di caldaie a gas ad alta efficienza energetica con certificazioni", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=5", imageAlt: "Installazione caldaia professionale", }, { id: "02", title: "Sostituzione Caldaie", description: "Sostituzione completa con smaltimento e messa in opera di nuovi impianti performanti", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-using-laptop_53876-31487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-using-laptop_53876-31487.jpg?_wi=5", imageAlt: "Sostituzione caldaia", }, { id: "03", title: "Manutenzione Annuale", description: "Pulizia, controllo e manutenzione preventiva per mantenere la caldaia sempre efficiente", - imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg?_wi=5", imageAlt: "Manutenzione caldaia annuale", }, { id: "04", title: "Controllo Fumi", description: "Verifica e certificazione annuale del sistema di evacuazione fumi secondo le norme", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=6", imageAlt: "Controllo fumi caldaia", }, { id: "05", title: "Riparazioni Idrauliche", description: "Interventi d'emergenza e riparazioni complete per impianti di riscaldamento e idrici", - imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg?_wi=6", imageAlt: "Riparazioni idrauliche", }, { id: "06", title: "Assistenza Tecnica", description: "Supporto tecnico e assistenza rapida per qualsiasi problema con la tua caldaia", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-using-laptop_53876-31487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-using-laptop_53876-31487.jpg?_wi=6", imageAlt: "Assistenza tecnica caldaia", }, ]} -- 2.49.1 From bf826623b26741b6bb0b7342a71a42c6426bf431 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:57:08 +0000 Subject: [PATCH 2/5] Update src/app/chi-siamo/page.tsx --- src/app/chi-siamo/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index 1be0e9c..9c1d49d 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -65,7 +65,7 @@ export default function AboutPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up_176474-94354.jpg?_wi=3", imageAlt: "Cliente soddisfatto", }, { @@ -73,7 +73,7 @@ export default function AboutPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=3", imageAlt: "Cliente soddisfatto", }, { @@ -81,7 +81,7 @@ export default function AboutPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg?_wi=3", imageAlt: "Cliente soddisfatto", }, ]} -- 2.49.1 From 5a8b1759d3a0b099bf30d36d274efb9e513f2673 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:57:08 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7eeade6..a4de305 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Poppins } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Poppins } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const poppins = Poppins({ variable: "--font-poppins", @@ -20,6 +24,27 @@ const poppins = Poppins({ weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "Assistenza Caldaie e Idraulico Castiglione Olona - Intercalor Gas", + description: "Installazione, manutenzione e riparazione caldaie a gas. Servizi idraulici professionali nella provincia di Varese. Interventi rapidi e affidabili.", + keywords: "caldaie Castiglione Olona, idraulico Varese, manutenzione caldaia, sostituzione caldaia, assistenza riscaldamento", + openGraph: { + title: "Intercalor Gas - Assistenza Caldaie Castiglione Olona", + description: "Professionisti esperti per l'installazione e manutenzione caldaie. Contattaci per un preventivo gratuito.", + type: "website", + siteName: "Intercalor Gas", + }, + twitter: { + card: "summary_large_image", + title: "Assistenza Caldaie e Idraulico - Intercalor Gas", + description: "Servizi professionali di riscaldamento e impianti idraulici nel Varesotto", + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +53,9 @@ export default function RootLayout({ return ( - + {children}