From 2aef4d76f9249374a35b3fc8575ec21349daa92f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:49:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0bb76fe..f5ea0d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Adarsh International School - CBSE Education in Bangalore", - description: "Adarsh International School offers quality CBSE education for classes 1-10 in Hoskote, Bangalore. Modern facilities, experienced faculty, and holistic development. Admissions open.", - keywords: "school, CBSE, education, Bangalore, Hoskote, admissions, international school", - metadataBase: new URL("https://adarshschool.edu"), + title: "Adarsh International School - CBSE Education in Bangalore", description: "Adarsh International School offers quality CBSE education for classes 1-10 in Hoskote, Bangalore. Modern facilities, experienced faculty, and holistic development. Admissions open.", keywords: "school, CBSE, education, Bangalore, Hoskote, admissions, international school", metadataBase: new URL("https://adarshschool.edu"), alternates: { - canonical: "https://adarshschool.edu", - }, + canonical: "https://adarshschool.edu"}, openGraph: { - title: "Adarsh International School - Excellence in Education", - description: "Join our premier CBSE-affiliated school in Hoskote, Bangalore. Quality education with holistic development.", - url: "https://adarshschool.edu", - siteName: "Adarsh International School", - type: "website", - images: [ + title: "Adarsh International School - Excellence in Education", description: "Join our premier CBSE-affiliated school in Hoskote, Bangalore. Quality education with holistic development.", url: "https://adarshschool.edu", siteName: "Adarsh International School", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg", - alt: "Adarsh International School Campus", - }, + url: "http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg", alt: "Adarsh International School Campus"}, ], }, twitter: { - card: "summary_large_image", - title: "Adarsh International School", - description: "Premier CBSE school in Bangalore - Quality education for holistic development", - images: ["http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg"], + card: "summary_large_image", title: "Adarsh International School", description: "Premier CBSE school in Bangalore - Quality education for holistic development", images: ["http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg"], }, robots: { index: true, @@ -1433,4 +1417,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 01283623c74cfa38e2b3502de68c8d7b9d3a2d92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:49:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++----------------------------------------- 1 file changed, 14 insertions(+), 83 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fc76c3..a702c5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,10 +119,7 @@ export default function HomePage() { @@ -307,4 +238,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1