Switch to version 2: modified src/app/layout.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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."};
|
||||
title: "Klassyco - Smart School Management Made Simple", description: "Klassyco helps schools manage students, teachers, classes, fees, exams, and communication in one powerful cloud platform."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -17,7 +17,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body className={inter.variable}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user