diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3321b90..0f91ef8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -47,48 +43,24 @@ export default function LandingPage() {
@@ -98,24 +70,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
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"},
- },
- {
- title: "Hedge Maintenance", description: "Expert shaping and trimming of hedges to keep them neat and healthy.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg"},
- },
- {
- title: "Seasonal Cleanups", description: "Get your yard ready for every season with professional debris removal.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/green-grass_74190-1532.jpg"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg"},
- },
+ { 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"
@@ -128,17 +83,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "500+", title: "Lawns Maintained", description: "Happy families enjoying beautiful yards.", icon: CheckCircle,
- },
- {
- id: "m2", value: "10+", title: "Years Experience", description: "Dedicated to quality since 2014.", icon: Award,
- },
- {
- id: "m3", value: "99%", title: "Satisfaction", description: "Clients recommend our services.", icon: Star,
- },
+ { id: "m1", value: "500+", title: "Lawns Maintained", description: "Happy families enjoying beautiful yards.", icon: CheckCircle },
+ { id: "m2", value: "10+", title: "Years Experience", description: "Dedicated to quality since 2014.", icon: Award },
+ { id: "m3", value: "99%", title: "Satisfaction", description: "Clients recommend our services.", icon: Star },
]}
title="By The Numbers"
description="Our proven track record of helping homeowners achieve their dream gardens."
@@ -147,22 +95,10 @@ export default function LandingPage() {
@@ -172,20 +108,9 @@ export default function LandingPage() {