From 549df8b98284f8633606df1db0e787e7f33a501b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:23:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1432 +------------------------------------------- 1 file changed, 15 insertions(+), 1417 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0a6be2e..4950eb5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1438 +1,37 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Open_Sans } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); +import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; +import { Tag } from "@/components/shared/Tag"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "SBP Integrasi Gombak | Malaysia's Elite Boarding School", - description: "Top-ranked Malaysian boarding school offering exceptional academics, world-class facilities, and holistic student development. Admissions now open for Form 1 students.", - keywords: "boarding school Malaysia, elite school, SPM excellence, INTEGOMB, Selangor boarding school, academic excellence", - metadataBase: new URL("https://www.sbp-integomb.edu.my"), - alternates: { - canonical: "https://www.sbp-integomb.edu.my", - }, - openGraph: { - title: "SBP Integrasi Gombak - Excellence in Education", - description: "Discover Malaysia's premier boarding school with consistent top SPM rankings and comprehensive student development.", - url: "https://www.sbp-integomb.edu.my", - siteName: "SBP Integrasi Gombak", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19432.jpg", - alt: "INTEGOMB Campus", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "SBP Integrasi Gombak", - description: "Malaysia's elite boarding school - Top SPM rankings, world-class facilities, comprehensive development.", - images: ["http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19432.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "INTEGOMB - Malaysia's Premier Boarding School", description: "Excellence in Education, Character, and Leadership. Discover INTEGOMB, Malaysia's premier residential boarding school with consistently top SPM performance."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - + + {children} - +