2 Commits

Author SHA1 Message Date
3697ffb456 Update src/app/page.tsx 2026-06-11 08:52:51 +00:00
a998d742da Merge version_1 into main
Merge version_1 into main
2026-06-11 08:47:17 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Sparsh Global School" logoText="Sparsh Global School"
description="Admissions Open for Academic Session 2026-27 | Evolve Beyond the Ordinary" description="Admissions for 2026-27 now open! Secure your child's future and help them Evolve Beyond the Ordinary."
buttons={[ buttons={[
{ {
text: "Enquire Now", href: "#admissions"}, text: "Enquire Now", href: "#admissions"},
@@ -302,4 +302,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }