3 Commits

Author SHA1 Message Date
a067273312 Update src/app/page.tsx 2026-03-06 08:34:10 +00:00
69b24b5d7e Update src/app/layout.tsx 2026-03-06 08:34:09 +00:00
a62bb8032a Merge version_1 into main
Merge version_1 into main
2026-03-06 08:32:16 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Call Now", href: "tel:+919912340118" }, { text: "Call Now", href: "tel:+919912340118" },
{ text: "Book School Visit", href: "#contact" }, { text: "Start Admission", href: "#contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
@@ -244,4 +244,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }