From 347cbc9c0d0871077f2bbbfb4fcdd4cea25a8808 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:20:03 +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 0705864..394f2bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { { name: "Writing", id: "/writing" }, ]} brandName="IELTS Mock" - button={{ text: "Get Started", href: "/" }} + button={{ text: "Take Free Mock", href: "/" }} /> -- 2.49.1