Update src/app/layout.tsx

This commit is contained in:
2026-03-07 18:50:20 +00:00
parent 66f55d7b64
commit 749ff09c8e

View File

@@ -8,7 +8,7 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Klassyco - Smart School Management Made Simple", description: "Klassyco helps schools manage students, teachers, classes, fees, exams, and communication in one powerful cloud platform."};
title: "Klassyco - School Management Platform", description: "Smart school management made simple with Klassyco. Manage students, teachers, attendance, exams, fees, and parent communication in one unified cloud platform."};
export default function RootLayout({
children,
@@ -17,7 +17,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.variable}>
<body className={`${inter.variable} antialiased`}>
{children}
<script