diff --git a/src/app/page.tsx b/src/app/page.tsx
index d8fa5be..d9c1546 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
@@ -65,97 +53,54 @@ export default function LandingPage() {
@@ -167,19 +112,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Years Experience",
- value: "10+",
- },
+ label: "Years Experience", value: "10+"},
{
icon: CheckCircle,
- label: "Properties Cleaned",
- value: "2500+",
- },
+ label: "Properties Cleaned", value: "2500+"},
{
icon: Star,
- label: "Satisfaction Rate",
- value: "99%",
- },
+ label: "Satisfaction Rate", value: "99%"},
]}
metricsAnimation="slide-up"
/>
@@ -192,17 +131,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "No Harmful Harsh Chemicals",
- "No Damage to Surfaces",
- "No Unfinished Work",
- ],
+ "No Harmful Harsh Chemicals", "No Damage to Surfaces", "No Unfinished Work"],
}}
positiveCard={{
items: [
- "Driveway & Concrete Cleaning",
- "Roof Moss Removal",
- "Deck & Fence Restoration",
- ],
+ "Driveway & Concrete Cleaning", "Roof Moss Removal", "Deck & Fence Restoration"],
}}
title="Our Specialized Cleaning Services"
description="We offer a wide range of cleaning services tailored to your specific needs, ensuring a pristine property exterior."
@@ -216,52 +149,28 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- price: "$199",
- name: "Small Property",
- buttons: [
+ id: "basic", price: "$199", name: "Small Property", buttons: [
{
- text: "Book Now",
- href: "#contact",
- },
+ text: "Book Now", href: "#contact"},
],
features: [
- "Driveway Cleaning",
- "Gutter Clearance",
- "Basic Cleanup",
- ],
+ "Driveway Cleaning", "Gutter Clearance", "Basic Cleanup"],
},
{
- id: "standard",
- price: "$399",
- name: "Medium Property",
- buttons: [
+ id: "standard", price: "$399", name: "Medium Property", buttons: [
{
- text: "Book Now",
- href: "#contact",
- },
+ text: "Book Now", href: "#contact"},
],
features: [
- "Full Home Exterior",
- "Deck Power Wash",
- "Sidewalk Cleaning",
- ],
+ "Full Home Exterior", "Deck Power Wash", "Sidewalk Cleaning"],
},
{
- id: "premium",
- price: "$599",
- name: "Large Property",
- buttons: [
+ id: "premium", price: "$599", name: "Large Property", buttons: [
{
- text: "Book Now",
- href: "#contact",
- },
+ text: "Book Now", href: "#contact"},
],
features: [
- "Deep Exterior Clean",
- "Roof Soft Wash",
- "Garage Floor Detail",
- ],
+ "Deep Exterior Clean", "Roof Soft Wash", "Garage Floor Detail"],
},
]}
title="Transparent Pricing"
@@ -271,38 +180,21 @@ export default function LandingPage() {