3 Commits

Author SHA1 Message Date
b91129b758 Update src/app/page.tsx 2026-03-03 16:17:01 +00:00
47e6d280ba Update src/app/layout.tsx 2026-03-03 16:16:58 +00:00
f5cb700332 Merge version_1 into main
Merge version_1 into main
2026-03-03 16:05:28 +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>
);
}
}