From 03709321c94d330f5ea117b2e187854fb42f1299 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:35:33 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 72256ba..d1ab987 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,15 +5,18 @@ import "./globals.css"; const poppins = Poppins({ variable: "--font-poppins", subsets: ["latin"], weight: ["400", "500", "600", "700", "800", "900"], - display: "swap"}); + display: "swap" +}); const spaceMono = Space_Mono({ variable: "--font-space-mono", subsets: ["latin"], weight: ["400", "700"], - display: "swap"}); + display: "swap" +}); export const metadata: Metadata = { - title: "Magic Serigrafia - Laboratorio di Serigrafia Professionale a Milano", description: "Serigrafia professionale per aziende, eventi e brand a Milano. Precisione, qualità e supporto dedicato per ogni progetto."}; + title: "Magic Serigrafia - Laboratorio di Serigrafia Professionale a Milano", description: "Serigrafia professionale per aziende, eventi e brand a Milano. Precisione, qualità e supporto dedicato per ogni progetto." +}; export default function RootLayout({ children, @@ -1394,4 +1397,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d98b9548c6071cadcc8fdf91c8cba7c69220bf7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:35:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c31f76..ed3d918 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function HomePage() { {/* Why Choose Us Section */}
); -} +} \ No newline at end of file -- 2.49.1