Update src/app/services/page.tsx

This commit is contained in:
2026-02-26 21:03:24 +00:00
parent 5cf8f55be0
commit 49f48f645b

View File

@@ -31,8 +31,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "📞 Call Now",
href: "tel:+16155689651"
text: "📞 Call Now", href: "tel:+16155689651"
}}
/>
</div>
@@ -47,24 +46,15 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Tree Removal",
description: "Safe, efficient removal of hazardous or unwanted trees. We handle trees of all sizes with precision and care.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg",
imageAlt: "tree removal large tree equipment professional"
title: "Tree Removal", description: "Safe, efficient removal of hazardous or unwanted trees. We handle trees of all sizes with precision and care.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", imageAlt: "tree removal large tree equipment professional"
},
{
id: 2,
title: "Emergency Tree Services",
description: "24/7 response to storm damage and fallen trees. Rapid assessment and immediate action to secure your property.",
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg",
imageAlt: "emergency tree storm damage fallen tree rapid response"
title: "Emergency Tree Services", description: "24/7 response to storm damage and fallen trees. Rapid assessment and immediate action to secure your property.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "emergency tree storm damage fallen tree rapid response"
},
{
id: 3,
title: "Tree Trimming & Pruning",
description: "Professional trimming to improve tree health and appearance. We preserve healthy trees whenever possible.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg",
imageAlt: "tree trimming pruning maintenance healthy tree"
title: "Tree Trimming & Pruning", description: "Professional trimming to improve tree health and appearance. We preserve healthy trees whenever possible.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "tree trimming pruning maintenance healthy tree"
}
]}
/>
@@ -98,8 +88,7 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Emergency Services", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
@@ -107,8 +96,7 @@ export default function ServicesPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -116,8 +104,7 @@ export default function ServicesPage() {
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (615) 568-9651", href: "tel:+16155689651" },
{ label: "Open 24 Hours", href: "/" },
{ label: "3037 Runabout Dr, Nashville, TN 37217", href: "/" },