4 Commits

Author SHA1 Message Date
1ca33ada6e Update src/app/page.tsx 2026-04-07 20:32:39 +00:00
7c86b44a1a Merge version_3 into main
Merge version_3 into main
2026-04-07 19:48:02 +00:00
348a2f9585 Update src/app/page.tsx 2026-04-07 19:47:59 +00:00
a338adea0e Merge version_2 into main
Merge version_2 into main
2026-04-07 19:46:41 +00:00

View File

@@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import FaqDouble from "@/components/sections/faq/FaqDouble"; import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple"; 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() { export default function LandscapingPage() {
return ( return (
@@ -47,7 +47,7 @@ export default function LandscapingPage() {
<HeroOverlayTestimonial <HeroOverlayTestimonial
tag="Professional Landscaping" tag="Professional Landscaping"
tagIcon={Leaf} 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." description="Brothers Landscaping Service LLC provides premium lawn care, mulching, and hardscape installations in Evans City and beyond."
buttons={[ buttons={[
{ text: "Get a Free Quote", href: "#contact" }, { text: "Get a Free Quote", href: "#contact" },
@@ -204,4 +204,4 @@ export default function LandscapingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }