From f3c48a293737465c66e627a641305d657ed807af Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:45:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b8bd2b..a317a33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -302,17 +302,17 @@ export default function LandingPage() { { value: "200%+", - title: "Sales Increase", + description: "Sales Increase", }, { value: "95%", - title: "Student Satisfaction", + description: "Student Satisfaction", }, { value: "10K+", - title: "Websites Sold", + description: "Websites Sold", }, ]} title="Hear From Our Successful Students" -- 2.49.1