From bc6a165135456f3cf447445ea9038aca4ce9cc5e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:38:02 +0000 Subject: [PATCH 1/2] Update 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 a1a02dd..14a8f29 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,3 @@ - import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; @@ -6,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Focus Point Coaching", description: "Best Coaching for Class 9–12 Science & Maths in Indore"}; + title: "Focus Point - Best Coaching for Class 9-12 Science & Maths in Indore", description: "Expert coaching for Class 9-12 Science & Maths. Join 230+ students achieving 95%+ board scores. Free demo class available."}; export default function RootLayout({ children, -- 2.49.1 From c0e90606fc63ef68a27125b3d0f3490e429b5159 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:38:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e376f1e..2a0cc22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function HomePage() {