diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9d2c06b..e2fa9e3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,11 @@ export default function LandingPage() {
@@ -53,64 +42,27 @@ export default function LandingPage() {
@@ -121,39 +73,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "feat-1",
- title: "Highly Knowledgeable",
- author: "Expert Diagnosis",
- description: "We diagnose problems fast and fix them right the first time.",
- tags: [
- "Professional",
- "Expert",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg",
- },
- {
- id: "feat-2",
- title: "Fast Response Times",
- author: "Ready for Emergencies",
- description: "Emergencies don't wait, and neither do we. We arrive in hours, not days.",
- tags: [
- "Emergency",
- "Speed",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people-working_23-2149103417.jpg",
- },
- {
- id: "feat-3",
- title: "Clean & Respectful",
- author: "Pristine Service",
- description: "We treat your home like our own, ensuring we never leave a mess behind.",
- tags: [
- "Neat",
- "Respectful",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg",
- },
+ { id: "feat-1", title: "Highly Knowledgeable", author: "Expert Diagnosis", description: "We diagnose problems fast and fix them right the first time.", tags: ["Professional", "Expert"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg" },
+ { id: "feat-2", title: "Fast Response Times", author: "Ready for Emergencies", description: "Emergencies don't wait, and neither do we. We arrive in hours, not days.", tags: ["Emergency", "Speed"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people-working_23-2149103417.jpg" },
+ { id: "feat-3", title: "Clean & Respectful", author: "Pristine Service", description: "We treat your home like our own, ensuring we never leave a mess behind.", tags: ["Neat", "Respectful"], imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg" },
]}
title="Why Homeowners Trust Us"
description="We are the plumber you call once and never switch from again. Fast response, expert diagnosis, and pristine service."
@@ -167,173 +89,66 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "prod-1",
- name: "Leak Repairs",
- price: "Get Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg",
- },
- {
- id: "prod-2",
- name: "Faucet Install",
- price: "Get Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358954.jpg",
- },
- {
- id: "prod-3",
- name: "Toilet Services",
- price: "Get Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg",
- },
- {
- id: "prod-4",
- name: "Water Heaters",
- price: "Get Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53691.jpg",
- },
- {
- id: "prod-5",
- name: "Garbage Disposal",
- price: "Get Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/serviceman-hired-condenser-checkup_482257-90623.jpg",
- },
- {
- id: "prod-6",
- name: "Sewer Repairs",
- price: "Get Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/inside-well_1353-181.jpg",
- },
+ { id: "prod-1", name: "Leak Repairs", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg" },
+ { id: "prod-2", name: "Faucet Install", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358954.jpg" },
+ { id: "prod-3", name: "Toilet Services", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg" },
+ { id: "prod-4", name: "Water Heaters", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53691.jpg" },
+ { id: "prod-5", name: "Garbage Disposal", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-hired-condenser-checkup_482257-90623.jpg" },
+ { id: "prod-6", name: "Sewer Repairs", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/inside-well_1353-181.jpg" },
]}
title="Professional Plumbing Services"
description="From minor faucet repairs to complex water systems, we provide comprehensive solutions for every plumbing need."
/>
+