From 2b065b7d886eab26632880c9ec19eed9c243ef9f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:52:58 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fabee1b..03663c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { title: 'Jensen Beach Barbers', - description: 'Classic Barbering Since 1995', + description: 'Classic Barbering Since 1954 - Traditional Barber Shop', }; export default function RootLayout({ @@ -15,7 +15,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}