Merge version_1 into main #2
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
title="Professional Lawn Care Services You Can Trust"
|
||||
description="Get a healthier, greener lawn with expert weed control, fertilization, and aeration. Local service, professional results."
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Local Lawn Care Experts"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -95,15 +95,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Expert Weed Control", description: "Advanced weed treatment tailored to your lawn's needs. We eliminate weeds while protecting your grass and landscaping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqve2i&_wi=1", imageAlt: "Professional weed control spray application"
|
||||
title: "Expert Weed Control", description: "Advanced weed treatment tailored to your lawn's needs. We eliminate weeds while protecting your grass and landscaping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqve2i", imageAlt: "Professional weed control spray application"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Professional Fertilization", description: "Seasonal fertilizer programs designed to strengthen your lawn and promote healthy, vibrant green growth year-round.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5quxyz&_wi=1", imageAlt: "Lawn fertilizer application for nutrient-rich grass"
|
||||
title: "Professional Fertilization", description: "Seasonal fertilizer programs designed to strengthen your lawn and promote healthy, vibrant green growth year-round.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5quxyz", imageAlt: "Lawn fertilizer application for nutrient-rich grass"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Lawn Aeration", description: "Core aeration improves soil health by enhancing water and nutrient penetration, resulting in stronger, deeper grass roots.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n82g&_wi=1", imageAlt: "Professional lawn aeration equipment and process"
|
||||
title: "Lawn Aeration", description: "Core aeration improves soil health by enhancing water and nutrient penetration, resulting in stronger, deeper grass roots.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n82g", imageAlt: "Professional lawn aeration equipment and process"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -115,8 +115,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-20"
|
||||
titleClassName="text-3xl sm:text-4xl lg:text-5xl font-light tracking-tight"
|
||||
descriptionClassName="text-lg text-foreground/80"
|
||||
textBoxTitleClassName="text-3xl sm:text-4xl lg:text-5xl font-light tracking-tight"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/80"
|
||||
cardClassName="bg-card rounded-2xl overflow-hidden shadow-sm hover:shadow-md transition-all"
|
||||
/>
|
||||
</div>
|
||||
@@ -125,13 +125,13 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "spring-cleanup", name: "Spring Cleanup & Fertilization", price: "Starting at $149", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5quxyz&_wi=2", imageAlt: "Spring lawn care and fertilization service"
|
||||
id: "spring-cleanup", name: "Spring Cleanup & Fertilization", price: "Starting at $149", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5quxyz", imageAlt: "Spring lawn care and fertilization service"
|
||||
},
|
||||
{
|
||||
id: "weed-control-plan", name: "Comprehensive Weed Control Plan", price: "Starting at $99/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqve2i&_wi=2", imageAlt: "Professional weed control treatment"
|
||||
id: "weed-control-plan", name: "Comprehensive Weed Control Plan", price: "Starting at $99/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqve2i", imageAlt: "Professional weed control treatment"
|
||||
},
|
||||
{
|
||||
id: "aeration-seeding", name: "Aeration & Overseeding", price: "Starting at $199", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n82g&_wi=2", imageAlt: "Lawn aeration and grass seeding"
|
||||
id: "aeration-seeding", name: "Aeration & Overseeding", price: "Starting at $199", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n82g", imageAlt: "Lawn aeration and grass seeding"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -144,8 +144,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-20"
|
||||
titleClassName="text-3xl sm:text-4xl lg:text-5xl font-light tracking-tight"
|
||||
descriptionClassName="text-lg text-foreground/80"
|
||||
textBoxTitleClassName="text-3xl sm:text-4xl lg:text-5xl font-light tracking-tight"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,8 +163,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
showCard={true}
|
||||
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-20"
|
||||
titleClassName="text-3xl sm:text-4xl font-light tracking-tight"
|
||||
descriptionClassName="text-lg text-foreground/80"
|
||||
textBoxTitleClassName="text-3xl sm:text-4xl font-light tracking-tight"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,6 +209,7 @@ export default function LandingPage() {
|
||||
ctaDescription="Contact us today for a free consultation and estimate. Our team is ready to discuss your lawn care needs."
|
||||
ctaButton={{ text: "Schedule Your Free Estimate", href: "#" }}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-20"
|
||||
ctaTitleClassName="text-2xl sm:text-3xl font-light tracking-tight"
|
||||
|
||||
Reference in New Issue
Block a user