From dfe6009f79a52762692c9bf15e6e819aa5763758 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 20:55:28 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 62 +++++++++--------------------------------- 1 file changed, 13 insertions(+), 49 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ffad64b..be39850 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/" }, { label: "About", href: "/about" }, @@ -27,8 +26,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Lawn Mowing", href: "/" }, { label: "Mulch Installation", href: "/" }, { label: "Tree Trimming", href: "/" }, @@ -36,8 +34,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "πŸ“ž Call: +1 931-993-3543", href: "tel:+19319933543" }, { label: "πŸ“§ Email", href: "mailto:info@tennesseeelawnsolutions.com" }, { label: "πŸ“ Lewisburg, TN", href: "#" }, @@ -45,8 +42,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -71,9 +67,7 @@ export default function AboutPage() { brandName="Tennessee Lawn Solutions" navItems={navItems} button={{ - text: "πŸ“ž Call Now: +1 931-993-3543", - href: "tel:+19319933543", - }} + text: "πŸ“ž Call Now: +1 931-993-3543", href: "tel:+19319933543"}} /> @@ -89,31 +83,17 @@ export default function AboutPage() { features={[ { id: 1, - title: "Founded on Reliability", - description: "With over 10 years of experience in lawn care and landscaping, Tennessee Lawn Solutions has built a reputation for dependable service and quality workmanship in the Lewisburg community.", - imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=1", - imageAlt: "Professional landscaping team", - }, + title: "Founded on Reliability", description: "With over 10 years of experience in lawn care and landscaping, Tennessee Lawn Solutions has built a reputation for dependable service and quality workmanship in the Lewisburg community.", imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=1", imageAlt: "Professional landscaping team"}, { id: 2, - title: "Professional Team", - description: "Our crew members are trained, equipped, and passionate about outdoor spaces. Every team member brings expertise in lawn care, landscaping, and customer service excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=2", - imageAlt: "Professional team members", - }, + title: "Professional Team", description: "Our crew members are trained, equipped, and passionate about outdoor spaces. Every team member brings expertise in lawn care, landscaping, and customer service excellence.", imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=2", imageAlt: "Professional team members"}, { id: 3, - title: "Community Focused", - description: "We are proud to serve Lewisburg residents and businesses. Our commitment goes beyond lawn careβ€”we invest in our community and build lasting relationships with every client.", - imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=3", - imageAlt: "Community service commitment", - }, + title: "Community Focused", description: "We are proud to serve Lewisburg residents and businesses. Our commitment goes beyond lawn careβ€”we invest in our community and build lasting relationships with every client.", imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=3", imageAlt: "Community service commitment"}, ]} buttons={[ { - text: "πŸ“ž Call for Details", - href: "tel:+19319933543", - }, + text: "πŸ“ž Call for Details", href: "tel:+19319933543"}, ]} buttonAnimation="slide-up" /> @@ -128,29 +108,13 @@ export default function AboutPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "500+", - title: "Happy Customers", - description: "Satisfied homeowners and businesses trusting us with their landscapes.", - }, + id: "1", value: "500+", title: "Happy Customers", description: "Satisfied homeowners and businesses trusting us with their landscapes.", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Happy customers testimonial"}, { - id: "2", - value: "10+", - title: "Years Experience", - description: "Decade of reliable lawn care service in Lewisburg, TN.", - }, + id: "2", value: "10+", title: "Years Experience", description: "Decade of reliable lawn care service in Lewisburg, TN.", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Years of experience"}, { - id: "3", - value: "5.0β˜…", - title: "Customer Rating", - description: "Consistent 5-star reviews from our valued clients.", - }, + id: "3", value: "5.0β˜…", title: "Customer Rating", description: "Consistent 5-star reviews from our valued clients.", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Customer rating"}, { - id: "4", - value: "100%", - title: "Satisfaction", - description: "Guaranteed quality on every project we undertake.", - }, + id: "4", value: "100%", title: "Satisfaction", description: "Guaranteed quality on every project we undertake.", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Satisfaction guarantee"}, ]} /> -- 2.49.1 From 481fedc01cb765197449a0e325bd31d8996e60d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 20:55:29 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 40 +++++++++------------------------------- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d0c18de..1e00460 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/" }, { label: "About", href: "/about" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Lawn Mowing", href: "/" }, { label: "Mulch Installation", href: "/" }, { label: "Tree Trimming", href: "/" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "πŸ“ž Call: +1 931-993-3543", href: "tel:+19319933543" }, { label: "πŸ“§ Email", href: "mailto:info@tennesseeelawnsolutions.com" }, { label: "πŸ“ Lewisburg, TN", href: "#" }, @@ -45,8 +42,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -75,9 +71,7 @@ export default function ContactPage() { brandName="Tennessee Lawn Solutions" navItems={navItems} button={{ - text: "πŸ“ž Call Now: +1 931-993-3543", - href: "tel:+19319933543", - }} + text: "πŸ“ž Call Now: +1 931-993-3543", href: "tel:+19319933543"}} /> @@ -105,29 +99,13 @@ export default function ContactPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "πŸ“ž", - title: "Phone", - description: "+1 931-993-3543 - Call anytime during business hours", - }, + id: "1", value: "πŸ“ž", title: "Phone", description: "+1 931-993-3543 - Call anytime during business hours", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Phone contact"}, { - id: "2", - value: "πŸ“", - title: "Location", - description: "Serving Lewisburg, TN and surrounding areas", - }, + id: "2", value: "πŸ“", title: "Location", description: "Serving Lewisburg, TN and surrounding areas", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Location"}, { - id: "3", - value: "⏰", - title: "Hours", - description: "Monday - Saturday, 8AM - 6PM. Same-day quotes available!", - }, + id: "3", value: "⏰", title: "Hours", description: "Monday - Saturday, 8AM - 6PM. Same-day quotes available!", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Business hours"}, { - id: "4", - value: "βœ“", - title: "Response Time", - description: "24-hour guarantee on all quote requests", - }, + id: "4", value: "βœ“", title: "Response Time", description: "24-hour guarantee on all quote requests", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Response time guarantee"}, ]} /> -- 2.49.1 From 8bbb4b3e396ed48201df4bb7b7114a78ee3c45c6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 20:55:29 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 132 +++++++++-------------------------------------- 1 file changed, 24 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 510eae5..21ee09a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "Services", href: "#services" }, { label: "About", href: "/about" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Lawn Mowing", href: "#services" }, { label: "Mulch Installation", href: "#services" }, { label: "Tree Trimming", href: "#services" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "πŸ“ž Call: +1 931-993-3543", href: "tel:+19319933543" }, { label: "πŸ“§ Email", href: "mailto:info@tennesseeelawnsolutions.com" }, { label: "πŸ“ Lewisburg, TN", href: "#" }, @@ -49,8 +46,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -75,9 +71,7 @@ export default function HomePage() { brandName="Tennessee Lawn Solutions" navItems={navItems} button={{ - text: "πŸ“ž Call Now: +1 931-993-3543", - href: "tel:+19319933543", - }} + text: "πŸ“ž Call Now: +1 931-993-3543", href: "tel:+19319933543"}} /> @@ -88,19 +82,13 @@ export default function HomePage() { background={{ variant: "plain" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/side-view-man-carrying-wheelbarrow_23-2149382173.jpg", - alt: "Professional lawn care service", - }, + src: "http://img.b2bpic.net/free-photo/side-view-man-carrying-wheelbarrow_23-2149382173.jpg", alt: "Professional lawn care service"}, ]} buttons={[ { - text: "πŸ“ž Call Now: +1 931-993-3543", - href: "tel:+19319933543", - }, + text: "πŸ“ž Call Now: +1 931-993-3543", href: "tel:+19319933543"}, { - text: "πŸ“ Get Free Quote", - href: "#contact", - }, + text: "πŸ“ Get Free Quote", href: "#contact"}, ]} buttonAnimation="slide-up" /> @@ -118,38 +106,20 @@ export default function HomePage() { features={[ { id: 1, - title: "Professional Lawn Mowing", - description: "Precision mowing with well-maintained equipment. Weekly or bi-weekly service available.", - imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg", - imageAlt: "Professional lawn mowing", - }, + title: "Professional Lawn Mowing", description: "Precision mowing with well-maintained equipment. Weekly or bi-weekly service available.", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg", imageAlt: "Professional lawn mowing"}, { id: 2, - title: "🌿 50% Off Mulch", - description: "Premium mulch installation for garden beds. Special promotional pricing this season.", - imageSrc: "http://img.b2bpic.net/free-photo/planting-sprout_1398-713.jpg", - imageAlt: "Mulch installation service", - }, + title: "🌿 50% Off Mulch", description: "Premium mulch installation for garden beds. Special promotional pricing this season.", imageSrc: "http://img.b2bpic.net/free-photo/planting-sprout_1398-713.jpg", imageAlt: "Mulch installation service"}, { id: 3, - title: "Tree & Shrub Trimming", - description: "Expert pruning and trimming to enhance your property's appearance and plant health.", - imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-park-tea-drinking-open-air_613910-7341.jpg", - imageAlt: "Tree trimming service", - }, + title: "Tree & Shrub Trimming", description: "Expert pruning and trimming to enhance your property's appearance and plant health.", imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-park-tea-drinking-open-air_613910-7341.jpg", imageAlt: "Tree trimming service"}, { id: 4, - title: "Yard Cleanup & Seasonal Care", - description: "Spring leaf removal, fall cleanup, and seasonal maintenance to keep your yard pristine.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-shoveling-leaves-with-garden-tools_259150-59028.jpg", - imageAlt: "Yard cleanup service", - }, + title: "Yard Cleanup & Seasonal Care", description: "Spring leaf removal, fall cleanup, and seasonal maintenance to keep your yard pristine.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-shoveling-leaves-with-garden-tools_259150-59028.jpg", imageAlt: "Yard cleanup service"}, ]} buttons={[ { - text: "πŸ“ž Call for Details", - href: "tel:+19319933543", - }, + text: "πŸ“ž Call for Details", href: "tel:+19319933543"}, ]} buttonAnimation="slide-up" /> @@ -164,65 +134,27 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "Homeowner, Lewisburg", - testimonial: "Excellent service! They mow on time every week and the lawn looks amazing. Highly recommend Tennessee Lawn Solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", - imageAlt: "Sarah Johnson", - icon: Star, + id: "1", name: "Sarah Johnson", handle: "Homeowner, Lewisburg", testimonial: "Excellent service! They mow on time every week and the lawn looks amazing. Highly recommend Tennessee Lawn Solutions.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Johnson", icon: Star, }, { - id: "2", - name: "Michael Chen", - handle: "Property Manager", - testimonial: "Professional team with great attention to detail. They handle all our commercial properties. Top-notch work!", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=1", - imageAlt: "Michael Chen", - icon: Star, + id: "2", name: "Michael Chen", handle: "Property Manager", testimonial: "Professional team with great attention to detail. They handle all our commercial properties. Top-notch work!", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=1", imageAlt: "Michael Chen", icon: Star, }, { - id: "3", - name: "Emily Rodriguez", - handle: "Homeowner", - testimonial: "The mulch installation transformed our garden beds. Quality materials and fair pricing. Will definitely use again!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1", - imageAlt: "Emily Rodriguez", - icon: Star, + id: "3", name: "Emily Rodriguez", handle: "Homeowner", testimonial: "The mulch installation transformed our garden beds. Quality materials and fair pricing. Will definitely use again!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1", imageAlt: "Emily Rodriguez", icon: Star, }, { - id: "4", - name: "David Kim", - handle: "Business Owner", - testimonial: "Reliable, punctual, and professional. They've been maintaining our commercial landscape for 2 years without issues.", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=1", - imageAlt: "David Kim", - icon: Star, + id: "4", name: "David Kim", handle: "Business Owner", testimonial: "Reliable, punctual, and professional. They've been maintaining our commercial landscape for 2 years without issues.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=1", imageAlt: "David Kim", icon: Star, }, { - id: "5", - name: "Jennifer Martinez", - handle: "Homeowner", - testimonial: "Best lawn care company in Lewisburg! They handle everythingβ€”mowing, trimming, cleanup. Highly satisfied.", - imageSrc: "http://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg?_wi=1", - imageAlt: "Jennifer Martinez", - icon: Star, + id: "5", name: "Jennifer Martinez", handle: "Homeowner", testimonial: "Best lawn care company in Lewisburg! They handle everythingβ€”mowing, trimming, cleanup. Highly satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg?_wi=1", imageAlt: "Jennifer Martinez", icon: Star, }, { - id: "6", - name: "Robert Thompson", - handle: "Property Owner", - testimonial: "Called for emergency cleanup before an event. They showed up the same day and did excellent work. Grateful!", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=1", - imageAlt: "Robert Thompson", - icon: Star, + id: "6", name: "Robert Thompson", handle: "Property Owner", testimonial: "Called for emergency cleanup before an event. They showed up the same day and did excellent work. Grateful!", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=1", imageAlt: "Robert Thompson", icon: Star, }, ]} buttons={[ { - text: "⭐ Write a Review", - href: "/reviews", - }, + text: "⭐ Write a Review", href: "/reviews"}, ]} buttonAnimation="slide-up" /> @@ -237,29 +169,13 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "500+", - title: "Happy Customers", - description: "Satisfied homeowners and businesses trusting us with their landscapes.", - }, + id: "1", value: "500+", title: "Happy Customers", description: "Satisfied homeowners and businesses trusting us with their landscapes.", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Happy customers"}, { - id: "2", - value: "10+", - title: "Years Experience", - description: "Decade of reliable lawn care service in Lewisburg, TN.", - }, + id: "2", value: "10+", title: "Years Experience", description: "Decade of reliable lawn care service in Lewisburg, TN.", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Years of experience"}, { - id: "3", - value: "5.0β˜…", - title: "Customer Rating", - description: "Consistent 5-star reviews from our valued clients.", - }, + id: "3", value: "5.0β˜…", title: "Customer Rating", description: "Consistent 5-star reviews from our valued clients.", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Customer rating"}, { - id: "4", - value: "50%", - title: "Mulch Promo", - description: "Special seasonal discount on premium mulch installation.", - }, + id: "4", value: "50%", title: "Mulch Promo", description: "Special seasonal discount on premium mulch installation.", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Mulch promotion"}, ]} /> -- 2.49.1