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" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "📞 Call Now", text: "📞 Call Now", href: "tel:+16155689651"
href: "tel:+16155689651"
}} }}
/> />
</div> </div>
@@ -47,24 +46,15 @@ export default function ServicesPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Tree Removal", 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"
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, id: 2,
title: "Emergency Tree Services", 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"
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, id: 3,
title: "Tree Trimming & Pruning", 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"
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 <FooterBaseReveal
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Tree Removal", href: "/services" }, { label: "Tree Removal", href: "/services" },
{ label: "Emergency Services", href: "/services" }, { label: "Emergency Services", href: "/services" },
{ label: "Tree Trimming", href: "/services" }, { label: "Tree Trimming", href: "/services" },
@@ -107,8 +96,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" }, { label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
@@ -116,8 +104,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "📞 (615) 568-9651", href: "tel:+16155689651" }, { label: "📞 (615) 568-9651", href: "tel:+16155689651" },
{ label: "Open 24 Hours", href: "/" }, { label: "Open 24 Hours", href: "/" },
{ label: "3037 Runabout Dr, Nashville, TN 37217", href: "/" }, { label: "3037 Runabout Dr, Nashville, TN 37217", href: "/" },