From 47e6d280bae2fdf762dd8f19c5e18f773c37839b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:16:58 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 32e5872..0efd306 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,4 +1427,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From b91129b75838a2ccd69b3cc103860bf30bb4e7b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:17:01 +0000 Subject: [PATCH 2/2] 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 ec83b05..a2e1b83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -302,7 +302,7 @@ export default function LandingPage() { ctaTitle="Build Your Website in Minutes" ctaDescription="Stop waiting. Start building today and get online faster than ever before." ctaButton={{ - text: "Get Early Access Now", href: "#" + text: "Start Building Free Now", href: "#" }} ctaIcon={Rocket} faqs={[ @@ -368,4 +368,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1