Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 16:17:14 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1427,4 +1427,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}