4 Commits

Author SHA1 Message Date
b61b8f81e2 Merge version_3 into main
Merge version_3 into main
2026-03-07 12:28:12 +00:00
7314a9925f Update src/app/page.tsx 2026-03-07 12:28:08 +00:00
9202a38fc3 Update src/app/layout.tsx 2026-03-07 12:28:07 +00:00
b49d9bb0ec Merge version_2 into main
Merge version_2 into main
2026-03-07 12:25:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -294,7 +294,7 @@ export default function HomePage() {
{/* Contact Section */}
<div id="contact" data-section="contact" className="relative py-20">
<ContactSplitForm
title="Ready to Transform Your Productivity?"
title="Get Started Free—No Credit Card Required"
description="Join thousands of users who've revolutionized their workflow with THEWEBSELL. Start your journey today and experience the power of unified productivity."
inputs={[
{
@@ -354,4 +354,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}