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
- +
); 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 ( - + - -
- + +
+
+ +
+
+
+ +
+ - - ); 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 ( - + - -
- + +
+
+ +
+
+
+ +
+ - - ); 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
- +
);