Update src/app/page.tsx

This commit is contained in:
2026-04-06 10:15:42 +00:00
parent 0c63419819
commit 94fab44eda

View File

@@ -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>