Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e1edf4019 | |||
| 98f43a6d4e | |||
| 9e6990d66d | |||
| b5cab11335 | |||
| a2fb27563c | |||
| 6c5fd7d11a |
@@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "M&T Plumbing - Trusted Local Plumbing Service in Kings Mountain, NC",
|
||||
description: "Expert plumbing services in Kings Mountain, NC. 5.0 rated with 10 reviews. 24/7 emergency service. Call (704) 734-1792 for leak detection, drain cleaning, water heater, and more.",
|
||||
keywords: "plumbing, Kings Mountain NC, leak repair, drain cleaning, water heater, plumber near me",
|
||||
openGraph: {
|
||||
title: "M&T Plumbing - Kings Mountain, NC",
|
||||
description: "Trusted local plumbing service. Expert workmanship, fast response, professional service. 5.0 ★★★★★ (10 Reviews)",
|
||||
type: "website",
|
||||
siteName: "M&T Plumbing",
|
||||
},
|
||||
title: "M&T Plumbing - Trusted Local Plumbing Service in Kings Mountain, NC", description: "Expert plumbing services in Kings Mountain, NC. 5.0 rated with 10 reviews. 24/7 emergency service. Call (704) 734-1792 for leak detection, drain cleaning, water heater, and more.", keywords: "plumbing, Kings Mountain NC, leak repair, drain cleaning, water heater, plumber near me", openGraph: {
|
||||
title: "M&T Plumbing - Kings Mountain, NC", description: "Trusted local plumbing service. Expert workmanship, fast response, professional service. 5.0 ★★★★★ (10 Reviews)", type: "website", siteName: "M&T Plumbing"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "M&T Plumbing - Kings Mountain, NC",
|
||||
description: "Expert plumbing service. Call (704) 734-1792. Open 24/7.",
|
||||
},
|
||||
card: "summary_large_image", title: "M&T Plumbing - Kings Mountain, NC", description: "Expert plumbing service. Call (704) 734-1792. Open 24/7."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -1412,4 +1401,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
131
src/app/page.tsx
131
src/app/page.tsx
@@ -9,7 +9,6 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
import { MapPin, Clock, Heart, Wrench, Zap, CheckCircle, Sparkles, Shield } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -21,32 +20,28 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
title: "Service Areas", items: [
|
||||
{ label: "Kings Mountain, NC", href: "#" },
|
||||
{ label: "Residential Plumbing", href: "/services" },
|
||||
{ label: "Emergency Service", href: "tel:(704)734-1792" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "(704) 734-1792", href: "tel:(704)734-1792" },
|
||||
{ label: "205 York Rd, Kings Mountain, NC 28086", href: "#" },
|
||||
{ label: "Open 24 Hours", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
@@ -111,78 +106,48 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyFive
|
||||
features={[
|
||||
{
|
||||
title: "Expert Workmanship",
|
||||
description: "Professional plumbing expertise you can trust for every job",
|
||||
icon: Wrench,
|
||||
title: "Expert Workmanship", description: "Professional plumbing expertise you can trust for every job", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=1",
|
||||
imageAlt: "plumbing workmanship professional repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=1", imageAlt: "plumbing workmanship professional repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1",
|
||||
imageAlt: "plumber tools expertise installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "plumber tools expertise installation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Prompt Response",
|
||||
description: "Quick response times because we know plumbing emergencies can't wait",
|
||||
icon: Zap,
|
||||
title: "Prompt Response", description: "Quick response times because we know plumbing emergencies can't wait", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1",
|
||||
imageAlt: "response fast service plumbing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "response fast service plumbing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg?_wi=1",
|
||||
imageAlt: "emergency quick plumbing urgent",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg?_wi=1", imageAlt: "emergency quick plumbing urgent"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Professional Service",
|
||||
description: "Courteous, respectful service from start to finish",
|
||||
icon: CheckCircle,
|
||||
title: "Professional Service", description: "Courteous, respectful service from start to finish", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2",
|
||||
imageAlt: "professional plumber service courtesy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2", imageAlt: "professional plumber service courtesy"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-498.jpg?_wi=1",
|
||||
imageAlt: "professional uniform plumbing work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-498.jpg?_wi=1", imageAlt: "professional uniform plumbing work"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Clean Work Areas",
|
||||
description: "We respect your home and leave your space clean and organized",
|
||||
icon: Sparkles,
|
||||
title: "Clean Work Areas", description: "We respect your home and leave your space clean and organized", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-female-workspace-home_23-2147778843.jpg?_wi=1",
|
||||
imageAlt: "clean organized workspace plumbing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-female-workspace-home_23-2147778843.jpg?_wi=1", imageAlt: "clean organized workspace plumbing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/messy-bathroom-dirty-home-concept_23-2149311322.jpg",
|
||||
imageAlt: "clean tidy bathroom kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/messy-bathroom-dirty-home-concept_23-2149311322.jpg", imageAlt: "clean tidy bathroom kitchen"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Reliable Follow-Through",
|
||||
description: "We complete the job right the first time, every time",
|
||||
icon: Shield,
|
||||
title: "Reliable Follow-Through", description: "We complete the job right the first time, every time", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3",
|
||||
imageAlt: "reliable trustworthy plumbing completed",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3", imageAlt: "reliable trustworthy plumbing completed"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=4",
|
||||
imageAlt: "quality assurance plumbing check",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=4", imageAlt: "quality assurance plumbing check"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -198,53 +163,17 @@ export default function HomePage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "leak-detection",
|
||||
name: "Leak Detection & Repair",
|
||||
price: "Call for Quote",
|
||||
variant: "Expert leak detection and repair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
|
||||
imageAlt: "leak detection water repair",
|
||||
},
|
||||
id: "leak-detection", name: "Leak Detection & Repair", price: "Call for Quote", variant: "Expert leak detection and repair", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "leak detection water repair"},
|
||||
{
|
||||
id: "drain-cleaning",
|
||||
name: "Drain Cleaning",
|
||||
price: "Call for Quote",
|
||||
variant: "Professional drain cleaning services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1",
|
||||
imageAlt: "drain cleaning plumbing maintenance",
|
||||
},
|
||||
id: "drain-cleaning", name: "Drain Cleaning", price: "Call for Quote", variant: "Professional drain cleaning services", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "drain cleaning plumbing maintenance"},
|
||||
{
|
||||
id: "water-heater",
|
||||
name: "Water Heater Installation & Replacement",
|
||||
price: "Call for Quote",
|
||||
variant: "New installations and replacements",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1",
|
||||
imageAlt: "water heater installation replacement",
|
||||
},
|
||||
id: "water-heater", name: "Water Heater Installation & Replacement", price: "Call for Quote", variant: "New installations and replacements", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1", imageAlt: "water heater installation replacement"},
|
||||
{
|
||||
id: "pipe-repair",
|
||||
name: "Pipe Repair & Replacement",
|
||||
price: "Call for Quote",
|
||||
variant: "Durable pipe solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1",
|
||||
imageAlt: "pipe repair plumbing replacement",
|
||||
},
|
||||
id: "pipe-repair", name: "Pipe Repair & Replacement", price: "Call for Quote", variant: "Durable pipe solutions", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "pipe repair plumbing replacement"},
|
||||
{
|
||||
id: "fixture-installation",
|
||||
name: "Fixture Installation",
|
||||
price: "Call for Quote",
|
||||
variant: "Professional fixture installation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=1",
|
||||
imageAlt: "fixture installation faucet sink",
|
||||
},
|
||||
id: "fixture-installation", name: "Fixture Installation", price: "Call for Quote", variant: "Professional fixture installation", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=1", imageAlt: "fixture installation faucet sink"},
|
||||
{
|
||||
id: "general-plumbing",
|
||||
name: "General Residential Plumbing",
|
||||
price: "Call for Quote",
|
||||
variant: "All residential plumbing needs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1",
|
||||
imageAlt: "plumbing residential home repair",
|
||||
},
|
||||
id: "general-plumbing", name: "General Residential Plumbing", price: "Call for Quote", variant: "All residential plumbing needs", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "plumbing residential home repair"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="none"
|
||||
@@ -259,7 +188,7 @@ export default function HomePage() {
|
||||
<TestimonialCardFifteen
|
||||
testimonial="So thankful for the EXPERTISE, response time and service level."
|
||||
rating={5}
|
||||
author="Satisfied Customer"
|
||||
author="Robert Hochberg - 5-Star Review"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Customer 2" },
|
||||
@@ -276,11 +205,7 @@ export default function HomePage() {
|
||||
title="Customer Testimonials"
|
||||
description="What our Kings Mountain neighbors say about M&T Plumbing"
|
||||
names={[
|
||||
"Russell was able to come out to the house quickly and take care of the issues. - Robert Hochberg",
|
||||
"The crew was prompt and very professional… installing an upgraded water heater with very little mess. - Tina Gordon Kitts",
|
||||
"So thankful for the EXPERTISE, response time and service level. - 5.0 Star Review",
|
||||
"Reliable, professional, and trustworthy local plumbing service",
|
||||
]}
|
||||
"Russell was able to come out to the house quickly and take care of the issues. - Robert Hochberg", "The crew was prompt and very professional… installing an upgraded water heater with very little mess. - Tina Gordon Kitts", "So thankful for the EXPERTISE, response time and service level. - 5.0 Star Review", "Reliable, professional, and trustworthy local plumbing service"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -297,4 +222,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user