From 6110d47dbf0547b97a9847a01bc38d95ebc27962 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 20:47:59 +0000 Subject: [PATCH 1/2] 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() { Date: Tue, 24 Mar 2026 20:47:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 303 ++++++++++------------------------------------- 1 file changed, 64 insertions(+), 239 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c380f13..dd8f725 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,40 +33,20 @@ export default function LandingPage() { @@ -74,32 +54,23 @@ export default function LandingPage() {
@@ -142,36 +105,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "junk-removal", - name: "Junk Removal", - price: "Starting at $129", - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27395.jpg?_wi=1", - imageAlt: "Pile of junk ready for removal", - }, + id: "junk-removal", name: "Junk Removal", price: "Starting at $129", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27395.jpg?_wi=1", imageAlt: "Pile of junk ready for removal"}, { - id: "house-cleanouts", - name: "House & Property Cleanouts", - price: "Custom Estimate", - imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068947.jpg?_wi=1", - imageAlt: "Empty room after a house cleanout", - }, + id: "house-cleanouts", name: "House & Property Cleanouts", price: "Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068947.jpg?_wi=1", imageAlt: "Empty room after a house cleanout"}, { - id: "construction-debris", - name: "Construction Debris Removal", - price: "Custom Estimate", - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg", - imageAlt: "Construction site with debris", - }, + id: "construction-debris", name: "Construction Debris Removal", price: "Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg", imageAlt: "Construction site with debris"}, { - id: "garage-attic-shed", - name: "Garage, Shed & Attic Cleanouts", - price: "Custom Estimate", - imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068947.jpg?_wi=2", - imageAlt: "Cluttered garage before cleanout", - }, + id: "garage-attic-shed", name: "Garage, Shed & Attic Cleanouts", price: "Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068947.jpg?_wi=2", imageAlt: "Cluttered garage before cleanout"}, ]} title="Our Comprehensive Junk Removal Services" description="From single-item pickups to full property cleanouts, we handle all your waste management needs quickly and efficiently." + animationType="slide-up" /> @@ -182,12 +126,9 @@ export default function LandingPage() { title="Your Trusted Local Junk Removal Partner" buttons={[ { - text: "Learn More About Us", - href: "/about", - }, + text: "Learn More About Us", href: "/about"}, ]} tagIcon={Info} - description="Trash Man Shawty is a locally owned and operated junk removal and waste management business proudly serving Milledgeville, GA, and surrounding areas. With years of experience and a dedication to customer satisfaction, we offer fast, reliable, and affordable services. Our friendly, professional team handles everything from appliance removal to full property cleanouts, ensuring a hassle-free experience.\n\n**Our Simple Process:**\n1. **Call or Request Online:** Get in touch for a free, no-obligation estimate.\n2. **Schedule Your Service:** We work around your schedule, offering same-day appointments.\n3. **Relax, We Handle It:** Our crew arrives, loads your junk, and hauls it away responsibly." /> @@ -197,55 +138,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - date: "May 2024", - title: "Excellent Same-Day Service!", - quote: "Trash Man Shawty was amazing! They responded quickly and removed all the junk from my garage on the same day. The crew was professional and friendly. Highly recommend!", - tag: "Homeowner", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", - avatarAlt: "Sarah J. avatar", - }, + id: "1", name: "Sarah J.", date: "May 2024", title: "Excellent Same-Day Service!", quote: "Trash Man Shawty was amazing! They responded quickly and removed all the junk from my garage on the same day. The crew was professional and friendly. Highly recommend!", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", avatarAlt: "Sarah J. avatar"}, { - id: "2", - name: "Michael D.", - date: "April 2024", - title: "Fast and Efficient Cleanout", - quote: "Needed a rental property cleaned out fast. Trash Man Shawty delivered! The team was incredibly efficient, and they worked with my budget. Fantastic service!", - tag: "Property Manager", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-smiling_23-2148221808.jpg", - avatarAlt: "Michael D. avatar", - }, + id: "2", name: "Michael D.", date: "April 2024", title: "Fast and Efficient Cleanout", quote: "Needed a rental property cleaned out fast. Trash Man Shawty delivered! The team was incredibly efficient, and they worked with my budget. Fantastic service!", tag: "Property Manager", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-smiling_23-2148221808.jpg", avatarAlt: "Michael D. avatar"}, { - id: "3", - name: "Emily R.", - date: "March 2024", - title: "Friendly & Professional", - quote: "The guys from Trash Man Shawty were so friendly and professional. They made a stressful cleanout so much easier. Fair pricing and great communication throughout.", - tag: "Family Cleanout", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg", - avatarAlt: "Emily R. avatar", - }, + id: "3", name: "Emily R.", date: "March 2024", title: "Friendly & Professional", quote: "The guys from Trash Man Shawty were so friendly and professional. They made a stressful cleanout so much easier. Fair pricing and great communication throughout.", tag: "Family Cleanout", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg", avatarAlt: "Emily R. avatar"}, { - id: "4", - name: "David K.", - date: "February 2024", - title: "Best in Milledgeville!", - quote: "I've used other services, but Trash Man Shawty is by far the best in Milledgeville. They are reliable, quick, and always go above and beyond. My go-to for all junk removal.", - tag: "Local Business Owner", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", - avatarAlt: "David K. avatar", - }, + id: "4", name: "David K.", date: "February 2024", title: "Best in Milledgeville!", quote: "I've used other services, but Trash Man Shawty is by far the best in Milledgeville. They are reliable, quick, and always go above and beyond. My go-to for all junk removal.", tag: "Local Business Owner", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", avatarAlt: "David K. avatar"}, { - id: "5", - name: "Jessica L.", - date: "January 2024", - title: "Highly Recommend Their Service", - quote: "They were able to accommodate my last-minute request and were incredibly thorough. The pricing was very reasonable for the quality of work. Truly impressed!", - tag: "Homeowner", - avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", - avatarAlt: "Jessica L. avatar", - }, + id: "5", name: "Jessica L.", date: "January 2024", title: "Highly Recommend Their Service", quote: "They were able to accommodate my last-minute request and were incredibly thorough. The pricing was very reasonable for the quality of work. Truly impressed!", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", avatarAlt: "Jessica L. avatar"}, ]} title="What Our Customers Say" description="See why homeowners and businesses in Milledgeville trust Trash Man Shawty for their junk removal needs." @@ -257,23 +158,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Milledgeville", - "Toomsboro", - "Eatonton", - "Sparta", - "Gordon", - "Gray", - "Haddock", - ]} + "Milledgeville", "Toomsboro", "Eatonton", "Sparta", "Gordon", "Gray", "Haddock"]} title="Serving Milledgeville & Surrounding Communities" description="We proudly offer reliable junk removal and cleanout services across the greater Milledgeville area." tag="Local Coverage" tagIcon={MapPin} buttons={[ { - text: "View All Service Areas", - href: "/areas", - }, + text: "View All Service Areas", href: "/areas"}, ]} /> @@ -284,39 +176,21 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "What kind of junk do you remove?", - content: "We remove almost anything non-hazardous, including furniture, appliances, electronics, yard waste, construction debris, and general household junk. If you're unsure, just give us a call!", - }, + id: "faq-1", title: "What kind of junk do you remove?", content: "We remove almost anything non-hazardous, including furniture, appliances, electronics, yard waste, construction debris, and general household junk. If you're unsure, just give us a call!"}, { - id: "faq-2", - title: "How does your pricing work?", - content: "Our pricing is based on the volume of junk you need removed, not by weight. We offer free, no-obligation estimates. Once we see what needs to go, we'll provide a transparent quote.", - }, + id: "faq-2", title: "How does your pricing work?", content: "Our pricing is based on the volume of junk you need removed, not by weight. We offer free, no-obligation estimates. Once we see what needs to go, we'll provide a transparent quote."}, { - id: "faq-3", - title: "Do you offer same-day service?", - content: "Yes! We pride ourselves on fast response times and often offer same-day or next-day junk removal services, depending on availability. Contact us as early as possible to schedule.", - }, + id: "faq-3", title: "Do you offer same-day service?", content: "Yes! We pride ourselves on fast response times and often offer same-day or next-day junk removal services, depending on availability. Contact us as early as possible to schedule."}, { - id: "faq-4", - title: "Are you licensed and insured?", - content: "Absolutely. Trash Man Shawty is fully licensed and insured, providing peace of mind that your property and belongings are in safe, professional hands.", - }, + id: "faq-4", title: "Are you licensed and insured?", content: "Absolutely. Trash Man Shawty is fully licensed and insured, providing peace of mind that your property and belongings are in safe, professional hands."}, { - id: "faq-5", - title: "What areas do you serve?", - content: "We primarily serve Milledgeville, GA, and surrounding counties including Baldwin, Putnam, Jones, and Wilkinson. Check our Service Areas page for a full list of towns.", - }, + id: "faq-5", title: "What areas do you serve?", content: "We primarily serve Milledgeville, GA, and surrounding counties including Baldwin, Putnam, Jones, and Wilkinson. Check our Service Areas page for a full list of towns."}, { - id: "faq-6", - title: "How do I get an estimate?", - content: "You can get a free estimate by calling us directly at (478) 363-0540 or by filling out our online 'Get a Free Estimate' form. We'll get back to you quickly!", - }, + id: "faq-6", title: "How do I get an estimate?", content: "You can get a free estimate by calling us directly at (478) 363-0540 or by filling out our online 'Get a Free Estimate' form. We'll get back to you quickly!"}, ]} title="Frequently Asked Questions" description="Have questions about our junk removal process, pricing, or services? Find quick answers here." - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" /> @@ -325,49 +199,27 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "contact-faq-1", - title: "Name", - content: "Tell us who you are.", - }, + id: "contact-faq-1", title: "Name", content: "Tell us who you are."}, { - id: "contact-faq-2", - title: "Phone Number", - content: "How can we reach you for your estimate?", - }, + id: "contact-faq-2", title: "Phone Number", content: "How can we reach you for your estimate?"}, { - id: "contact-faq-3", - title: "Service Address / City", - content: "Where do you need the service in Milledgeville, GA?", - }, + id: "contact-faq-3", title: "Service Address / City", content: "Where do you need the service in Milledgeville, GA?"}, { - id: "contact-faq-4", - title: "What do you need removed?", - content: "Describe the items or type of cleanout needed.", - }, + id: "contact-faq-4", title: "What do you need removed?", content: "Describe the items or type of cleanout needed."}, { - id: "contact-faq-5", - title: "Email (Optional)", - content: "For additional communication, if preferred.", - }, + id: "contact-faq-5", title: "Email (Optional)", content: "For additional communication, if preferred."}, { - id: "contact-faq-6", - title: "Preferred Date (Optional)", - content: "When would you like the service to occur?", - }, + id: "contact-faq-6", title: "Preferred Date (Optional)", content: "When would you like the service to occur?"}, { - id: "contact-faq-7", - title: "Upload Photos (Optional)", - content: "Helps us give a more accurate quote!", - }, + id: "contact-faq-7", title: "Upload Photos (Optional)", content: "Helps us give a more accurate quote!"}, ]} ctaTitle="Ready to Clear Out the Clutter?" ctaDescription="Get a fast, free estimate for your junk removal or cleanout project in Milledgeville, GA. Call us or fill out the form below!" ctaButton={{ - text: "Call (478) 363-0540", - href: "tel:+14783630540", - }} + text: "Call (478) 363-0540", href: "tel:+14783630540"}} ctaIcon={Phone} showCard={true} + animationType="slide-up" /> @@ -377,66 +229,39 @@ export default function LandingPage() { imageAlt="Junk removal illustration" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Junk Removal", - href: "/services#junk-removal", - }, + label: "Junk Removal", href: "/services#junk-removal"}, { - label: "House Cleanouts", - href: "/services#house-cleanouts", - }, + label: "House Cleanouts", href: "/services#house-cleanouts"}, { - label: "Debris Removal", - href: "/services#debris-removal", - }, + label: "Debris Removal", href: "/services#debris-removal"}, { - label: "Commercial Services", - href: "/services#commercial", - }, + label: "Commercial Services", href: "/services#commercial"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Service Areas", - href: "/areas", - }, + label: "Service Areas", href: "/areas"}, { - label: "Reviews", - href: "/reviews", - }, + label: "Reviews", href: "/reviews"}, { - label: "FAQ", - href: "/faq", - }, + label: "FAQ", href: "/faq"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Get a Free Estimate", - href: "/contact", - }, + label: "Get a Free Estimate", href: "/contact"}, { - label: "Call Us: (478) 363-0540", - href: "tel:+14783630540", - }, + label: "Call Us: (478) 363-0540", href: "tel:+14783630540"}, { - label: "Milledgeville, GA", - href: "#", - }, + label: "Milledgeville, GA", href: "#"}, { - label: "Open 24 Hours", - href: "#", - }, + label: "Open 24 Hours", href: "#"}, ], }, ]} -- 2.49.1