Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 14:14:11 +00:00

View File

@@ -16,11 +16,11 @@ export default function SlateLandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -46,7 +46,7 @@ export default function SlateLandingPage() {
description="SLATE combines academic excellence with ethical education and future-ready learning. Discover why families trust us to nurture confident, compassionate, and capable learners."
tag="ICSE & Cambridge Curriculum"
tagIcon={Award}
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "25+", label: "Years Excellence" },
{ value: "98%", label: "Pass Rate" },
@@ -68,11 +68,11 @@ export default function SlateLandingPage() {
<TextAbout
tag="Our Mission"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="We nurture confident learners who combine intellectual rigor with ethical values and are prepared to thrive in an ever-changing world."
useInvertedBackground={false}
buttons={[{ text: "Learn Our Story", href: "#" }]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -222,8 +222,8 @@ export default function SlateLandingPage() {
<div id="admissions" data-section="admissions">
<ContactText
text="Ready to join the SLATE family? Schedule a campus tour, speak with our admissions team, and experience firsthand why SLATE is the trusted choice for academic excellence and holistic development."
animationType="entrance-slide"
background={{ variant: "aurora" }}
animationType="reveal-blur"
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
buttons={[
{ text: "Schedule Campus Visit", href: "mailto:admissions@slate.edu.in?subject=Campus%20Visit%20Request" },