2 Commits

Author SHA1 Message Date
b84ca7e2e3 Update src/app/page.tsx 2026-04-19 13:55:28 +00:00
0532d34dd5 Merge version_2 into main
Merge version_2 into main
2026-04-19 13:53:39 +00:00

View File

@@ -36,6 +36,7 @@ export default function LandingPage() {
{ name: "Expertise", id: "#expertise" }, { name: "Expertise", id: "#expertise" },
{ name: "Process", id: "#process" }, { name: "Process", id: "#process" },
{ name: "About", id: "#about" }, { name: "About", id: "#about" },
{ name: "Contact", id: "#contact" }
]} ]}
brandName="United Roofing" brandName="United Roofing"
button={{ text: "Get Inspection", href: "#contact" }} button={{ text: "Get Inspection", href: "#contact" }}
@@ -182,7 +183,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated" }} background={{ variant: "rotated-rays-animated" }}
text="Need Roofing Help Without the Runaround? Schedule a free inspection and get honest guidance, fast communication, and peace of mind." text="Need Roofing Help Without the Runaround? Schedule a free inspection and get honest guidance, fast communication, and peace of mind."
buttons={[ buttons={[
{ text: "Book Free Inspection", href: "#" }, { text: "Book Free Inspection", onClick: () => { window.location.href = "#contact"; } },
{ text: "Call United Roofing", href: "tel:+12025686865" }, { text: "Call United Roofing", href: "tel:+12025686865" },
]} ]}
/> />