From 4e80f2ab34889757ca0a6b5970143ff2499adb98 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:28:18 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 69 +++++++++++++----------------------------- 1 file changed, 21 insertions(+), 48 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d241835..24c3aa4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,11 +10,11 @@ import { Leaf, Wrench, Phone } from "lucide-react"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "hero" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Testimonials", id: "#testimonials" }, + { name: "Contact", id: "#contact" }, ]; return ( @@ -35,9 +35,7 @@ export default function AboutPage() { brandName="TLT LawnCare" navItems={navItems} button={{ - text: "Call Now: (734) 555-0147", - href: "tel:7345550147", - }} + text: "Call Now: (734) 555-0147", href: "tel:7345550147"}} /> @@ -50,9 +48,7 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { - text: "Learn More About Our Services", - href: "/services", - }, + text: "Learn More About Our Services", href: "/services"}, ]} /> @@ -67,42 +63,24 @@ export default function AboutPage() { features={[ { id: 1, - title: "Lawn Care", - description: "Weekly mowing, edge trimming, leaf removal, and seasonal lawn treatments. We keep your yard looking pristine year-round with reliable, professional service.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg?_wi=4", - imageAlt: "Professional lawn care service", - }, + title: "Lawn Care", description: "Weekly mowing, edge trimming, leaf removal, and seasonal lawn treatments. We keep your yard looking pristine year-round with reliable, professional service.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg?_wi=4", imageAlt: "Professional lawn care service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-plating-ground-small-tree_23-2148943236.jpg?_wi=4", - imageAlt: "Seasonal cleanup service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-plating-ground-small-tree_23-2148943236.jpg?_wi=4", imageAlt: "Seasonal cleanup service"}, }, { id: 2, - title: "Snow Removal", - description: "24/7 emergency snow plowing and removal for driveways and parking lots. Fast response times ensure safety and accessibility during winter storms.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg?_wi=3", - imageAlt: "Professional snow removal service", - }, + title: "Snow Removal", description: "24/7 emergency snow plowing and removal for driveways and parking lots. Fast response times ensure safety and accessibility during winter storms.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg?_wi=3", imageAlt: "Professional snow removal service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-park-river-shore-city-evening-time_181624-15945.jpg?_wi=4", - imageAlt: "Westland Michigan neighborhood", - }, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-park-river-shore-city-evening-time_181624-15945.jpg?_wi=4", imageAlt: "Westland Michigan neighborhood"}, }, { id: 3, - title: "Seasonal Cleanup", - description: "Spring and fall cleanup services including debris removal, gutter cleaning, and yard restoration. Prepare your property for every season.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-plating-ground-small-tree_23-2148943236.jpg?_wi=5", - imageAlt: "Fall seasonal cleanup landscape", - }, + title: "Seasonal Cleanup", description: "Spring and fall cleanup services including debris removal, gutter cleaning, and yard restoration. Prepare your property for every season.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/man-plating-ground-small-tree_23-2148943236.jpg?_wi=5", imageAlt: "Fall seasonal cleanup landscape"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg?_wi=5", - imageAlt: "Professional lawn care service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg?_wi=5", imageAlt: "Professional lawn care service"}, }, ]} showStepNumbers={true} @@ -111,9 +89,7 @@ export default function AboutPage() { animationType="slide-up" buttons={[ { - text: "Call to Book Service", - href: "tel:7345550147", - }, + text: "Call to Book Service", href: "tel:7345550147"}, ]} buttonAnimation="slide-up" /> @@ -127,24 +103,21 @@ export default function AboutPage() { copyrightText="© 2025 TLT LawnCare & Snow Removal LLC | Serving Westland, MI" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Lawn Care", href: "/services" }, { label: "Snow Removal", href: "/services" }, { label: "Seasonal Cleanup", href: "/services" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Contact", href: "/contact" }, + { label: "Contact", href: "#contact" }, { label: "Testimonials", href: "#testimonials" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (734) 555-0147", href: "tel:7345550147" }, { label: "Westland, MI", href: "#" }, { label: "Email: info@tltlawncare.com", href: "mailto:info@tltlawncare.com" },