diff --git a/src/app/page.tsx b/src/app/page.tsx
index 556a8c8..e57cd3e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,39 +42,14 @@ export default function LandingPage() {
@@ -114,40 +72,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "24/7 Emergency Repairs",
- description: "Rapid response for urgent leaks and bursts, any time of day.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg",
- imageAlt: "Professional plumber working home",
- },
+ title: "24/7 Emergency Repairs", description: "Rapid response for urgent leaks and bursts, any time of day.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg", imageAlt: "Professional plumber working home" },
items: [],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/shouting-aggressively-looking-very-angry_1194-404972.jpg?_wi=2",
- imageAlt: "professional plumber working home",
+ reverse: false
},
{
- title: "Modern Installations",
- description: "Expert pipe, toilet, and faucet installation services.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/begging-tired-electricians-want-have-rest-ask-boss_273609-8787.jpg",
- imageAlt: "Plumber fixing kitchen sink",
- },
+ title: "Modern Installations", description: "Expert pipe, toilet, and faucet installation services.", media: { imageSrc: "http://img.b2bpic.net/free-photo/begging-tired-electricians-want-have-rest-ask-boss_273609-8787.jpg", imageAlt: "Plumber fixing kitchen sink" },
items: [],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=2",
- imageAlt: "professional plumber working home",
+ reverse: true
},
{
- title: "Routine Maintenance",
- description: "Preventative care to ensure your systems remain problem-free.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10806.jpg",
- imageAlt: "Miami plumbing service team",
- },
+ title: "Routine Maintenance", description: "Preventative care to ensure your systems remain problem-free.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10806.jpg", imageAlt: "Miami plumbing service team" },
items: [],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg?_wi=1",
- imageAlt: "professional plumber working home",
+ reverse: false
},
]}
title="Comprehensive Plumbing Expertise"
@@ -162,21 +99,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "15+",
- description: "Years of Excellence",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Emergency Support",
- },
- {
- id: "m3",
- value: "100%",
- description: "Service Satisfaction",
- },
+ { id: "m1", value: "15+", description: "Years of Excellence" },
+ { id: "m2", value: "24/7", description: "Emergency Support" },
+ { id: "m3", value: "100%", description: "Service Satisfaction" },
]}
title="Results You Can Trust"
description="Proven experience serving the Miami community."
@@ -187,47 +112,28 @@ export default function LandingPage() {
@@ -258,34 +157,21 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Are you licensed?",
- content: "Yes, our team is fully licensed and insured for all plumbing services.",
- },
- {
- id: "q2",
- title: "Do you offer emergency service?",
- content: "Absolutely. We are available 24/7 for all plumbing emergencies.",
- },
- {
- id: "q3",
- title: "What areas do you serve?",
- content: "We cover the entire Miami metro area and surrounding communities.",
- },
+ { id: "q1", title: "Are you licensed?", content: "Yes, our team is fully licensed and insured for all plumbing services." },
+ { id: "q2", title: "Do you offer emergency service?", content: "Absolutely. We are available 24/7 for all plumbing emergencies." },
+ { id: "q3", title: "What areas do you serve?", content: "We cover the entire Miami metro area and surrounding communities." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about our plumbing services."
faqsAnimation="blur-reveal"
+ textboxLayout="default"
/>