Update src/app/page.tsx

This commit is contained in:
2026-03-05 13:18:08 +00:00
parent 3752eec051
commit 269aff9b5b

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>
);
}
}