diff --git a/src/app/page.tsx b/src/app/page.tsx
index eb5e1a9..deeb259 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,39 +42,14 @@ export default function LandingPage() {
@@ -219,60 +111,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Homeowner",
- company: "Local Area",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg",
- },
- {
- id: "2",
- name: "Michael T.",
- role: "Homeowner",
- company: "Local Area",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-cleaning-concept_23-2148133387.jpg",
- },
- {
- id: "3",
- name: "Emily D.",
- role: "Homeowner",
- company: "Local Area",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-snow_23-2149535678.jpg",
- },
- {
- id: "4",
- name: "David W.",
- role: "Homeowner",
- company: "Local Area",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg",
- },
- {
- id: "5",
- name: "Jessica R.",
- role: "Homeowner",
- company: "Local Area",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-talking-mobile-phone_171337-3180.jpg",
- },
+ { id: "1", name: "Sarah J.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg" },
+ { id: "2", name: "Michael T.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-cleaning-concept_23-2148133387.jpg" },
+ { id: "3", name: "Emily D.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-snow_23-2149535678.jpg" },
+ { id: "4", name: "David W.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg" },
+ { id: "5", name: "Jessica R.", role: "Homeowner", company: "Local Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-talking-mobile-phone_171337-3180.jpg" }
]}
kpiItems={[
- {
- value: "100+",
- label: "Projects Completed",
- },
- {
- value: "5/5",
- label: "Avg Rating",
- },
- {
- value: "100%",
- label: "Satisfaction Guaranteed",
- },
+ { value: "100+", label: "Projects Completed" },
+ { value: "5/5", label: "Avg Rating" },
+ { value: "100%", label: "Satisfaction Guaranteed" }
]}
title="Trusted by Local Homeowners"
description="Don't just take our word for it—hear what our satisfied clients say."
@@ -284,21 +132,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "What is soft washing?",
- content: "Soft washing uses low pressure and biodegradable cleaners to safely remove contaminants without damaging surfaces.",
- },
- {
- id: "f2",
- title: "Is it safe for my plants?",
- content: "Yes, we are highly trained to rinse and protect your landscaping throughout the process.",
- },
- {
- id: "f3",
- title: "How often should I clean my roof?",
- content: "Most professionals recommend roof cleaning every 2-3 years to prevent premature shingle deterioration.",
- },
+ { id: "f1", title: "What is soft washing?", content: "Soft washing uses low pressure and biodegradable cleaners to safely remove contaminants without damaging surfaces." },
+ { id: "f2", title: "Is it safe for my plants?", content: "Yes, we are highly trained to rinse and protect your landscaping throughout the process." },
+ { id: "f3", title: "How often should I clean my roof?", content: "Most professionals recommend roof cleaning every 2-3 years to prevent premature shingle deterioration." }
]}
title="Frequently Asked Questions"
description="Have questions about soft washing vs pressure washing? We've got answers."
@@ -309,18 +145,11 @@ export default function LandingPage() {
@@ -328,41 +157,9 @@ export default function LandingPage() {
@@ -370,4 +167,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file