diff --git a/src/app/page.tsx b/src/app/page.tsx
index 81f5a63..7b8ee92 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -57,48 +42,17 @@ export default function LandingPage() {
@@ -109,20 +63,11 @@ export default function LandingPage() {
title="Serving the Chicago Metropolitan Area"
description="Royal Plumbing can tackle any plumbing issue that you may come across, whether it's for preventative maintenance or an emergency. We pride ourselves on transparent, job-based pricing."
metrics={[
- {
- value: "24/7",
- title: "Emergency Availability",
- },
- {
- value: "Flat-Rate",
- title: "Transparent Pricing",
- },
- {
- value: "Expert",
- title: "Licensed Professionals",
- },
+ { value: "24/7", title: "Emergency Availability" },
+ { value: "Flat-Rate", title: "Transparent Pricing" },
+ { value: "Expert", title: "Licensed Professionals" }
]}
- imageSrc="http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg"
imageAlt="Expert Plumbing Service"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -134,53 +79,23 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- features={[
- {
- title: "Kitchen Services",
- description: "Dishwasher installation, garbage disposals, power rodding of drains, and faucet service.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg",
- imageAlt: "Plumbing wrench tool",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg",
- imageAlt: "Maintenance equipment",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-t-shirt-cap-holding-glasses-looking-astonished_176474-16789.jpg?_wi=2",
- imageAlt: "plumbing tool closeup wrench",
- },
- {
- title: "Bathroom Services",
- description: "Toilet repair, faucet fixture installation, and power rodding of drain systems.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
- imageAlt: "Drain system maintenance",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-metal-wrenches-wooden-surface_181624-19856.jpg",
- imageAlt: "Fixture installation gear",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=2",
- imageAlt: "plumbing tool closeup wrench",
- },
- {
- title: "Water Systems",
- description: "Hot water heater installation and repair, sump pump service, and water softener installation.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
- imageAlt: "Water heater service tool",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/flexible-connector-different-wrenches_23-2147772264.jpg",
- imageAlt: "Sump pump maintenance kit",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=1",
- imageAlt: "plumbing tool closeup wrench",
- },
- ]}
showStepNumbers={false}
title="Comprehensive Plumbing Solutions"
description="From emergency repairs to installations, we cover all your residential plumbing needs with professional expertise."
+ features={[
+ {
+ title: "Kitchen Services", description: "Dishwasher installation, garbage disposals, power rodding of drains, and faucet service.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg", imageAlt: "Plumbing wrench tool" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg", imageAlt: "Maintenance equipment" }
+ },
+ {
+ title: "Bathroom Services", description: "Toilet repair, faucet fixture installation, and power rodding of drain systems.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", imageAlt: "Drain system maintenance" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-metal-wrenches-wooden-surface_181624-19856.jpg", imageAlt: "Fixture installation gear" }
+ },
+ {
+ title: "Water Systems", description: "Hot water heater installation and repair, sump pump service, and water softener installation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg", imageAlt: "Water heater service tool" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flexible-connector-different-wrenches_23-2147772264.jpg", imageAlt: "Sump pump maintenance kit" }
+ }
+ ]}
/>
@@ -191,21 +106,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "100%",
- description: "Licensed Technicians",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Available for Emergency",
- },
- {
- id: "m3",
- value: "Job-Based",
- description: "Transparent Pricing",
- },
+ { id: "m1", value: "100%", description: "Licensed Technicians" },
+ { id: "m2", value: "24/7", description: "Available for Emergency" },
+ { id: "m3", value: "Job-Based", description: "Transparent Pricing" }
]}
title="Our Commitment"
description="We ensure your home runs smoothly with our dedicated maintenance services."
@@ -216,36 +119,11 @@ export default function LandingPage() {