3 Commits

Author SHA1 Message Date
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> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -294,7 +294,7 @@ export default function HomePage() {
{/* Contact Section */} {/* Contact Section */}
<div id="contact" data-section="contact" className="relative py-20"> <div id="contact" data-section="contact" className="relative py-20">
<ContactSplitForm <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." description="Join thousands of users who've revolutionized their workflow with THEWEBSELL. Start your journey today and experience the power of unified productivity."
inputs={[ inputs={[
{ {
@@ -354,4 +354,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }