From 3b7373536001019ae004857cb3cd919966ee1595 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:50:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61304b0..a6f44a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -220,7 +220,7 @@ export default function LandingPage() { id: "2", title: "What is your cancellation policy?", content: "Cancellations made before April 1st receive a full refund. Cancellations between April 1-June 1 receive 50% refund. No refunds for cancellations after June 1st." }, { - id: "3", title: "Do you offer financial aid?", content: "Yes! We offer need-based scholarships for qualified families. Please contact our office to discuss options and complete an application." + id: "3", title: "Do you offer financial aid?", content: "Yes! We offer amazing need-based scholarships for qualified families. Please contact our office to discuss options and complete an application." } ]} useInvertedBackground={false} -- 2.49.1