Update src/app/about/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function AboutPage() {
|
||||
|
||||
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 AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
],
|
||||
@@ -79,7 +75,7 @@ export default function AboutPage() {
|
||||
description="15+ Years of Professional Experience"
|
||||
subdescription="Serving North Alabama with Pride and Dedication"
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"
|
||||
imageAlt="Experienced tree service team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -95,7 +91,7 @@ export default function AboutPage() {
|
||||
description="Licensed & Insured Professional Team"
|
||||
subdescription="Committed to Excellence in Every Project"
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg"
|
||||
imageAlt="Safety equipment and professional standards"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user