From a9d6cff8a6da17f643887ca863c215bfad2d4616 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:01:16 +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 6c6aa05..da42d54 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "KY Auto - Professional Car Repair & Servicing in Singapore", description: "Trusted automotive repair and servicing experts with 15+ years of experience. Certified technicians, genuine parts, and 100% customer satisfaction."}; + title: "KY Auto - Professional Car Repair & Servicing in Singapore", description: "Trusted automotive repair and servicing experts with 15+ years of experience. Certified technicians, genuine parts, and 100% customer satisfaction." +}; export default function RootLayout({ children, @@ -1392,4 +1393,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file