From 1846ec99f0967bbcdccc737813b7c1d3bf60f0fd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:00:33 +0000 Subject: [PATCH 1/4] Update src/app/dolce-forno-cologno/page.tsx --- src/app/dolce-forno-cologno/page.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/app/dolce-forno-cologno/page.tsx b/src/app/dolce-forno-cologno/page.tsx index 6af79fb..68b6423 100644 --- a/src/app/dolce-forno-cologno/page.tsx +++ b/src/app/dolce-forno-cologno/page.tsx @@ -2,24 +2,24 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TextAbout from '@/components/sections/about/TextAbout'; import { MapPin, Clock, Phone } from "lucide-react"; export default function ColognoPage() { return ( - + - +

Dolce Forno Panificio - Cologno Monzese

@@ -28,7 +28,9 @@ export default function ColognoPage() {
+39 02 1234567
- +
); -- 2.49.1 From 5a4ee3ba042bde3b0d339d6b83db9ecf351ea0ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:00:33 +0000 Subject: [PATCH 2/4] Update src/app/panificio-cinisello/page.tsx --- src/app/panificio-cinisello/page.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/app/panificio-cinisello/page.tsx b/src/app/panificio-cinisello/page.tsx index 09cf33d..7515803 100644 --- a/src/app/panificio-cinisello/page.tsx +++ b/src/app/panificio-cinisello/page.tsx @@ -9,14 +9,22 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function CiniselloPage() { return ( - + - -
- + +
+
+ +
+
+
+ +
+ - - ); -- 2.49.1 From 3607cf73dfd1ef642527b81a12e506a16145cf07 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:00:34 +0000 Subject: [PATCH 3/4] Update src/app/panificio-monza/page.tsx --- src/app/panificio-monza/page.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/app/panificio-monza/page.tsx b/src/app/panificio-monza/page.tsx index 5302470..d10ff45 100644 --- a/src/app/panificio-monza/page.tsx +++ b/src/app/panificio-monza/page.tsx @@ -9,14 +9,22 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function MonzaPage() { return ( - + - -
- + +
+
+ +
+
+
+ +
+ - - ); -- 2.49.1 From d396d353241b650132e01362651635582e61673e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:00:34 +0000 Subject: [PATCH 4/4] Update src/app/pizzeria-cernusco/page.tsx --- src/app/pizzeria-cernusco/page.tsx | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/app/pizzeria-cernusco/page.tsx b/src/app/pizzeria-cernusco/page.tsx index 57ae7bd..914550f 100644 --- a/src/app/pizzeria-cernusco/page.tsx +++ b/src/app/pizzeria-cernusco/page.tsx @@ -8,16 +8,18 @@ import { MapPin, Clock, Phone } from "lucide-react"; export default function CernuscoPage() { return ( - + - +

Pizzeria - Cernusco

@@ -26,7 +28,9 @@ export default function CernuscoPage() {
+39 02 7654321
- +
); -- 2.49.1