diff --git a/src/app/page.tsx b/src/app/page.tsx
index d0d93e2..b0e70af 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,16 +33,11 @@ export default function LandingPage() {
@@ -50,15 +45,11 @@ export default function LandingPage() {
@@ -69,15 +60,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Choose PipePros"
metrics={[
- {
- icon: Zap,
- label: "Emergency Response", value: "24/7"},
- {
- icon: Shield,
- label: "Licensed & Insured", value: "100%"},
- {
- icon: Award,
- label: "Satisfied Customers", value: "10k+"},
+ { id: "m1", icon: Zap, label: "Emergency Response", value: "24/7" },
+ { id: "m2", icon: Shield, label: "Licensed & Insured", value: "100%" },
+ { id: "m3", icon: Award, label: "Satisfied Customers", value: "10k+" },
]}
metricsAnimation="slide-up"
/>
@@ -90,11 +75,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1", title: "Leak Detection", description: "Pinpoint and repair hidden leaks before they cause major damage.", tag: "Fixes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-of-pipes-under-sink_23-2148784186.jpg"},
+ id: "f1", title: "Leak Detection", description: "Pinpoint and repair hidden leaks before they cause major damage.", tag: "Fixes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-of-pipes-under-sink_23-2148784186.jpg"
+ },
{
- id: "f2", title: "Drain Cleaning", description: "Advanced hydro-jetting to keep your pipes flowing freely.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/plumber-cleaning-drain-with-machine_23-2148784204.jpg"},
+ id: "f2", title: "Drain Cleaning", description: "Advanced hydro-jetting to keep your pipes flowing freely.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/plumber-cleaning-drain-with-machine_23-2148784204.jpg"
+ },
{
- id: "f3", title: "Water Heater Service", description: "Installation and maintenance for endless hot water.", tag: "Heating", imageSrc: "http://img.b2bpic.net/free-photo/water-heater-in-basement_23-2148784190.jpg"},
+ id: "f3", title: "Water Heater Service", description: "Installation and maintenance for endless hot water.", tag: "Heating", imageSrc: "http://img.b2bpic.net/free-photo/water-heater-in-basement_23-2148784190.jpg"
+ },
]}
title="Our Services"
description="Comprehensive plumbing solutions tailored to your needs."
@@ -123,8 +111,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic", tag: "Essential", price: "$129", period: "/fix", description: "Standard repair visits.", button: { text: "Book Now" },
- featuresTitle: "Includes:", features: ["Inspection", "Basic Repair", "Clean up"],
+ id: "basic", tag: "Essential", price: "$129", period: "/fix", description: "Standard repair visits.", button: { text: "Book Now" }, featuresTitle: "Includes:", features: ["Inspection", "Basic Repair", "Clean up"],
},
]}
title="Transparent Pricing"
@@ -167,6 +154,7 @@ export default function LandingPage() {
sideTitle="Need Answers?"
sideDescription="Check our frequently asked questions for immediate assistance."
faqsAnimation="slide-up"
+ useInvertedBackground={false}
/>
@@ -175,8 +163,8 @@ export default function LandingPage() {
tag="Let's Fix It"
title="Contact PipePros Today"
description="Don't let a small leak become a big problem. Reach out to our experts."
- buttons={[{ text: "Book an Appointment" }]}
background={{ variant: "plain" }}
+ useInvertedBackground={true}
/>
@@ -186,7 +174,8 @@ export default function LandingPage() {
columns={[
{ title: "Services", items: [{ label: "Emergency", href: "#" }, { label: "Repairs", href: "#" }] },
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#" }] }
- ]}
+ ]
+ }
/>