Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-07 12:28:13 +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>
);
}
}