diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 2c9eddd..551783b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -69,6 +69,7 @@ export default function AboutPage() {
@@ -122,29 +111,17 @@ export default function AboutPage() {
animationType="slide-up"
faqs={[
{
- id: "1",
- title: "Honesty & Transparency",
- content:
- "We provide honest assessments and never recommend unnecessary services. You'll always know exactly what's needed and why, with upfront pricing and no hidden fees.",
- },
+ id: "1", title: "Honesty & Transparency", content:
+ "We provide honest assessments and never recommend unnecessary services. You'll always know exactly what's needed and why, with upfront pricing and no hidden fees."},
{
- id: "2",
- title: "Environmental Responsibility",
- content:
- "We use eco-friendly cleaning methods and disposal practices. Our team respects the environment while protecting your sewer system.",
- },
+ id: "2", title: "Environmental Responsibility", content:
+ "We use eco-friendly cleaning methods and disposal practices. Our team respects the environment while protecting your sewer system."},
{
- id: "3",
- title: "Community Connection",
- content:
- "As a local Minneapolis company, we're invested in our community. We support local initiatives and take pride in being the neighborhood's trusted sewer service partner.",
- },
+ id: "3", title: "Community Connection", content:
+ "As a local Minneapolis company, we're invested in our community. We support local initiatives and take pride in being the neighborhood's trusted sewer service partner."},
{
- id: "4",
- title: "Continuous Improvement",
- content:
- "We stay current with industry innovations and invest in the latest technology to provide you with cutting-edge service and solutions.",
- },
+ id: "4", title: "Continuous Improvement", content:
+ "We stay current with industry innovations and invest in the latest technology to provide you with cutting-edge service and solutions."},
]}
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 082f62d..7f1e27e 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -74,29 +74,17 @@ export default function ContactPage() {
animationType="slide-up"
faqs={[
{
- id: "1",
- title: "What's your response time for emergencies?",
- content:
- "Our average emergency response time is just 2 hours. Call our 24/7 emergency line at (612) 867-5309 and we'll dispatch a technician immediately to assess and address your urgent sewer problem.",
- },
+ id: "1", title: "What's your response time for emergencies?", content:
+ "Our average emergency response time is just 2 hours. Call our 24/7 emergency line at (612) 867-5309 and we'll dispatch a technician immediately to assess and address your urgent sewer problem."},
{
- id: "2",
- title: "How do I schedule a routine appointment?",
- content:
- "Call us at (612) 867-5309 during business hours to schedule. We offer flexible appointment windows to fit your schedule. We can often accommodate requests within 24-48 hours.",
- },
+ id: "2", title: "How do I schedule a routine appointment?", content:
+ "Call us at (612) 867-5309 during business hours to schedule. We offer flexible appointment windows to fit your schedule. We can often accommodate requests within 24-48 hours."},
{
- id: "3",
- title: "Do you offer free estimates?",
- content:
- "Yes! We provide free consultations and written estimates for all services. There's no obligation, and we'll give you a detailed breakdown of recommended work and pricing.",
- },
+ id: "3", title: "Do you offer free estimates?", content:
+ "Yes! We provide free consultations and written estimates for all services. There's no obligation, and we'll give you a detailed breakdown of recommended work and pricing."},
{
- id: "4",
- title: "What should I do if I have a sewer backup?",
- content:
- "First, avoid using water in your home. Stop using toilets, showers, and sinks. Then call us immediately at (612) 867-5309. Our emergency team will respond quickly to diagnose and resolve the problem.",
- },
+ id: "4", title: "What should I do if I have a sewer backup?", content:
+ "First, avoid using water in your home. Stop using toilets, showers, and sinks. Then call us immediately at (612) 867-5309. Our emergency team will respond quickly to diagnose and resolve the problem."},
]}
/>
@@ -111,38 +99,20 @@ export default function ContactPage() {
animationType="slide-up"
testimonials={[
{
- id: "1",
- name: "Robert Thompson",
- handle: "@robert_m",
- testimonial:
- "Had a major backup on a Sunday. JMJ arrived within 90 minutes and fixed it completely. Professional and fair pricing. Highly recommend!",
- rating: 5,
+ id: "1", name: "Robert Thompson", handle: "@robert_m", testimonial:
+ "Had a major backup on a Sunday. JMJ arrived within 90 minutes and fixed it completely. Professional and fair pricing. Highly recommend!", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=5",
- imageAlt: "Robert Thompson avatar",
- },
+ "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", imageAlt: "Robert Thompson avatar"},
{
- id: "2",
- name: "Sarah Nelson",
- handle: "@sarah_n",
- testimonial:
- "We needed a sewer line inspection before buying our house. They were thorough, explained everything clearly, and caught issues others might have missed.",
- rating: 5,
+ id: "2", name: "Sarah Nelson", handle: "@sarah_n", testimonial:
+ "We needed a sewer line inspection before buying our house. They were thorough, explained everything clearly, and caught issues others might have missed.", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=6",
- imageAlt: "Sarah Nelson avatar",
- },
+ "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", imageAlt: "Sarah Nelson avatar"},
{
- id: "3",
- name: "Michael Chen",
- handle: "@michael_c",
- testimonial:
- "Business client here. JMJ handles all our commercial drain maintenance. Reliable, professional, and they respect our operating hours. Worth every penny.",
- rating: 5,
+ id: "3", name: "Michael Chen", handle: "@michael_c", testimonial:
+ "Business client here. JMJ handles all our commercial drain maintenance. Reliable, professional, and they respect our operating hours. Worth every penny.", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=7",
- imageAlt: "Michael Chen avatar",
- },
+ "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", imageAlt: "Michael Chen avatar"},
]}
/>
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 20ff516..e8e96e0 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,30 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
- variable: "--font-mulish",
- subsets: ["latin"],
+ variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "JMJ Sewer Service - Minneapolis | Emergency Sewer & Drain Repair",
- description: "Professional sewer and drain services in Minneapolis. Same-day emergency response. Licensed, insured technicians. Call (612) 867-5309 for 24/7 service.",
- keywords: "sewer repair Minneapolis, drain cleaning, sewer line inspection, emergency sewer service, plumbing Minneapolis",
- robots: {
+ title: "JMJ Sewer Service - Minneapolis | Emergency Sewer & Drain Repair", description: "Professional sewer and drain services in Minneapolis. Same-day emergency response. Licensed, insured technicians. Call (612) 867-5309 for 24/7 service.", keywords: "sewer repair Minneapolis, drain cleaning, sewer line inspection, emergency sewer service, plumbing Minneapolis", robots: {
index: true,
follow: true,
},
openGraph: {
- title: "JMJ Sewer Service - Minneapolis",
- description: "Professional sewer and drain repair services. 24/7 emergency response. Licensed and insured.",
- url: "https://jmjsewer.com",
- siteName: "JMJ Sewer Service",
- type: "website",
- },
+ title: "JMJ Sewer Service - Minneapolis", description: "Professional sewer and drain repair services. 24/7 emergency response. Licensed and insured.", url: "https://jmjsewer.com", siteName: "JMJ Sewer Service", type: "website"},
twitter: {
- card: "summary_large_image",
- title: "JMJ Sewer Service - Minneapolis",
- description: "Professional sewer and drain repair. 24/7 emergency service available.",
- },
+ card: "summary_large_image", title: "JMJ Sewer Service - Minneapolis", description: "Professional sewer and drain repair. 24/7 emergency service available."},
};
export default function RootLayout({
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e302201..bd03060 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -91,37 +91,19 @@ export default function HomePage() {
features={[
{
id: 1,
- tag: "Diagnostics",
- title: "Sewer Line Inspection",
- subtitle: "Advanced camera inspection technology",
- description:
- "State-of-the-art camera systems provide detailed visual inspections of your sewer lines. We identify blockages, cracks, root intrusion, and other issues before they become costly emergencies.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg?_wi=1",
- imageAlt: "Sewer line camera inspection equipment",
- },
+ tag: "Diagnostics", title: "Sewer Line Inspection", subtitle: "Advanced camera inspection technology", description:
+ "State-of-the-art camera systems provide detailed visual inspections of your sewer lines. We identify blockages, cracks, root intrusion, and other issues before they become costly emergencies.", imageSrc:
+ "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg", imageAlt: "Sewer line camera inspection equipment"},
{
id: 2,
- tag: "Cleaning",
- title: "Drain & Sewer Cleaning",
- subtitle: "High-pressure jetting and snaking",
- description:
- "We use professional-grade equipment to clear stubborn blockages and buildup. Whether it's grease, tree roots, or debris, we restore your drains to full functionality.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110876.jpg?_wi=1",
- imageAlt: "Drain cleaning equipment in action",
- },
+ tag: "Cleaning", title: "Drain & Sewer Cleaning", subtitle: "High-pressure jetting and snaking", description:
+ "We use professional-grade equipment to clear stubborn blockages and buildup. Whether it's grease, tree roots, or debris, we restore your drains to full functionality.", imageSrc:
+ "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110876.jpg", imageAlt: "Drain cleaning equipment in action"},
{
id: 3,
- tag: "Repair",
- title: "Sewer Line Repair & Replacement",
- subtitle: "Trenchless and traditional methods",
- description:
- "When damage is found, we provide fast, efficient repairs using both traditional and trenchless technology options. Minimize disruption while maximizing durability.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
- imageAlt: "Professional sewer repair work",
- },
+ tag: "Repair", title: "Sewer Line Repair & Replacement", subtitle: "Trenchless and traditional methods", description:
+ "When damage is found, we provide fast, efficient repairs using both traditional and trenchless technology options. Minimize disruption while maximizing durability.", imageSrc:
+ "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Professional sewer repair work"},
]}
/>
@@ -130,6 +112,7 @@ export default function HomePage() {
@@ -206,29 +165,17 @@ export default function HomePage() {
animationType="slide-up"
faqs={[
{
- id: "1",
- title: "How quickly can you respond to emergencies?",
- content:
- "We pride ourselves on fast response times. Our average response time is 2 hours for emergency calls. For after-hours emergencies, call our emergency line and a dispatcher will coordinate immediate assistance.",
- },
+ id: "1", title: "How quickly can you respond to emergencies?", content:
+ "We pride ourselves on fast response times. Our average response time is 2 hours for emergency calls. For after-hours emergencies, call our emergency line and a dispatcher will coordinate immediate assistance."},
{
- id: "2",
- title: "Are your technicians licensed and insured?",
- content:
- "Yes. All JMJ Sewer Service technicians are licensed by the State of Minnesota and we carry full liability and workers compensation insurance for your protection.",
- },
+ id: "2", title: "Are your technicians licensed and insured?", content:
+ "Yes. All JMJ Sewer Service technicians are licensed by the State of Minnesota and we carry full liability and workers compensation insurance for your protection."},
{
- id: "3",
- title: "Do you offer preventative maintenance plans?",
- content:
- "Absolutely. We recommend annual inspections for residential properties and quarterly maintenance for commercial clients. This prevents costly emergencies and extends system life.",
- },
+ id: "3", title: "Do you offer preventative maintenance plans?", content:
+ "Absolutely. We recommend annual inspections for residential properties and quarterly maintenance for commercial clients. This prevents costly emergencies and extends system life."},
{
- id: "4",
- title: "What payment methods do you accept?",
- content:
- "We accept all major credit cards, debit cards, check, and electronic payment options. We also work with several financing programs for larger repairs.",
- },
+ id: "4", title: "What payment methods do you accept?", content:
+ "We accept all major credit cards, debit cards, check, and electronic payment options. We also work with several financing programs for larger repairs."},
]}
/>
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 1621467..173d1b4 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -75,43 +75,25 @@ export default function ServicesPage() {
features={[
{
id: 1,
- tag: "Diagnostics",
- title: "Sewer Line Inspection",
- subtitle: "Advanced camera inspection technology",
- description:
- "State-of-the-art camera systems provide detailed visual inspections of your sewer lines. We identify blockages, cracks, root intrusion, and other issues before they become costly emergencies. Our technicians will provide you with video documentation and recommendations.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg?_wi=2",
- imageAlt: "Sewer line camera inspection equipment",
- buttons: [
+ tag: "Diagnostics", title: "Sewer Line Inspection", subtitle: "Advanced camera inspection technology", description:
+ "State-of-the-art camera systems provide detailed visual inspections of your sewer lines. We identify blockages, cracks, root intrusion, and other issues before they become costly emergencies. Our technicians will provide you with video documentation and recommendations.", imageSrc:
+ "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg", imageAlt: "Sewer line camera inspection equipment", buttons: [
{ text: "Learn More", href: "#" },
],
},
{
id: 2,
- tag: "Cleaning",
- title: "Drain & Sewer Cleaning",
- subtitle: "High-pressure jetting and snaking",
- description:
- "We use professional-grade equipment to clear stubborn blockages and buildup. Whether it's grease, tree roots, or debris, we restore your drains to full functionality. Our cleaning methods are safe for your pipes and environmentally responsible.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110876.jpg?_wi=2",
- imageAlt: "Drain cleaning equipment in action",
- buttons: [
+ tag: "Cleaning", title: "Drain & Sewer Cleaning", subtitle: "High-pressure jetting and snaking", description:
+ "We use professional-grade equipment to clear stubborn blockages and buildup. Whether it's grease, tree roots, or debris, we restore your drains to full functionality. Our cleaning methods are safe for your pipes and environmentally responsible.", imageSrc:
+ "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110876.jpg", imageAlt: "Drain cleaning equipment in action", buttons: [
{ text: "Schedule Now", href: "/contact" },
],
},
{
id: 3,
- tag: "Repair",
- title: "Sewer Line Repair & Replacement",
- subtitle: "Trenchless and traditional methods",
- description:
- "When damage is found, we provide fast, efficient repairs using both traditional and trenchless technology options. Minimize disruption while maximizing durability. Our experienced crew ensures quality work and long-lasting results for your peace of mind.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2",
- imageAlt: "Professional sewer repair work",
- buttons: [
+ tag: "Repair", title: "Sewer Line Repair & Replacement", subtitle: "Trenchless and traditional methods", description:
+ "When damage is found, we provide fast, efficient repairs using both traditional and trenchless technology options. Minimize disruption while maximizing durability. Our experienced crew ensures quality work and long-lasting results for your peace of mind.", imageSrc:
+ "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Professional sewer repair work", buttons: [
{ text: "Get Quote", href: "/contact" },
],
},
@@ -123,6 +105,7 @@ export default function ServicesPage() {