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 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