From 8bcbeb40af521ab9403898774b2bcbaaeaed580d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:53:14 +0000 Subject: [PATCH] Switch to version 2: modified src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0dc646b..e0a7667 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}