Update src/app/page.tsx

This commit is contained in:
2026-05-19 23:18:08 +00:00
parent 816af0d335
commit b796ab21b2

View File

@@ -61,6 +61,7 @@ export default function LandingPage() {
<TextSplitAbout
title="Professional Care, Every Time"
description={["We take pride in our work. Our team of experienced professionals treats every lawn as if it were our own.", "We prioritize reliability, quality workmanship, and customer satisfaction in all our landscaping projects."]}
useInvertedBackground={false}
/>
</div>
@@ -69,10 +70,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
showStepNumbers={false}
features={[
{ title: "Expert Mowing", description: "Precision cutting and edging for a healthy, pristine lawn.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-artificial-grass-soccer-field-background-texture_1150-10179.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/background-coniferous-plant-branches-close-up_93675-134946.jpg" } },
]}
showStepNumbers={false}
title="Our Services"
description="We offer a complete range of professional landscaping solutions for residential properties."
/>
@@ -82,6 +83,7 @@ export default function LandingPage() {
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
metrics={[
{ id: "m1", value: "500+", title: "Lawns Maintained", description: "Happy families enjoying beautiful yards.", icon: CheckCircle },
@@ -101,6 +103,7 @@ export default function LandingPage() {
avatars={[{ src: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2055.jpg", alt: "Sarah M" }]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -108,6 +111,7 @@ export default function LandingPage() {
<PricingCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "p1", tag: "Essential", price: "$45", period: "/visit", description: "Perfect for regular maintenance.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "Includes:", features: ["Mowing", "Edge Trimming", "Blowing"] },
{ id: "p2", tag: "Comprehensive", price: "$85", period: "/visit", description: "Total garden care for premium properties.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "Includes:", features: ["Mowing & Edging", "Hedge Pruning", "Weed Control", "Mulching"] },
@@ -129,6 +133,8 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/green-hedge-texture_23-2147625906.jpg"
mediaAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -139,6 +145,7 @@ export default function LandingPage() {
title="Ready to Transform Your Yard?"
description="Request a free quote today and get your garden looking beautiful."
buttonText="Submit Quote Request"
useInvertedBackground={false}
/>
</div>