diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fdfa0d1..9824a3f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,13 +14,11 @@ export default function AboutPage() { { name: "Services", id: "services" }, { name: "Gallery", id: "gallery" }, { name: "Reviews", id: "reviews" }, - { name: "FAQ", id: "faq" }, ]; const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, @@ -28,17 +26,14 @@ export default function AboutPage() { ], }, { - title: "Customer", - items: [ + title: "Customer", items: [ { label: "Reviews", href: "/reviews" }, - { label: "FAQ", href: "/faq" }, { label: "Get a Quote", href: "/contact" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -65,9 +60,7 @@ export default function AboutPage() { brandName="TD's Lawn-Care" navItems={navItems} button={{ - text: "Get a Quote", - href: "/contact", - }} + text: "Get a Quote", href: "/contact"}} /> @@ -81,31 +74,13 @@ export default function AboutPage() { features={[ { id: 1, - tag: "Our Mission", - title: "Built on Trust", - subtitle: "Excellence in every detail", - description: "We believe that a well-maintained lawn is more than just aesthetics—it's a reflection of pride in your home. Our mission is to provide professional lawn care that exceeds expectations every single time.", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=2", - imageAlt: "Perfectly manicured lawn by professional", - }, + tag: "Our Mission", title: "Built on Trust", subtitle: "Excellence in every detail", description: "We believe that a well-maintained lawn is more than just aesthetics—it's a reflection of pride in your home. Our mission is to provide professional lawn care that exceeds expectations every single time.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=2", imageAlt: "Perfectly manicured lawn by professional"}, { id: 2, - tag: "Our Values", - title: "Reliability First", - subtitle: "You can count on us", - description: "Being on time isn't just a promise—it's a commitment. We respect your schedule, communicate openly, and deliver consistent results. When you trust TD's Lawn-Care, you get a partner who shows up when promised.", - imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=2", - imageAlt: "Professional lawn maintenance equipment", - }, + tag: "Our Values", title: "Reliability First", subtitle: "You can count on us", description: "Being on time isn't just a promise—it's a commitment. We respect your schedule, communicate openly, and deliver consistent results. When you trust TD's Lawn-Care, you get a partner who shows up when promised.", imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=2", imageAlt: "Professional lawn maintenance equipment"}, { id: 3, - tag: "Family First", - title: "Treating You Like Family", - subtitle: "Genuine relationships built to last", - description: "Every customer is important to us. We take pride in building lasting relationships with the families and businesses we serve, treating their properties with the same care we'd give our own.", - imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=2", - imageAlt: "Professional landscaping service", - }, + tag: "Family First", title: "Treating You Like Family", subtitle: "Genuine relationships built to last", description: "Every customer is important to us. We take pride in building lasting relationships with the families and businesses we serve, treating their properties with the same care we'd give our own.", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=2", imageAlt: "Professional landscaping service"}, ]} /> @@ -114,13 +89,7 @@ export default function AboutPage() {