Merge version_1 into main #2
@@ -49,7 +49,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -70,7 +70,7 @@ export default function AboutPage() {
|
||||
{ value: "15+", title: "Years of Experience" },
|
||||
{ value: "5000+", title: "Satisfied Customers" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg"
|
||||
imageAlt="JMJ Sewer Service team"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -90,37 +90,19 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Robert Martinez",
|
||||
role: "Homeowner",
|
||||
testimonial:
|
||||
"JMJ responded to my emergency sewer backup within an hour. The technician was professional, knowledgeable, and fixed the problem quickly. Highly recommend!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
|
||||
imageAlt: "Robert Martinez",
|
||||
icon: ThumbsUp,
|
||||
id: "1", name: "Robert Martinez", role: "Homeowner", testimonial:
|
||||
"JMJ responded to my emergency sewer backup within an hour. The technician was professional, knowledgeable, and fixed the problem quickly. Highly recommend!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Martinez", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Thompson",
|
||||
role: "Property Manager",
|
||||
testimonial:
|
||||
"We use JMJ for all our property maintenance. Their preventive drain cleaning program has saved us from expensive repairs. Excellent service.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2",
|
||||
imageAlt: "Sarah Thompson",
|
||||
icon: ThumbsUp,
|
||||
id: "2", name: "Sarah Thompson", role: "Property Manager", testimonial:
|
||||
"We use JMJ for all our property maintenance. Their preventive drain cleaning program has saved us from expensive repairs. Excellent service.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Thompson", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Anderson",
|
||||
role: "Business Owner",
|
||||
testimonial:
|
||||
"Reliable, professional, and affordable. JMJ fixed our commercial sewer line without disrupting our business. Outstanding work!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
|
||||
imageAlt: "James Anderson",
|
||||
icon: ThumbsUp,
|
||||
id: "3", name: "James Anderson", role: "Business Owner", testimonial:
|
||||
"Reliable, professional, and affordable. JMJ fixed our commercial sewer line without disrupting our business. Outstanding work!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Anderson", icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -66,8 +66,8 @@ export default function ContactPage() {
|
||||
tag="24/7 Emergency Service"
|
||||
tagIcon={AlertCircle}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"
|
||||
imageAlt="Contact JMJ Sewer Service"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "JMJ Sewer Service - Minneapolis Plumbing & Drain Solutions",
|
||||
description: "Expert sewer and drain services in Minneapolis. 24/7 emergency response, licensed professionals, trenchless technology. Call (612) 555-0123.",
|
||||
keywords: "sewer service, drain cleaning, plumbing repair, Minneapolis, emergency service, sewer line repair",
|
||||
metadataBase: new URL("https://jmjsewerservice.com"),
|
||||
title: "JMJ Sewer Service - Minneapolis Plumbing & Drain Solutions", description: "Expert sewer and drain services in Minneapolis. 24/7 emergency response, licensed professionals, trenchless technology. Call (612) 555-0123.", keywords: "sewer service, drain cleaning, plumbing repair, Minneapolis, emergency service, sewer line repair", metadataBase: new URL("https://jmjsewerservice.com"),
|
||||
alternates: {
|
||||
canonical: "https://jmjsewerservice.com",
|
||||
},
|
||||
canonical: "https://jmjsewerservice.com"},
|
||||
openGraph: {
|
||||
title: "JMJ Sewer Service - Professional Sewer & Drain Solutions",
|
||||
description: "Expert sewer and drain services serving Minneapolis. Fast, professional, affordable.",
|
||||
url: "https://jmjsewerservice.com",
|
||||
siteName: "JMJ Sewer Service",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "JMJ Sewer Service - Professional Sewer & Drain Solutions", description: "Expert sewer and drain services serving Minneapolis. Fast, professional, affordable.", url: "https://jmjsewerservice.com", siteName: "JMJ Sewer Service", type: "website", images: [
|
||||
{
|
||||
url: "https://jmjsewerservice.com/og-image.jpg",
|
||||
alt: "JMJ Sewer Service Professional Team",
|
||||
},
|
||||
url: "https://jmjsewerservice.com/og-image.jpg", alt: "JMJ Sewer Service Professional Team"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "JMJ Sewer Service - Minneapolis Plumbing Expert",
|
||||
description: "Professional sewer and drain solutions. 24/7 emergency service available.",
|
||||
images: ["https://jmjsewerservice.com/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "JMJ Sewer Service - Minneapolis Plumbing Expert", description: "Professional sewer and drain solutions. 24/7 emergency service available.", images: ["https://jmjsewerservice.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
101
src/app/page.tsx
101
src/app/page.tsx
@@ -13,7 +13,6 @@ import {
|
||||
AlertCircle,
|
||||
Wrench,
|
||||
Droplet,
|
||||
Pipe,
|
||||
Eye,
|
||||
AlertTriangle,
|
||||
Zap,
|
||||
@@ -65,7 +64,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -82,8 +81,8 @@ export default function HomePage() {
|
||||
tag="24/7 Emergency Service"
|
||||
tagIcon={AlertCircle}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"
|
||||
imageAlt="Professional sewer service technician"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -108,40 +107,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Drain Cleaning",
|
||||
description:
|
||||
"Professional drain cleaning services to remove blockages and restore proper flow using state-of-the-art equipment.",
|
||||
},
|
||||
{
|
||||
icon: Pipe,
|
||||
title: "Pipe Repair & Replacement",
|
||||
description:
|
||||
"Expert diagnosis and repair of damaged or deteriorating sewer pipes with minimal disruption to your property.",
|
||||
},
|
||||
{
|
||||
icon: Eye,
|
||||
title: "Camera Inspection",
|
||||
description:
|
||||
"Advanced video inspection technology to identify problems inside pipes without excavation.",
|
||||
},
|
||||
title: "Drain Cleaning", description:
|
||||
"Professional drain cleaning services to remove blockages and restore proper flow using state-of-the-art equipment."},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
title: "Emergency Response",
|
||||
description:
|
||||
"24/7 emergency sewer backup and blockage services to minimize damage and restore functionality quickly.",
|
||||
},
|
||||
title: "Pipe Repair & Replacement", description:
|
||||
"Expert diagnosis and repair of damaged or deteriorating sewer pipes with minimal disruption to your property."},
|
||||
{
|
||||
icon: Eye,
|
||||
title: "Camera Inspection", description:
|
||||
"Advanced video inspection technology to identify problems inside pipes without excavation."},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
title: "Emergency Response", description:
|
||||
"24/7 emergency sewer backup and blockage services to minimize damage and restore functionality quickly."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Preventive Maintenance",
|
||||
description:
|
||||
"Regular maintenance programs to prevent costly repairs and keep your sewer system functioning properly.",
|
||||
},
|
||||
title: "Preventive Maintenance", description:
|
||||
"Regular maintenance programs to prevent costly repairs and keep your sewer system functioning properly."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Trenchless Technology",
|
||||
description:
|
||||
"Innovative trenchless repair methods that fix sewer issues without extensive digging or property damage.",
|
||||
},
|
||||
title: "Trenchless Technology", description:
|
||||
"Innovative trenchless repair methods that fix sewer issues without extensive digging or property damage."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,7 +144,7 @@ export default function HomePage() {
|
||||
{ value: "15+", title: "Years of Experience" },
|
||||
{ value: "5000+", title: "Satisfied Customers" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg"
|
||||
imageAlt="JMJ Sewer Service team"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -177,48 +164,24 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Robert Martinez",
|
||||
role: "Homeowner",
|
||||
testimonial:
|
||||
"JMJ responded to my emergency sewer backup within an hour. The technician was professional, knowledgeable, and fixed the problem quickly. Highly recommend!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "Robert Martinez",
|
||||
icon: ThumbsUp,
|
||||
id: "1", name: "Robert Martinez", role: "Homeowner", testimonial:
|
||||
"JMJ responded to my emergency sewer backup within an hour. The technician was professional, knowledgeable, and fixed the problem quickly. Highly recommend!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Martinez", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Thompson",
|
||||
role: "Property Manager",
|
||||
testimonial:
|
||||
"We use JMJ for all our property maintenance. Their preventive drain cleaning program has saved us from expensive repairs. Excellent service.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1",
|
||||
imageAlt: "Sarah Thompson",
|
||||
icon: ThumbsUp,
|
||||
id: "2", name: "Sarah Thompson", role: "Property Manager", testimonial:
|
||||
"We use JMJ for all our property maintenance. Their preventive drain cleaning program has saved us from expensive repairs. Excellent service.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Thompson", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Anderson",
|
||||
role: "Business Owner",
|
||||
testimonial:
|
||||
"Reliable, professional, and affordable. JMJ fixed our commercial sewer line without disrupting our business. Outstanding work!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
|
||||
imageAlt: "James Anderson",
|
||||
icon: ThumbsUp,
|
||||
id: "3", name: "James Anderson", role: "Business Owner", testimonial:
|
||||
"Reliable, professional, and affordable. JMJ fixed our commercial sewer line without disrupting our business. Outstanding work!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Anderson", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Linda Chen",
|
||||
role: "Homeowner",
|
||||
testimonial:
|
||||
"The camera inspection was eye-opening. They showed me exactly what was wrong and explained all my options. Very transparent and trustworthy company.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
imageAlt: "Linda Chen",
|
||||
icon: ThumbsUp,
|
||||
id: "4", name: "Linda Chen", role: "Homeowner", testimonial:
|
||||
"The camera inspection was eye-opening. They showed me exactly what was wrong and explained all my options. Very transparent and trustworthy company.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Linda Chen", icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -8,7 +8,6 @@ import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import {
|
||||
Droplet,
|
||||
Pipe,
|
||||
Eye,
|
||||
AlertTriangle,
|
||||
Zap,
|
||||
@@ -57,7 +56,7 @@ export default function ServicesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -80,40 +79,28 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Drain Cleaning",
|
||||
description:
|
||||
"Professional drain cleaning services to remove blockages and restore proper flow using state-of-the-art equipment. We handle everything from minor clogs to severe backups.",
|
||||
},
|
||||
{
|
||||
icon: Pipe,
|
||||
title: "Pipe Repair & Replacement",
|
||||
description:
|
||||
"Expert diagnosis and repair of damaged or deteriorating sewer pipes with minimal disruption to your property. We offer both traditional and trenchless solutions.",
|
||||
},
|
||||
{
|
||||
icon: Eye,
|
||||
title: "Camera Inspection",
|
||||
description:
|
||||
"Advanced video inspection technology to identify problems inside pipes without excavation. See exactly what's happening in your sewer lines.",
|
||||
},
|
||||
title: "Drain Cleaning", description:
|
||||
"Professional drain cleaning services to remove blockages and restore proper flow using state-of-the-art equipment. We handle everything from minor clogs to severe backups."},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
title: "Emergency Response",
|
||||
description:
|
||||
"24/7 emergency sewer backup and blockage services to minimize damage and restore functionality quickly. We're always available when you need us.",
|
||||
},
|
||||
title: "Pipe Repair & Replacement", description:
|
||||
"Expert diagnosis and repair of damaged or deteriorating sewer pipes with minimal disruption to your property. We offer both traditional and trenchless solutions."},
|
||||
{
|
||||
icon: Eye,
|
||||
title: "Camera Inspection", description:
|
||||
"Advanced video inspection technology to identify problems inside pipes without excavation. See exactly what's happening in your sewer lines."},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
title: "Emergency Response", description:
|
||||
"24/7 emergency sewer backup and blockage services to minimize damage and restore functionality quickly. We're always available when you need us."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Preventive Maintenance",
|
||||
description:
|
||||
"Regular maintenance programs to prevent costly repairs and keep your sewer system functioning properly. Proactive care saves money and prevents emergencies.",
|
||||
},
|
||||
title: "Preventive Maintenance", description:
|
||||
"Regular maintenance programs to prevent costly repairs and keep your sewer system functioning properly. Proactive care saves money and prevents emergencies."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Trenchless Technology",
|
||||
description:
|
||||
"Innovative trenchless repair methods that fix sewer issues without extensive digging or property damage. Modern solutions for modern problems.",
|
||||
},
|
||||
title: "Trenchless Technology", description:
|
||||
"Innovative trenchless repair methods that fix sewer issues without extensive digging or property damage. Modern solutions for modern problems."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user