Update src/app/page.tsx

This commit is contained in:
2026-05-09 18:42:50 +00:00
parent 648bed50f7
commit 31f70a0d1e

View File

@@ -198,10 +198,10 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
text="Ready to protect your home? 1450 1/2 S Humboldt St, Denver, CO 80210. Phone: (303) 535-3829."
text="Schedule Your Professional Roof Inspection Today"
buttons={[
{
text: "Call (303) 535-3829", href: "tel:3035353829"},
text: "Book Your Inspection", href: "#contact"},
]}
/>
</div>
@@ -245,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}