From 8e226172663c40b423eabdd2fc382c797a39fdac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:53:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c78aadb..06ca37f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -238,8 +238,8 @@ export default function LandingPage() { text="Ready to join our community? Let's connect and explore how Excellence Academy can help your child reach their full potential." animationType="entrance-slide" buttons={[ - { text: "Contact Us", href: "#" }, - { text: "Schedule a Tour", href: "#" } + { text: "Contact Us", href: "contact" }, + { text: "Schedule a Tour", href: "contact" } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1