Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 673de173ee | |||
| 1add4bf845 | |||
| 8e92780db8 | |||
| da4b70847e |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user