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() {