Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b84ca7e2e3 | |||
| 0532d34dd5 | |||
| a3c785a044 | |||
| a50a109649 | |||
| fe6d6c5898 | |||
| 234cc7f3e0 | |||
| c9409ecdbd |
@@ -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" }}
|
||||||
@@ -50,7 +51,7 @@ export default function LandingPage() {
|
|||||||
tag="Trusted by DC Homeowners"
|
tag="Trusted by DC Homeowners"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get a Free Inspection", href: "#contact" },
|
{ text: "Get a Free Inspection", href: "#contact" },
|
||||||
{ text: "Call Now", href: "tel:5550101" },
|
{ text: "Call Now", href: "tel:+12025686865" },
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg?_wi=1", imageAlt: "Urban rowhouse roofing" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg?_wi=1", imageAlt: "Urban rowhouse roofing" },
|
||||||
@@ -182,8 +183,8 @@ 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:5550101" },
|
{ text: "Call United Roofing", href: "tel:+12025686865" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user