diff --git a/src/app/page.tsx b/src/app/page.tsx
index e7bc828..da1067d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,65 +31,37 @@ export default function LandingPage() {
@@ -203,59 +135,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Joel P.",
- role: "Homeowner",
- company: "Los Angeles",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139114.jpg?_wi=1",
- },
+ id: "1", name: "Joel P.", role: "Homeowner", company: "Los Angeles", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139114.jpg"},
{
- id: "2",
- name: "Danny S.",
- role: "Homeowner",
- company: "Los Angeles",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-student-girl-with-dark-curly-hair-sitting-stairs-university-with-textbooks-knees-cup-coffee-go-hand-joyfully-looking-friend_574295-3958.jpg",
- },
+ id: "2", name: "Danny S.", role: "Homeowner", company: "Los Angeles", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-happy-student-girl-with-dark-curly-hair-sitting-stairs-university-with-textbooks-knees-cup-coffee-go-hand-joyfully-looking-friend_574295-3958.jpg"},
{
- id: "3",
- name: "Charlie B.",
- role: "Homeowner",
- company: "Los Angeles",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338280.jpg",
- },
+ id: "3", name: "Charlie B.", role: "Homeowner", company: "Los Angeles", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338280.jpg"},
{
- id: "4",
- name: "Kristina W.",
- role: "Homeowner",
- company: "Los Angeles",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-old-couple-besties_23-2150168961.jpg",
- },
+ id: "4", name: "Kristina W.", role: "Homeowner", company: "Los Angeles", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-old-couple-besties_23-2150168961.jpg"},
{
- id: "5",
- name: "Mark H.",
- role: "Homeowner",
- company: "Los Angeles",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139114.jpg?_wi=2",
- },
+ id: "5", name: "Mark H.", role: "Homeowner", company: "Los Angeles", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139114.jpg"},
]}
kpiItems={[
{
- value: "100+",
- label: "Verified Reviews",
- },
+ value: "100+", label: "Verified Reviews"},
{
- value: "4.8",
- label: "Rating",
- },
+ value: "4.8", label: "Rating"},
{
- value: "10+ yrs",
- label: "Experience",
- },
+ value: "10+ yrs", label: "Experience"},
]}
title="Trusted by Homeowners Across LA"
description="Don't just take our word for it. See why our clients trust us with their biggest plumbing projects."
@@ -268,25 +169,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you offer emergency service?",
- content: "Yes, we prioritize emergency calls and respond quickly.",
- },
+ id: "f1", title: "Do you offer emergency service?", content: "Yes, we prioritize emergency calls and respond quickly."},
{
- id: "f2",
- title: "What is trenchless technology?",
- content: "It allows us to replace sewer lines without digging up your entire yard or driveway.",
- },
+ id: "f2", title: "What is trenchless technology?", content: "It allows us to replace sewer lines without digging up your entire yard or driveway."},
{
- id: "f3",
- title: "Are your services licensed?",
- content: "Absolutely. We are fully licensed, insured, and professional.",
- },
+ id: "f3", title: "Are your services licensed?", content: "Absolutely. We are fully licensed, insured, and professional."},
{
- id: "f4",
- title: "Do you provide estimates?",
- content: "Yes, we provide transparent, upfront estimates after inspection.",
- },
+ id: "f4", title: "Do you provide estimates?", content: "Yes, we provide transparent, upfront estimates after inspection."},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg"
mediaAnimation="slide-up"
@@ -300,18 +189,13 @@ export default function LandingPage() {
@@ -322,29 +206,19 @@ export default function LandingPage() {
{
items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}