diff --git a/src/app/page.tsx b/src/app/page.tsx
index f37400d..e6c1871 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -60,99 +45,32 @@ export default function LandingPage() {
@@ -162,21 +80,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Plumbing Expertise"
metrics={[
- {
- label: "Years of Trust",
- value: "20+",
- icon: Award,
- },
- {
- label: "Service Availability",
- value: "24/7",
- icon: Clock,
- },
- {
- label: "Stamford Customers",
- value: "1000+",
- icon: Users,
- },
+ { label: "Years of Trust", value: "20+", icon: Award },
+ { label: "Service Availability", value: "24/7", icon: Clock },
+ { label: "Stamford Customers", value: "1000+", icon: Users }
]}
metricsAnimation="slide-up"
/>
@@ -188,21 +94,9 @@ export default function LandingPage() {
title="Full-Service Plumbing Solutions"
description="From minor repairs to complex home renovations, our experienced team ensures high-quality results every single time."
accordionItems={[
- {
- id: "f1",
- title: "Emergency Repairs",
- content: "Whether it's a burst pipe or a leaking faucet, we are available 24/7 to solve your plumbing emergencies instantly.",
- },
- {
- id: "f2",
- title: "Fixture Installations",
- content: "We handle all types of fixture installations, from new bathtubs to advanced kitchen sinks, with extreme care and precision.",
- },
- {
- id: "f3",
- title: "Renovations & Systems",
- content: "Trust us with your full bathroom renovations, heating systems, and gas line installations. We are experts in long-term home plumbing projects.",
- },
+ { id: "f1", title: "Emergency Repairs", content: "Whether it's a burst pipe or a leaking faucet, we are available 24/7 to solve your plumbing emergencies instantly." },
+ { id: "f2", title: "Fixture Installations", content: "We handle all types of fixture installations, from new bathtubs to advanced kitchen sinks, with extreme care and precision." },
+ { id: "f3", title: "Renovations & Systems", content: "Trust us with your full bathroom renovations, heating systems, and gas line installations. We are experts in long-term home plumbing projects." }
]}
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg"
mediaAnimation="blur-reveal"
@@ -215,21 +109,9 @@ export default function LandingPage() {
title="Why Stamford Chooses Us"
tag="Reliability Metrics"
metrics={[
- {
- id: "m1",
- value: "5.0",
- description: "Average Rating (based on local reviews)",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Emergency response ready",
- },
- {
- id: "m3",
- value: "100%",
- description: "Commitment to quality work",
- },
+ { id: "m1", value: "5.0", description: "Average Rating (based on local reviews)" },
+ { id: "m2", value: "24/7", description: "Emergency response ready" },
+ { id: "m3", value: "100%", description: "Commitment to quality work" }
]}
metricsAnimation="slide-up"
/>
@@ -240,47 +122,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
+ description="Hear what our happy customers have to say about our plumbing services."
testimonials={[
- {
- id: "t1",
- name: "Susan Stone",
- handle: "@susan-stone",
- testimonial: "Most reliable plumbers ever. Used them for years.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261237.jpg",
- },
- {
- id: "t2",
- name: "Anita Finn",
- handle: "@anita-finn",
- testimonial: "As a realtor, I highly recommend them to all.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-phone-plan_23-2148819858.jpg",
- },
- {
- id: "t3",
- name: "Michael Roberts",
- handle: "@m-roberts",
- testimonial: "They renovated my entire master bath. Flawless work.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25121.jpg",
- },
- {
- id: "t4",
- name: "David Thompson",
- handle: "@d-thompson",
- testimonial: "Burst pipe fixed in under an hour. Great service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg",
- },
- {
- id: "t5",
- name: "Linda Geller",
- handle: "@l-geller",
- testimonial: "Lovely team, neat, and very high quality plumbing.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-showing-thumbs-up_1170-1235.jpg",
- },
+ { id: "t1", name: "Susan Stone", handle: "@susan-stone", testimonial: "Most reliable plumbers ever. Used them for years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261237.jpg" },
+ { id: "t2", name: "Anita Finn", handle: "@anita-finn", testimonial: "As a realtor, I highly recommend them to all.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-phone-plan_23-2148819858.jpg" },
+ { id: "t3", name: "Michael Roberts", handle: "@m-roberts", testimonial: "They renovated my entire master bath. Flawless work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25121.jpg" },
+ { id: "t4", name: "David Thompson", handle: "@d-thompson", testimonial: "Burst pipe fixed in under an hour. Great service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg" },
+ { id: "t5", name: "Linda Geller", handle: "@l-geller", testimonial: "Lovely team, neat, and very high quality plumbing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-showing-thumbs-up_1170-1235.jpg" }
]}
showRating={true}
title="Client Success Stories"
@@ -292,21 +140,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you offer emergency services?",
- content: "Yes, we are open 24 hours a day, 7 days a week to handle any plumbing emergencies.",
- },
- {
- id: "q2",
- title: "Do you handle renovations?",
- content: "Absolutely. We specialize in full fixture installations and complete bathroom plumbing renovations.",
- },
- {
- id: "q3",
- title: "Where do you provide services?",
- content: "We serve the Stamford, CT area and surrounding communities.",
- },
+ { id: "q1", title: "Do you offer emergency services?", content: "Yes, we are open 24 hours a day, 7 days a week to handle any plumbing emergencies." },
+ { id: "q2", title: "Do you handle renovations?", content: "Absolutely. We specialize in full fixture installations and complete bathroom plumbing renovations." },
+ { id: "q3", title: "Where do you provide services?", content: "We serve the Stamford, CT area and surrounding communities." }
]}
title="Frequently Asked Questions"
description="Common questions about our plumbing services in Stamford, CT."
@@ -319,13 +155,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Plumbing Standards Council",
- "Stamford Trade Association",
- "Licensed Plumbing Contractor",
- "Service Excellence Award",
- "Home Improvement Certification",
- "Building Code Certified",
- "Expert Trade Association",
+ "Plumbing Standards Council", "Stamford Trade Association", "Licensed Plumbing Contractor", "Service Excellence Award", "Home Improvement Certification", "Building Code Certified", "Expert Trade Association"
]}
title="Trusted Partners & Standards"
description="We adhere to the highest standards of plumbing excellence and trade professionalism."
@@ -338,30 +168,11 @@ export default function LandingPage() {
title="Contact Us Anytime"
description="Need a plumber? Give us a call or send a message. We are available 24/7."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
- },
- {
- name: "phone",
- type: "tel",
- placeholder: "Your Phone Number",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Your Email", required: true },
+ { name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }
]}
- textarea={{
- name: "message",
- placeholder: "How can we help you?",
- rows: 4,
- }}
+ textarea={{ name: "message", placeholder: "How can we help you?", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248841.jpg"
/>
@@ -370,39 +181,19 @@ export default function LandingPage() {