Update src/app/services/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tree Removal", href: "/services" },
|
||||
{ label: "Tree Trimming", href: "/services" },
|
||||
{ label: "Stump Grinding", href: "/services" },
|
||||
@@ -37,16 +35,14 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 (256) 374-2193", href: "tel:+12563742193" },
|
||||
{ label: "📍 Harvest, AL 35749", href: "#" },
|
||||
{ label: "Get Free Estimate", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
@@ -74,25 +70,13 @@ export default function ServicesPage() {
|
||||
<FeatureCardOne
|
||||
features={[
|
||||
{
|
||||
title: "Tree Removal",
|
||||
description: "Safe and professional removal of hazardous or unwanted trees. Our certified arborists assess each situation and use specialized equipment to safely remove trees of any size.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=3",
|
||||
imageAlt: "Professional tree removal service",
|
||||
button: { text: "Request Estimate", href: "/contact" },
|
||||
title: "Tree Removal", description: "Safe and professional removal of hazardous or unwanted trees. Our certified arborists assess each situation and use specialized equipment to safely remove trees of any size.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg", imageAlt: "Professional tree removal service", button: { text: "Request Estimate", href: "/contact" },
|
||||
},
|
||||
{
|
||||
title: "Tree Trimming & Pruning",
|
||||
description: "Expert trimming to promote health and enhance your landscape. We improve tree structure, remove dead branches, and enhance the natural beauty of your property.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=2",
|
||||
imageAlt: "Professional tree trimming service",
|
||||
button: { text: "Request Estimate", href: "/contact" },
|
||||
title: "Tree Trimming & Pruning", description: "Expert trimming to promote health and enhance your landscape. We improve tree structure, remove dead branches, and enhance the natural beauty of your property.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "Professional tree trimming service", button: { text: "Request Estimate", href: "/contact" },
|
||||
},
|
||||
{
|
||||
title: "Stump Grinding",
|
||||
description: "Complete stump removal to reclaim your yard space. We grind stumps below ground level so you can replant or expand your outdoor living area.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-cutting-wood-with-chainsaw_342744-395.jpg?_wi=2",
|
||||
imageAlt: "Professional stump grinding service",
|
||||
button: { text: "Request Estimate", href: "/contact" },
|
||||
title: "Stump Grinding", description: "Complete stump removal to reclaim your yard space. We grind stumps below ground level so you can replant or expand your outdoor living area.", imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-cutting-wood-with-chainsaw_342744-395.jpg", imageAlt: "Professional stump grinding service", button: { text: "Request Estimate", href: "/contact" },
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
|
||||
Reference in New Issue
Block a user