Merge version_2 into main #3
@@ -72,6 +72,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Interactive Animal Discovery"
|
||||
description="Our curriculum is built on scientific facts to foster a lifelong love for nature."
|
||||
features={[
|
||||
@@ -99,6 +100,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Community Love"
|
||||
description="Hear from our wonderful community."
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex P.", handle: "@teacher", testimonial: "The children are constantly asking for more lessons!" },
|
||||
]}
|
||||
@@ -111,6 +114,8 @@ export default function LandingPage() {
|
||||
title="Questions about our curriculum?"
|
||||
description="Reach out to our team of educational experts today."
|
||||
buttons={[{ text: "Email Us", href: "#" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user