4 Commits

Author SHA1 Message Date
673de173ee Merge version_3 into main
Merge version_3 into main
2026-03-06 21:38:41 +00:00
1add4bf845 Update src/app/page.tsx 2026-03-06 21:38:37 +00:00
8e92780db8 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:36:46 +00:00
da4b70847e Update src/app/page.tsx 2026-03-06 21:36:42 +00:00

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Explore Programs", href: "#features" },
{ text: "Start Free Trial", href: "#features" },
{ text: "Schedule a Tour", href: "#contact" },
]}
buttonAnimation="slide-up"
@@ -123,7 +123,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-parents-kids-home_23-2150231638.jpg"
imageAlt="Students learning in classroom"
buttons={[{ text: "Learn Our Values", href: "#features" }]}
buttons={[
{ text: "Learn Our Values", href: "#features" },
{ text: "Apply Now", href: "#contact" }
]}
useInvertedBackground={false}
/>
</div>