diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7043db2..7d1619f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,14 @@ export default function LandingPage() {
@@ -47,19 +44,23 @@ export default function LandingPage() {
@@ -86,18 +85,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Tap & Toilet", description: "Expert install and repair for residential taps and toilets.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg"},
- {
- title: "Leak Detection", description: "Precision technology for non-invasive leak detection.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg"},
- {
- title: "Pipe Repair", description: "Complete pipe repair and maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132623.jpg"},
- {
- title: "Water Heaters", description: "Full installation and repair for water heaters.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg"},
- {
- title: "Drain Cleaning", description: "High-pressure sewer and drain cleaning solutions.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg"},
- {
- title: "Pool Plumbing", description: "Professional plumbing hardware for swimming pools.", imageSrc: "http://img.b2bpic.net/free-photo/stair-pool-luxury-resort-hotel_74190-1770.jpg"},
+ { title: "Tap & Toilet", description: "Expert install and repair for residential taps and toilets.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg" },
+ { title: "Leak Detection", description: "Precision technology for non-invasive leak detection.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg" },
+ { title: "Pipe Repair", description: "Complete pipe repair and maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132623.jpg" },
+ { title: "Water Heaters", description: "Full installation and repair for water heaters.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg" },
+ { title: "Drain Cleaning", description: "High-pressure sewer and drain cleaning solutions.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg" },
+ { title: "Pool Plumbing", description: "Professional plumbing hardware for swimming pools.", imageSrc: "http://img.b2bpic.net/free-photo/stair-pool-luxury-resort-hotel_74190-1770.jpg" },
]}
title="Comprehensive Plumbing Services"
description="High-quality, reliable repairs and installations for every plumbing need."
@@ -110,29 +103,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Sarah J.", role: "Homeowner", company: "San Diego", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/black-smiling-man-profile_23-2148203605.jpg?_wi=1"},
- {
- id: "2", name: "Mark D.", role: "Real Estate Agent", company: "SD", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-seaside_23-2148574671.jpg"},
- {
- id: "3", name: "Elena R.", role: "Local Business", company: "SD", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/photographer-taking-picture-while-looking-camera_158595-5719.jpg"},
- {
- id: "4", name: "David W.", role: "Homeowner", company: "La Jolla", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/black-smiling-man-profile_23-2148203605.jpg?_wi=2"},
- {
- id: "5", name: "Julie K.", role: "Homeowner", company: "San Diego", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg"},
+ { id: "1", name: "Sarah J.", role: "Homeowner", company: "San Diego", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-smiling-man-profile_23-2148203605.jpg?_wi=1" },
+ { id: "2", name: "Mark D.", role: "Real Estate Agent", company: "SD", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-seaside_23-2148574671.jpg" },
+ { id: "3", name: "Elena R.", role: "Local Business", company: "SD", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photographer-taking-picture-while-looking-camera_158595-5719.jpg" },
+ { id: "4", name: "David W.", role: "Homeowner", company: "La Jolla", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-smiling-man-profile_23-2148203605.jpg?_wi=2" },
+ { id: "5", name: "Julie K.", role: "Homeowner", company: "San Diego", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg" },
]}
kpiItems={[
- {
- value: "5.0", label: "Avg Rating"},
- {
- value: "24/7", label: "Support"},
- {
- value: "8+", label: "Google Reviews"},
+ { value: "5.0", label: "Avg Rating" },
+ { value: "24/7", label: "Support" },
+ { value: "8+", label: "Google Reviews" },
]}
title="What Our Customers Say"
description="5-star service you can rely on."
@@ -143,11 +123,13 @@ export default function LandingPage() {
@@ -156,9 +138,11 @@ export default function LandingPage() {