diff --git a/src/app/page.tsx b/src/app/page.tsx
index ac83da4..4f5264b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,43 +44,19 @@ export default function LandingPage() {
@@ -162,27 +101,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "01",
- title: "Connect",
- description: "Call or book online instantly.",
- icon: Phone,
- },
- {
- id: "2",
- value: "02",
- title: "On-Time Arrival",
- description: "Our experts arrive punctually.",
- icon: Clock,
- },
- {
- id: "3",
- value: "03",
- title: "Done Right",
- description: "Problem solved professionally.",
- icon: CheckCircle,
- },
+ { id: "1", value: "01", title: "Connect", description: "Call or book online instantly.", icon: Phone },
+ { id: "2", value: "02", title: "On-Time Arrival", description: "Our experts arrive punctually.", icon: Clock },
+ { id: "3", value: "03", title: "Done Right", description: "Problem solved professionally.", icon: CheckCircle },
]}
title="How We Make It Easy"
description="Simple steps for seamless home service solutions."
@@ -194,12 +115,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
- "Google Business",
- "BBB Accredited",
- "Service Association",
- "Local Excellence",
- "Home Contractor Council",
- ]}
+ "Google Business", "BBB Accredited", "Service Association", "Local Excellence", "Home Contractor Council"]}
title="Trusted by Local Organizations"
description="We are proud partners and accredited professionals in our community."
/>
@@ -211,46 +127,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "Homeowner",
- testimonial: "They were incredibly professional and respectful of my home. Highly recommended!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-content-creator-social-media-sitting-front-digital_1258-281946.jpg",
- },
- {
- id: "2",
- name: "Mike D.",
- handle: "Local Resident",
- testimonial: "Arrived exactly on time and fixed the issue quickly. Very happy customer.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-showing-ok-sign-looking-camera_1262-13033.jpg",
- },
- {
- id: "3",
- name: "Elena R.",
- handle: "Client",
- testimonial: "The technician was friendly and explained everything clearly. Trustworthy service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg",
- },
- {
- id: "4",
- name: "David W.",
- handle: "Homeowner",
- testimonial: "Best service I've had in years. Clean, fast, and fair pricing.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg",
- },
- {
- id: "5",
- name: "Karen T.",
- handle: "Resident",
- testimonial: "Excellent service. The whole team is very helpful and reliable.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg",
- },
+ { id: "1", name: "Sarah J.", handle: "Homeowner", testimonial: "They were incredibly professional and respectful of my home. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-content-creator-social-media-sitting-front-digital_1258-281946.jpg" },
+ { id: "2", name: "Mike D.", handle: "Local Resident", testimonial: "Arrived exactly on time and fixed the issue quickly. Very happy customer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-showing-ok-sign-looking-camera_1262-13033.jpg" },
+ { id: "3", name: "Elena R.", handle: "Client", testimonial: "The technician was friendly and explained everything clearly. Trustworthy service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg" },
+ { id: "4", name: "David W.", handle: "Homeowner", testimonial: "Best service I've had in years. Clean, fast, and fair pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg" },
+ { id: "5", name: "Karen T.", handle: "Resident", testimonial: "Excellent service. The whole team is very helpful and reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg" },
]}
showRating={true}
title="What Our Neighbors Say"
@@ -263,21 +144,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you provide same-day service?",
- content: "Yes, we often offer same-day service for urgent issues. Please call to check availability.",
- },
- {
- id: "q2",
- title: "Are your technicians background checked?",
- content: "Absolutely. Safety is our priority, and all technicians pass thorough background checks.",
- },
- {
- id: "q3",
- title: "How can I schedule an appointment?",
- content: "You can call us directly or use our online request form for a quick response.",
- },
+ { id: "q1", title: "Do you provide same-day service?", content: "Yes, we often offer same-day service for urgent issues. Please call to check availability." },
+ { id: "q2", title: "Are your technicians background checked?", content: "Absolutely. Safety is our priority, and all technicians pass thorough background checks." },
+ { id: "q3", title: "How can I schedule an appointment?", content: "You can call us directly or use our online request form for a quick response." },
]}
title="Common Questions"
description="Here are the answers to the questions we hear most often."
@@ -288,9 +157,7 @@ export default function LandingPage() {