diff --git a/src/app/page.tsx b/src/app/page.tsx
index 73d31f0..4f43108 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() {
@@ -167,33 +106,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "5.0",
- title: "Google Rating",
- items: [
- "18+ Reviews",
- "100% Satisfaction",
- ],
- },
- {
- id: "m2",
- value: "Same Day",
- title: "Service Availability",
- items: [
- "Prompt response",
- "Urgent priority",
- ],
- },
- {
- id: "m3",
- value: "100%",
- title: "Local Focus",
- items: [
- "Camarillo Based",
- "Ventura Trusted",
- ],
- },
+ { id: "m1", value: "5.0", title: "Google Rating", items: ["18+ Reviews", "100% Satisfaction"] },
+ { id: "m2", value: "Same Day", title: "Service Availability", items: ["Prompt response", "Urgent priority"] },
+ { id: "m3", value: "100%", title: "Local Focus", items: ["Camarillo Based", "Ventura Trusted"] }
]}
title="Our Impact in Numbers"
description="Results that speak for themselves."
@@ -206,60 +121,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Merry Jane S.",
- role: "Homeowner",
- company: "Camarillo",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x6estz",
- },
- {
- id: "t2",
- name: "Nevan T.",
- role: "Homeowner",
- company: "Ventura",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jjrqf9",
- },
- {
- id: "t3",
- name: "Roger H.",
- role: "Homeowner",
- company: "Camarillo",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2id34",
- },
- {
- id: "t4",
- name: "Brett W.",
- role: "Homeowner",
- company: "Ventura",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nbigpx",
- },
- {
- id: "t5",
- name: "Fiona F.",
- role: "Homeowner",
- company: "Camarillo",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=201pkc",
- },
+ { id: "t1", name: "Merry Jane S.", role: "Homeowner", company: "Camarillo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x6estz" },
+ { id: "t2", name: "Nevan T.", role: "Homeowner", company: "Ventura", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jjrqf9" },
+ { id: "t3", name: "Roger H.", role: "Homeowner", company: "Camarillo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2id34" },
+ { id: "t4", name: "Brett W.", role: "Homeowner", company: "Ventura", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nbigpx" },
+ { id: "t5", name: "Fiona F.", role: "Homeowner", company: "Camarillo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=201pkc" }
]}
kpiItems={[
- {
- value: "5.0",
- label: "Average Rating",
- },
- {
- value: "18+",
- label: "Total Reviews",
- },
- {
- value: "100%",
- label: "Satisfied",
- },
+ { value: "5.0", label: "Average Rating" },
+ { value: "18+", label: "Total Reviews" },
+ { value: "100%", label: "Satisfied" }
]}
title="Trusted by Homeowners"
description="Hear what our local customers have to say about our work."
@@ -271,21 +142,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do you provide same-day service?",
- content: "Yes, we offer same-day appointments for urgent HVAC needs.",
- },
- {
- id: "f2",
- title: "What brands do you service?",
- content: "We service all major brands including Lennox, Carrier, and others.",
- },
- {
- id: "f3",
- title: "Are you licensed and insured?",
- content: "Absolutely, all our technicians are fully licensed and insured.",
- },
+ { id: "f1", title: "Do you provide same-day service?", content: "Yes, we offer same-day appointments for urgent HVAC needs." },
+ { id: "f2", title: "What brands do you service?", content: "We service all major brands including Lennox, Carrier, and others." },
+ { id: "f3", title: "Are you licensed and insured?", content: "Absolutely, all our technicians are fully licensed and insured." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zrt7yc"
title="Common Questions"
@@ -297,16 +156,9 @@ export default function LandingPage() {