From 74da4163b4607804f5c9b49b623badbcdf74bce4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:44:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b5949a9..5d455e7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From b3aeae8aff08b3668d7379500c9c354c7d0e0577 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:44:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52ce5d9..3abe925 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,7 +182,7 @@ export default function HomePage() { { id: "6", name: "Divya Reddy", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg" }, ]} cardTitle="Parents trust us to provide quality education with strong discipline and modern teaching methods" - cardTag="Trusted by 2000+ Families" + cardTag="Trusted by 2000+ Families | 98% Board Success Rate" cardAnimation="slide-up" useInvertedBackground={true} /> @@ -217,4 +217,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1