Update src/app/page.tsx

This commit is contained in:
2026-03-16 00:31:24 +00:00
parent 1259d469c9
commit df97c394f4

View File

@@ -46,17 +46,17 @@ export default function LandingPage() {
title="Luxury Lawn Care & Property Maintenance in the St. Louis Area"
description="Reliable, professional lawn care from a trusted local crew. From mowing and leaf cleanup to full property maintenance, we keep your yard looking its absolute best year-round. Rated 4.1 stars from local customers."
tag="⭐ 4.1 Stars from Local Customers"
background="gradient-bars"
background={{ variant: "gradient-bars" }}
buttons={[
{ text: "📞 Call Now: (314) 803-1424", href: "tel:(314) 803-1424" },
{ text: "📩 Get a Free Quote", href: "#contact" }
]}
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41432.jpg", imageAlt: "beautiful fresh striped lawn professional crew" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg?_wi=1", imageAlt: "professional lawn service team outdoor" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1", imageAlt: "lawn mowing service professional equipment" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-leaves-umbrella-with-copy-space_23-2148647619.jpg?_wi=1", imageAlt: "fall leaf cleanup removal service" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg?_wi=1", imageAlt: "yard cleanup service overgrown property" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg", imageAlt: "professional lawn service team outdoor" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "lawn mowing service professional equipment" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-leaves-umbrella-with-copy-space_23-2148647619.jpg", imageAlt: "fall leaf cleanup removal service" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg", imageAlt: "yard cleanup service overgrown property" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14472.jpg", imageAlt: "before after lawn transformation residential" }
]}
autoPlay={true}
@@ -68,7 +68,7 @@ export default function LandingPage() {
<MediaAbout
title="Local Lawn Care You Can Count On"
description="At Ryan's Express Complete Lawn Service, we believe your lawn should be something you're proud of. Our team provides dependable, professional lawn care and outdoor maintenance for homeowners across the St. Louis area. We've built our reputation on reliable service, attention to detail, affordable pricing, and friendly local professionals. From routine lawn mowing to large seasonal cleanups, we handle every yard like it's our own."
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg"
imageAlt="professional lawn service team outdoor"
useInvertedBackground={false}
/>
@@ -83,15 +83,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Weekly Service", title: "Lawn Mowing & Maintenance", subtitle: "Professional mowing and edging", description: "Keep your yard perfectly maintained with professional mowing and edging. Services include weekly or bi-weekly mowing, edging and trimming, grass clipping cleanup, and lawn health maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=2", imageAlt: "lawn mowing service professional equipment"
tag: "Weekly Service", title: "Lawn Mowing & Maintenance", subtitle: "Professional mowing and edging", description: "Keep your yard perfectly maintained with professional mowing and edging. Services include weekly or bi-weekly mowing, edging and trimming, grass clipping cleanup, and lawn health maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "lawn mowing service professional equipment"
},
{
id: 2,
tag: "Seasonal", title: "Leaf Removal & Fall Cleanup", subtitle: "Heavy leaves removal service", description: "Heavy leaves can damage your lawn and make your yard look messy. Our crew quickly removes large leaf piles, yard debris, and seasonal buildup, leaving your property clean and ready for winter.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-leaves-umbrella-with-copy-space_23-2148647619.jpg?_wi=2", imageAlt: "fall leaf cleanup removal service"
tag: "Seasonal", title: "Leaf Removal & Fall Cleanup", subtitle: "Heavy leaves removal service", description: "Heavy leaves can damage your lawn and make your yard look messy. Our crew quickly removes large leaf piles, yard debris, and seasonal buildup, leaving your property clean and ready for winter.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-leaves-umbrella-with-copy-space_23-2148647619.jpg", imageAlt: "fall leaf cleanup removal service"
},
{
id: 3,
tag: "On-Demand", title: "Yard Cleanup & Property Maintenance", subtitle: "Fast property cleanup service", description: "Need your property cleaned up fast? We handle overgrown yards, storm cleanup, brush removal, and seasonal yard maintenance. Our team tackles any outdoor project with professionalism and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg?_wi=2", imageAlt: "yard cleanup service overgrown property"
tag: "On-Demand", title: "Yard Cleanup & Property Maintenance", subtitle: "Fast property cleanup service", description: "Need your property cleaned up fast? We handle overgrown yards, storm cleanup, brush removal, and seasonal yard maintenance. Our team tackles any outdoor project with professionalism and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27362.jpg", imageAlt: "yard cleanup service overgrown property"
}
]}
/>