From 0427491cdff736d1861052ea46ff3312f1f17367 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:29:47 +0000 Subject: [PATCH] Switch to version 11: modified src/app/layout.tsx --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8f79717..ebcd652 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,7 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Cornerstone Auto Repair", description: "Expert auto repair services in Spearfish, SD. Family-owned and operated." -}; + title: "Cornerstone Auto Repair", description: "Expert auto repair services in Spearfish, SD. Family-owned and operated."}; export default function RootLayout({ children,