Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ca33ada6e | |||
| 7c86b44a1a | |||
| 348a2f9585 | |||
| a338adea0e | |||
| 49bb038cb8 |
@@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Leaf, TreePine, Award, Hammer, Clock } from "lucide-react";
|
||||
import { Leaf, TreePine, Award, Hammer } from "lucide-react";
|
||||
|
||||
export default function LandscapingPage() {
|
||||
return (
|
||||
@@ -37,6 +37,7 @@ export default function LandscapingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:4124955511" }}
|
||||
/>
|
||||
@@ -46,7 +47,7 @@ export default function LandscapingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
tag="Professional Landscaping"
|
||||
tagIcon={Leaf}
|
||||
title="Quality Work You Can Trust"
|
||||
title="Transform Your Yard with Trusted Professionals"
|
||||
description="Brothers Landscaping Service LLC provides premium lawn care, mulching, and hardscape installations in Evans City and beyond."
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
@@ -161,7 +162,7 @@ export default function LandscapingPage() {
|
||||
<FaqDouble
|
||||
tag="FAQ"
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our services."
|
||||
description="Answers to common questions about our services. Customers frequently appreciate our transparent scheduling, free estimates, and local coverage area, which ensures we remain responsive to the needs of Evans City homeowners."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user