diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6cd9835..3321b90 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,10 +32,14 @@ export default function LandingPage() {
@@ -43,25 +47,48 @@ export default function LandingPage() {
@@ -70,10 +97,27 @@ 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" } },
+ {
+ 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"},
+ },
]}
+ showStepNumbers={false}
title="Our Services"
description="We offer a complete range of professional landscaping solutions for residential properties."
/>
@@ -83,12 +127,18 @@ export default function LandingPage() {
@@ -113,8 +174,18 @@ export default function LandingPage() {
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"] },
+ {
+ id: "p1", tag: "Essential", price: "$45", period: "/visit", description: "Perfect for regular maintenance.", button: {
+ text: "Book Now"},
+ 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"},
+ featuresTitle: "Includes:", features: [
+ "Mowing & Edging", "Hedge Pruning", "Weed Control", "Mulching"],
+ },
]}
title="Simple Pricing"
description="Transparent plans designed for your landscaping needs."
@@ -123,37 +194,54 @@ export default function LandingPage() {