3 Commits

Author SHA1 Message Date
b3aeae8aff Update src/app/page.tsx 2026-03-08 04:44:58 +00:00
74da4163b4 Update src/app/layout.tsx 2026-03-08 04:44:57 +00:00
7b556c2e75 Merge version_2 into main
Merge version_2 into main
2026-03-08 04:43:13 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -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" }, { 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" 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" cardAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
/> />
@@ -217,4 +217,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }