From 2bbdfd09a8d3ccd2947463c96ce5aefa96cd6c19 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:37:44 +0000 Subject: [PATCH] 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 afe5d65..f8f8fff 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: "Auto Motives | Expert Auto Repair in Silverthorne", description: "Professional auto repair services in Silverthorne, Colorado. ASE certified mechanics, fair pricing, honest diagnostics. Call 970-485-0085."}; + title: "Auto Motives | Expert Auto Repair in Silverthorne", description: "Professional auto repair services in Silverthorne, Colorado. ASE certified mechanics, fair pricing, honest diagnostics. Call 970-485-0085." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file