Merge version_1 into main #2
@@ -91,7 +91,7 @@ export default function ContactPage() {
|
||||
{ text: "Book Service", href: "/contact" },
|
||||
{ text: "Call Now", href: "tel:+17025551586" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=2"
|
||||
imageAlt="Professional plumber working on water heater installation"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -131,7 +131,7 @@ export default function ContactPage() {
|
||||
author: "Specialty Service",
|
||||
description: "Fast diagnosis and repair of water heater issues. We handle leaking tanks, heating failures, and complete replacements. Most calls resolved same-day.",
|
||||
tags: ["Water Heaters", "Repair", "Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=4",
|
||||
imageAlt: "Professional water heater repair service",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function ContactPage() {
|
||||
author: "General Service",
|
||||
description: "From leaks and faulty fixtures to pipe repairs and replacements. We diagnose the problem quickly and fix it right the first time.",
|
||||
tags: ["Repairs", "Fixtures", "Pipes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-working-with-utensils-kitchen_23-2148120429.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-working-with-utensils-kitchen_23-2148120429.jpg?_wi=4",
|
||||
imageAlt: "Professional plumbing repair technician",
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function ContactPage() {
|
||||
author: "24/7 Available",
|
||||
description: "Plumbing problems can't wait. We provide fast emergency service when you need it most. Call us anytime for urgent issues.",
|
||||
tags: ["Emergency", "Fast Response", "24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=4",
|
||||
imageAlt: "Emergency plumbing service response",
|
||||
},
|
||||
]}
|
||||
@@ -253,7 +253,7 @@ export default function ContactPage() {
|
||||
price: "Quick & Easy",
|
||||
rating: 5,
|
||||
reviewCount: "24/7",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=9",
|
||||
imageAlt: "Service request process",
|
||||
},
|
||||
{
|
||||
@@ -263,7 +263,7 @@ export default function ContactPage() {
|
||||
price: "Professional",
|
||||
rating: 5,
|
||||
reviewCount: "Prompt",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=10",
|
||||
imageAlt: "Technician diagnosis",
|
||||
},
|
||||
{
|
||||
@@ -273,7 +273,7 @@ export default function ContactPage() {
|
||||
price: "Honest",
|
||||
rating: 5,
|
||||
reviewCount: "Transparent",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=11",
|
||||
imageAlt: "Service options explained",
|
||||
},
|
||||
{
|
||||
@@ -283,7 +283,7 @@ export default function ContactPage() {
|
||||
price: "Quality",
|
||||
rating: 5,
|
||||
reviewCount: "Guaranteed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=12",
|
||||
imageAlt: "Service completion",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Roboto } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
@@ -20,6 +24,39 @@ const roboto = Roboto({
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Excellence Plumbing - Las Vegas Plumbing Services",
|
||||
description: "Fast, honest plumbing services in Las Vegas. Water heater repair, emergency plumbing, and installations. Same-day service available. Licensed technicians.",
|
||||
keywords: "Las Vegas plumber, water heater repair, emergency plumbing, plumbing services",
|
||||
metadataBase: new URL("https://excellenceplumbing.com"),
|
||||
alternates: {
|
||||
canonical: "https://excellenceplumbing.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Excellence Plumbing - Las Vegas Plumbing Services",
|
||||
description: "Fast, honest plumbing services from trusted local technicians. Same-day service available.",
|
||||
url: "https://excellenceplumbing.com",
|
||||
siteName: "Excellence Plumbing",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg",
|
||||
alt: "Excellence Plumbing Las Vegas",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Excellence Plumbing - Las Vegas",
|
||||
description: "Fast, honest plumbing services. Water heater experts.",
|
||||
images: ["http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -52,7 +52,7 @@ export default function HomePage() {
|
||||
{ text: 'Book Service', href: '/contact' },
|
||||
{ text: 'Call Now', href: 'tel:+17025551586' }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=1"
|
||||
imageAlt="Professional plumber working on water heater installation"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -92,7 +92,7 @@ export default function HomePage() {
|
||||
author: "Specialty Service",
|
||||
description: "Fast diagnosis and repair of water heater issues. We handle leaking tanks, heating failures, and complete replacements. Most calls resolved same-day.",
|
||||
tags: ["Water Heaters", "Repair", "Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=1",
|
||||
imageAlt: "Professional water heater repair service"
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function HomePage() {
|
||||
author: "General Service",
|
||||
description: "From leaks and faulty fixtures to pipe repairs and replacements. We diagnose the problem quickly and fix it right the first time.",
|
||||
tags: ["Repairs", "Fixtures", "Pipes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-working-with-utensils-kitchen_23-2148120429.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-working-with-utensils-kitchen_23-2148120429.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing repair technician"
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function HomePage() {
|
||||
author: "24/7 Available",
|
||||
description: "Plumbing problems can't wait. We provide fast emergency service when you need it most. Call us anytime for urgent issues.",
|
||||
tags: ["Emergency", "Fast Response", "24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1",
|
||||
imageAlt: "Emergency plumbing service response"
|
||||
}
|
||||
]}
|
||||
@@ -232,7 +232,7 @@ export default function HomePage() {
|
||||
price: "Quick & Easy",
|
||||
rating: 5,
|
||||
reviewCount: "24/7",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=1",
|
||||
imageAlt: "Service request process"
|
||||
},
|
||||
{
|
||||
@@ -242,7 +242,7 @@ export default function HomePage() {
|
||||
price: "Professional",
|
||||
rating: 5,
|
||||
reviewCount: "Prompt",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=2",
|
||||
imageAlt: "Technician diagnosis"
|
||||
},
|
||||
{
|
||||
@@ -252,7 +252,7 @@ export default function HomePage() {
|
||||
price: "Honest",
|
||||
rating: 5,
|
||||
reviewCount: "Transparent",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=3",
|
||||
imageAlt: "Service options explained"
|
||||
},
|
||||
{
|
||||
@@ -262,7 +262,7 @@ export default function HomePage() {
|
||||
price: "Quality",
|
||||
rating: 5,
|
||||
reviewCount: "Guaranteed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=4",
|
||||
imageAlt: "Service completion"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function ServicesPage() {
|
||||
"We specialize in water heater diagnostics and repair. Whether your water heater is leaking, not heating properly, or needs replacement, our technicians have the expertise to handle any situation. We work with all major brands and offer same-day service for most issues.",
|
||||
tags: ["Water Heaters", "Repair", "24/7 Available"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg",
|
||||
"http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=2",
|
||||
imageAlt: "Professional water heater repair and installation",
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function ServicesPage() {
|
||||
"Leaking pipes, corroded pipes, or burst pipes can cause serious damage. Our technicians use advanced techniques to locate and repair pipe problems with minimal disruption. We handle everything from small leaks to full pipe replacement.",
|
||||
tags: ["Pipe Repair", "Replacement", "Diagnostics"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-couple-working-with-utensils-kitchen_23-2148120429.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-couple-working-with-utensils-kitchen_23-2148120429.jpg?_wi=2",
|
||||
imageAlt: "Professional pipe repair and installation",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function ServicesPage() {
|
||||
"Plumbing emergencies don't wait for business hours. We're available 24/7 for urgent issues like burst pipes, severe clogs, or water damage. Call now for fast emergency response and expert repairs.",
|
||||
tags: ["Emergency", "24/7", "Fast Response"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg",
|
||||
"http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2",
|
||||
imageAlt: "Emergency plumbing response team",
|
||||
},
|
||||
]}
|
||||
@@ -100,7 +100,7 @@ export default function ServicesPage() {
|
||||
rating: 5,
|
||||
reviewCount: "24/7",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=5",
|
||||
imageAlt: "Service request step",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function ServicesPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Same-Day",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=6",
|
||||
imageAlt: "Technician arrival",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function ServicesPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Thorough",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=7",
|
||||
imageAlt: "Problem diagnosis",
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ export default function ServicesPage() {
|
||||
rating: 5,
|
||||
reviewCount: "Trusted",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-timeline-infographic-template_52683-60172.jpg?_wi=8",
|
||||
imageAlt: "Service completion",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function WaterHeaterRepairPage() {
|
||||
author: "Emergency & Scheduled",
|
||||
description: "Is your water heater leaking, making strange noises, or not heating properly? We quickly diagnose the issue and repair or replace components as needed. Most repairs completed same-day.",
|
||||
tags: ["Repair", "Fast Service", "Leaks"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=3",
|
||||
imageAlt: "Water heater repair technician"
|
||||
},
|
||||
{
|
||||
@@ -59,7 +59,7 @@ export default function WaterHeaterRepairPage() {
|
||||
author: "New & Replacement",
|
||||
description: "Need a new water heater? We install tankless, traditional tank, and hybrid models. Our technicians ensure proper sizing and installation for optimal performance and efficiency.",
|
||||
tags: ["Installation", "New Systems", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-working-with-utensils-kitchen_23-2148120429.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-working-with-utensils-kitchen_23-2148120429.jpg?_wi=3",
|
||||
imageAlt: "Water heater installation service"
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@ export default function WaterHeaterRepairPage() {
|
||||
author: "Preventive Care",
|
||||
description: "Regular maintenance extends water heater life and improves efficiency. We offer flushing, anode rod replacement, and system inspections to keep your water heater running smoothly.",
|
||||
tags: ["Maintenance", "Prevention", "Efficiency"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3",
|
||||
imageAlt: "Water heater maintenance service"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user