Update src/app/page.tsx

This commit is contained in:
2026-04-15 15:05:48 +00:00
parent aebf567508
commit 2d5bd7ea71

View File

@@ -150,7 +150,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "rotated-rays-static" }}
tag="Contact Us"
title="Request a Quote Today"
title="Get Your Free Plumbing Quote"
description="Ready to get started? Fill out the form or reach us directly at 630-479-9438."
/>
</div>
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}