Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-09 18:42:53 +00:00

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