4 Commits

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

View File

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