From a766689754be031f9608b29d283f470d0c674c89 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:30:25 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ceab930..98ffb06 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "BESTRONG Metalworks", description: "Custom steel and metal fabrication services for residential, commercial, and industrial projects in Bern"}; + title: "BESTRONG Metalworks", description: "Custom steel and metal fabrication services for residential, commercial, and industrial projects in Bern" +}; export default function RootLayout({ children, @@ -13,7 +14,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}