diff --git a/src/app/page.tsx b/src/app/page.tsx
index b946ce0..37ec028 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,31 +45,16 @@ export default function LandingPage() {
@@ -90,17 +67,11 @@ export default function LandingPage() {
description="At Brown Plumbing & Heating, we specialize in providing high-quality installation, repair, and maintenance for your plumbing and heating systems. We are dedicated to the Butte community."
metrics={[
{
- value: "20+",
- title: "Years Experience",
- },
+ value: "20+", title: "Years Experience"},
{
- value: "100%",
- title: "Customer Focus",
- },
+ value: "100%", title: "Customer Focus"},
{
- value: "24/7",
- title: "Reliable Service",
- },
+ value: "24/7", title: "Reliable Service"},
]}
imageSrc="http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515882.jpg"
mediaAnimation="slide-up"
@@ -117,19 +88,13 @@ export default function LandingPage() {
features={[
{
icon: Wrench,
- title: "Plumbing Repairs",
- description: "Fixing leaks, clogs, and water systems.",
- },
+ title: "Plumbing Repairs", description: "Fixing leaks, clogs, and water systems."},
{
icon: Flame,
- title: "Heating Installation",
- description: "Professional boiler and furnace setups.",
- },
+ title: "Heating Installation", description: "Professional boiler and furnace setups."},
{
icon: Droplets,
- title: "Pipe Maintenance",
- description: "Preventative care for lasting results.",
- },
+ title: "Pipe Maintenance", description: "Preventative care for lasting results."},
]}
title="Comprehensive Services"
description="We offer a full range of professional services to keep your home comfortable and running smoothly."
@@ -144,20 +109,11 @@ export default function LandingPage() {
description="Answers to frequently asked questions about our plumbing and heating services."
faqs={[
{
- id: "q1",
- title: "Do you offer emergency services?",
- content: "Yes, we provide 24/7 emergency support for urgent plumbing and heating issues.",
- },
+ id: "q1", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency support for urgent plumbing and heating issues."},
{
- id: "q2",
- title: "What areas do you serve?",
- content: "We proudly serve the entire Butte area and surrounding communities.",
- },
+ id: "q2", title: "What areas do you serve?", content: "We proudly serve the entire Butte area and surrounding communities."},
{
- id: "q3",
- title: "Are your technicians licensed?",
- content: "All our team members are fully licensed, bonded, and insured professionals.",
- },
+ id: "q3", title: "Are your technicians licensed?", content: "All our team members are fully licensed, bonded, and insured professionals."},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg?_wi=2"
imageAlt="Technician checking heating system"
@@ -173,22 +129,14 @@ export default function LandingPage() {
description="Contact us today for a service quote or to schedule an appointment. We're here to help."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your needs",
- rows: 4,
+ name: "message", placeholder: "Tell us about your needs", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg"
@@ -200,16 +148,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file