Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8f54fb288 | |||
| f52c338308 | |||
| 631fad9d09 | |||
| 29494c287d | |||
| a4eeea3143 |
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get 24/7 Emergency Support", href: "#contact"},
|
||||
text: "Get 24/7 Emergency Support", href: "/contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", alt: "Plumber assembling pipe" },
|
||||
@@ -175,6 +175,9 @@ export default function LandingPage() {
|
||||
{ id: "f2", title: "Do you offer emergency services?", content: "Yes, our team is on call for urgent plumbing emergencies around the clock." },
|
||||
{ id: "f3", title: "Why is late-night maintenance important?", content: "Preventing total failure early stops costly secondary water damage to your foundation." }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Service Now", href: "/contact" }
|
||||
]}
|
||||
title="Need Help? Find Answers."
|
||||
description="Common questions regarding our professional services."
|
||||
faqsAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user