Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:17:01 +00:00
parent 47e6d280ba
commit b91129b758

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}