Update src/app/page.tsx

This commit is contained in:
2026-03-13 14:12:47 +00:00
parent e477afd276
commit e9795c1b2f

View File

@@ -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() {
<TestimonialCardTwelve
testimonials={[
{
id: "testimonial-1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hn2hv0", imageAlt: "professional headshot portrait"},
id: "testimonial-1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hn2hv0", imageAlt: "professional headshot portrait"
},
{
id: "testimonial-2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=620uet", imageAlt: "satisfied customer portrait"},
id: "testimonial-2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=620uet", imageAlt: "satisfied customer portrait"
},
{
id: "testimonial-3", name: "Jennifer Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rbp2bq", imageAlt: "happy customer portrait"},
id: "testimonial-3", name: "Jennifer Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rbp2bq", imageAlt: "happy customer portrait"
},
{
id: "testimonial-4", name: "Robert Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=220zse", imageAlt: "customer review portrait"},
id: "testimonial-4", name: "Robert Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=220zse", imageAlt: "customer review portrait"
},
{
id: "testimonial-5", name: "Lisa Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7u8kr2", imageAlt: "smiling customer portrait"},
id: "testimonial-5", name: "Lisa Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7u8kr2", imageAlt: "smiling customer portrait"
},
{
id: "testimonial-6", name: "David Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2291dm", imageAlt: "happy customer face"},
id: "testimonial-6", name: "David Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2291dm", imageAlt: "happy customer face"
},
]}
cardTitle="What Our Customers Say"
cardTag="5-Star Reviews"
@@ -216,7 +233,8 @@ export default function HomePage() {
title="We Serve Your Neighborhood"
description="Proudly serving communities across Broward County with reliable lawn care."
names={[
"Davie", "Sunrise", "Plantation", "Weston", "Cooper City", "Southwest Ranches"]}
"Davie", "Sunrise", "Plantation", "Weston", "Cooper City", "Southwest Ranches"
]}
tag="Local Coverage"
tagIcon={MapPin}
tagAnimation="slide-up"
@@ -225,7 +243,8 @@ export default function HomePage() {
showCard={true}
buttons={[
{
text: "View Service Areas", href: "/service-areas"},
text: "View Service Areas", href: "/service-areas"
},
]}
buttonAnimation="slide-up"
ariaLabel="Service areas coverage section"
@@ -243,17 +262,21 @@ export default function HomePage() {
ctaTitle="Ready for Beautiful Lawns?"
ctaDescription="Contact us today for your free quote. Call us or fill out the form below."
ctaButton={{
text: "Schedule Now", href: "/contact"}}
text: "Schedule Now", href: "/contact"
}}
ctaIcon={Phone}
animationType="slide-up"
useInvertedBackground={true}
faqs={[
{
id: "faq-1", title: "What areas do you service?", content: "We serve Davie, Sunrise, Plantation, Weston, Cooper City, and Southwest Ranches in Broward County."},
id: "faq-1", title: "What areas do you service?", content: "We serve Davie, Sunrise, Plantation, Weston, Cooper City, and Southwest Ranches in Broward County."
},
{
id: "faq-2", title: "How much does lawn care cost?", content: "Basic lawn service starts at $30. We offer competitive pricing with no hidden fees. Get a free quote tailored to your property."},
id: "faq-2", title: "How much does lawn care cost?", content: "Basic lawn service starts at $30. We offer competitive pricing with no hidden fees. Get a free quote tailored to your property."
},
{
id: "faq-3", title: "Do you offer weekly service?", content: "Yes! We offer weekly, bi-weekly, and monthly service options. Choose the frequency that works best for you."},
id: "faq-3", title: "Do you offer weekly service?", content: "Yes! We offer weekly, bi-weekly, and monthly service options. Choose the frequency that works best for you."
},
]}
ariaLabel="Contact and FAQ section"
ctaTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]"
@@ -275,37 +298,49 @@ export default function HomePage() {
{
title: "Quick Links", items: [
{
label: "Home", href: "/"},
label: "Home", href: "/"
},
{
label: "Service Areas", href: "/service-areas"},
label: "Service Areas", href: "/service-areas"
},
{
label: "About", href: "/about"},
label: "About", href: "/about"
},
{
label: "Contact", href: "/contact"},
label: "Contact", href: "/contact"
},
],
},
{
title: "Services", items: [
{
label: "Lawn Mowing", href: "#"},
label: "Lawn Mowing", href: "#"
},
{
label: "Edging & Trimming", href: "#"},
label: "Edging & Trimming", href: "#"
},
{
label: "Yard Cleanup", href: "#"},
label: "Yard Cleanup", href: "#"
},
{
label: "Maintenance Plans", href: "#"},
label: "Maintenance Plans", href: "#"
},
],
},
{
title: "Contact", items: [
{
label: "Phone: (954) 555-0123", href: "tel:+19545550123"},
label: "Phone: (954) 555-0123", href: "tel:+19545550123"
},
{
label: "Email: info@mmbest.com", href: "mailto:info@mmbest.com"},
label: "Email: info@mmbest.com", href: "mailto:info@mmbest.com"
},
{
label: "Address: 840 Rock Hill Ave, Davie, FL 33325", href: "#"},
label: "Address: 840 Rock Hill Ave, Davie, FL 33325", href: "#"
},
{
label: "Hours: Daily until 6 PM", href: "#"},
label: "Hours: Daily until 6 PM", href: "#"
},
],
},
]}