diff --git a/src/app/page.tsx b/src/app/page.tsx
index c05c827..8f440b6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,33 +40,17 @@ export default function LandingPage() {
@@ -161,39 +101,8 @@ export default function LandingPage() {
description="Tailored solutions for your home's unique exterior requirements."
tag="PRICING"
plans={[
- {
- id: "p1",
- title: "Essential Care",
- price: "$299",
- period: "/mo",
- features: [
- "Basic Lawn Care",
- "Edging",
- "Debris Removal",
- ],
- button: {
- text: "Get Started",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-stone-building-with-lovely-yard-blue-sky-punta-de-lobos-chile_181624-13685.jpg",
- imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile",
- },
- {
- id: "p2",
- title: "Luxury Estate",
- price: "$799",
- period: "/mo",
- features: [
- "Bespoke Landscaping",
- "Pressure Washing",
- "Detailed Garden Maintenance",
- "Seasonal Floral Refresh",
- ],
- button: {
- text: "Get Started",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg?_wi=2",
- imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile",
- },
+ { id: "p1", title: "Essential Care", price: "$299", period: "/mo", features: ["Basic Lawn Care", "Edging", "Debris Removal"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-stone-building-with-lovely-yard-blue-sky-punta-de-lobos-chile_181624-13685.jpg", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" },
+ { id: "p2", title: "Luxury Estate", price: "$799", period: "/mo", features: ["Bespoke Landscaping", "Pressure Washing", "Detailed Garden Maintenance", "Seasonal Floral Refresh"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" }
]}
/>
@@ -206,71 +115,24 @@ export default function LandingPage() {
title="Service Impact"
description="Quantifying the value of our professional exterior care."
metrics={[
- {
- id: "mx1",
- icon: Leaf,
- title: "Acres Managed",
- value: "150+",
- },
- {
- id: "mx2",
- icon: Sun,
- title: "Annual Cleanings",
- value: "1,200+",
- },
- {
- id: "mx3",
- icon: ThumbsUp,
- title: "Happy Clients",
- value: "450+",
- },
+ { id: "mx1", icon: Leaf, title: "Acres Managed", value: "150+" },
+ { id: "mx2", icon: Sun, title: "Annual Cleanings", value: "1,200+" },
+ { id: "mx3", icon: ThumbsUp, title: "Happy Clients", value: "450+" }
]}
/>
);
-}
+}
\ No newline at end of file