Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 08:34:14 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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