5 Commits

Author SHA1 Message Date
6afe2a4f9f Merge version_3 into main
Merge version_3 into main
2026-03-05 13:18:13 +00:00
269aff9b5b Update src/app/page.tsx 2026-03-05 13:18:08 +00:00
3752eec051 Update src/app/layout.tsx 2026-03-05 13:18:07 +00:00
3335747664 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:16:29 +00:00
bc31e02934 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:15:19 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -250,7 +250,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Schedule Consultation"
buttonText="Book Your Free IT Assessment"
termsText="By contacting us, you agree to our terms of service and privacy policy."
/>
</div>
@@ -291,4 +291,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}