From e477afd2760f6fb14104dcc6f86c7051e2ac4360 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:12:47 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 72 ++++++++++++++++++++++++++++-------------- 1 file changed, 48 insertions(+), 24 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 57fc175..5de71b6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,8 @@ export default function AboutPage() { tagAnimation="slide-up" buttons={[ { - text: "Work With Us", href: "/contact"}, + text: "Work With Us", href: "/contact" + }, ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64cqzn" @@ -74,23 +75,28 @@ export default function AboutPage() { features={[ { icon: Heart, - title: "Quality First", description: "We never compromise on quality. Every lawn receives our full attention and expertise, whether it's a standard mowing or complex landscaping."}, + title: "Quality First", description: "We never compromise on quality. Every lawn receives our full attention and expertise, whether it's a standard mowing or complex landscaping." + }, { icon: Handshake, - title: "Personal Touch", description: "We treat every customer like family. You're not just a job number—you're part of our community, and your satisfaction is our priority."}, + title: "Personal Touch", description: "We treat every customer like family. You're not just a job number—you're part of our community, and your satisfaction is our priority." + }, { icon: Award, - title: "Reliability & Trust", description: "When you schedule us, you know we'll show up on time, do great work, and follow through. Your trust is everything."}, + title: "Reliability & Trust", description: "When you schedule us, you know we'll show up on time, do great work, and follow through. Your trust is everything." + }, { icon: Star, - title: "Affordable Excellence", description: "Professional lawn care doesn't have to break the bank. We offer competitive pricing without sacrificing quality or service."}, + title: "Affordable Excellence", description: "Professional lawn care doesn't have to break the bank. We offer competitive pricing without sacrificing quality or service." + }, ]} animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} buttons={[ { - text: "Learn More", href: "/contact"}, + text: "Learn More", href: "/contact" + }, ]} buttonAnimation="slide-up" ariaLabel="About us values feature section" @@ -109,17 +115,23 @@ export default function AboutPage() { Date: Fri, 13 Mar 2026 14:12:47 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 105 +++++++++++++++++++++++++++++++---------------- 1 file changed, 70 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48ad4fd..95b13c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,16 +52,20 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Call Now: (954) 555-0123", href: "tel:+19545550123"}, + text: "Call Now: (954) 555-0123", href: "tel:+19545550123" + }, { - text: "Get Free Quote", href: "/contact"}, + text: "Get Free Quote", href: "/contact" + }, ]} buttonAnimation="slide-up" background={{ - variant: "radial-gradient"}} + variant: "radial-gradient" + }} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p8kx5q", imageAlt: "professional lawn mowing residential"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p8kx5q", imageAlt: "professional lawn mowing residential" + }, ]} mediaAnimation="slide-up" ariaLabel="Hero section - Affordable lawn care in Davie" @@ -85,7 +89,8 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Schedule Service", href: "/contact"}, + text: "Schedule Service", href: "/contact" + }, ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64cqzn" @@ -111,23 +116,28 @@ export default function HomePage() { features={[ { icon: Scissors, - title: "Lawn Mowing", description: "Professional grass cutting with precision equipment. Weekly or bi-weekly service available."}, + title: "Lawn Mowing", description: "Professional grass cutting with precision equipment. Weekly or bi-weekly service available." + }, { icon: Hammer, - title: "Edging & Trimming", description: "Clean, precise edges and hedge trimming for a polished, manicured appearance."}, + title: "Edging & Trimming", description: "Clean, precise edges and hedge trimming for a polished, manicured appearance." + }, { icon: Trash2, - title: "Yard Cleanup", description: "Debris removal, seasonal cleanup, and property maintenance to keep your yard pristine."}, + title: "Yard Cleanup", description: "Debris removal, seasonal cleanup, and property maintenance to keep your yard pristine." + }, { icon: CheckCircle, - title: "Routine Maintenance", description: "Ongoing care programs designed to maintain your lawn's health and appearance year-round."}, + title: "Routine Maintenance", description: "Ongoing care programs designed to maintain your lawn's health and appearance year-round." + }, ]} animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} buttons={[ { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, ]} buttonAnimation="slide-up" ariaLabel="Services feature section" @@ -168,7 +178,8 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Get Started", href: "/contact"}, + text: "Get Started", href: "/contact" + }, ]} buttonAnimation="slide-up" ariaLabel="Why choose us metrics section" @@ -185,17 +196,23 @@ export default function HomePage() {