From 6110d47dbf0547b97a9847a01bc38d95ebc27962 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 20:47:59 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 159 +++++++++-------------------------------- 1 file changed, 34 insertions(+), 125 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b1b50bb..8a66f9a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,40 +28,20 @@ export default function LandingPage() { @@ -75,29 +55,19 @@ export default function LandingPage() { tag="Our Story" buttons={[ { - text: "Meet the Team", - href: "/about#team", - }, + text: "Meet the Team", href: "/about#team"}, { - text: "See Our Services", - href: "/services", - }, + text: "See Our Services", href: "/services"}, ]} bulletPoints={[ { - title: "Local & Family-Owned", - description: "Proudly serving Milledgeville with a personal touch.", - icon: Home, + title: "Local & Family-Owned", description: "Proudly serving Milledgeville with a personal touch.", icon: Home, }, { - title: "Eco-Friendly Disposal", - description: "Committed to responsible recycling and donation.", - icon: Recycle, + title: "Eco-Friendly Disposal", description: "Committed to responsible recycling and donation.", icon: Recycle, }, { - title: "Fast & Reliable Service", - description: "Same-day or next-day appointments available.", - icon: Clock, + title: "Fast & Reliable Service", description: "Same-day or next-day appointments available.", icon: Clock, }, ]} imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg?_wi=2" @@ -113,17 +83,11 @@ export default function LandingPage() { description="Our dedication goes beyond just hauling junk. We're committed to improving our community through efficient service, responsible disposal, and unparalleled customer satisfaction." metrics={[ { - value: "5+", - title: "Years in Service", - }, + value: "5+", title: "Years in Service"}, { - value: "2000+", - title: "Happy Customers", - }, + value: "2000+", title: "Happy Customers"}, { - value: "500+", - title: "Tons Recycled", - }, + value: "500+", title: "Tons Recycled"}, ]} tag="Our Achievements" imageSrc="http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27395.jpg?_wi=2" @@ -140,45 +104,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah P.", - handle: "@SarahP_GA", - testimonial: "Trash Man Shawty made my garage cleanout so easy! Professional, friendly, and super fast. Highly recommend their service!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", - imageAlt: "Sarah P. avatar", - }, + id: "1", name: "Sarah P.", handle: "@SarahP_GA", testimonial: "Trash Man Shawty made my garage cleanout so easy! Professional, friendly, and super fast. Highly recommend their service!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Sarah P. avatar"}, { - id: "2", - name: "Mark D.", - handle: "@MarkD_Milledge", - testimonial: "Needed construction debris removed quickly. They were on time and did an amazing job. Highly recommend Trash Man Shawty!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-smiling_23-2148221808.jpg", - imageAlt: "Mark D. avatar", - }, + id: "2", name: "Mark D.", handle: "@MarkD_Milledge", testimonial: "Needed construction debris removed quickly. They were on time and did an amazing job. Highly recommend Trash Man Shawty!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-smiling_23-2148221808.jpg", imageAlt: "Mark D. avatar"}, { - id: "3", - name: "Emily R.", - handle: "@EmilyR_Clean", - testimonial: "Excellent service from start to finish. They handled everything efficiently and responsibly. Will definitely use again!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg", - imageAlt: "Emily R. avatar", - }, + id: "3", name: "Emily R.", handle: "@EmilyR_Clean", testimonial: "Excellent service from start to finish. They handled everything efficiently and responsibly. Will definitely use again!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg", imageAlt: "Emily R. avatar"}, { - id: "4", - name: "James K.", - handle: "@JamesK_Home", - testimonial: "Great experience with Trash Man Shawty. Fair pricing and they left the area spotless. Couldn't ask for more professional help.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", - imageAlt: "James K. avatar", - }, + id: "4", name: "James K.", handle: "@JamesK_Home", testimonial: "Great experience with Trash Man Shawty. Fair pricing and they left the area spotless. Couldn't ask for more professional help.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", imageAlt: "James K. avatar"}, { - id: "5", - name: "Olivia M.", - handle: "@OliviaM_GA", - testimonial: "They took care of an old appliance removal with no hassle. Very professional and courteous. A true lifesaver!", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", - imageAlt: "Olivia M. avatar", - }, + id: "5", name: "Olivia M.", handle: "@OliviaM_GA", testimonial: "They took care of an old appliance removal with no hassle. Very professional and courteous. A true lifesaver!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", imageAlt: "Olivia M. avatar"}, ]} title="Hear From Our Satisfied Customers" description="We pride ourselves on delivering excellent service. Read what our clients have to say about their experience with Trash Man Shawty." @@ -191,62 +125,37 @@ export default function LandingPage() {