Merge version_3 into main #8

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

View File

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

View File

@@ -53,7 +53,7 @@ export default function SlateLandingPage() {
{ value: "500+", label: "Happy Families" }
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/large-modern-office-building_1127-2838.jpg"
imageSrc="/slate-campus.jpg"
imageAlt="SLATE School Campus"
mediaAnimation="slide-up"
buttons={[
@@ -246,4 +246,4 @@ export default function SlateLandingPage() {
</div>
</ThemeProvider>
);
}
}