Merge version_1 into main #5
@@ -1,59 +1,17 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
import "./styles/globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Richmond Hill Plumbing | Actual Blue Plumbing", description: "5-star rated residential plumbing services in Richmond Hill, Ontario. Transparent pricing, fast response, and meticulous workmanship. Call (647) 924-9029.", keywords: "plumber Richmond Hill, plumbing repair, leak repair, garbage disposal, shut-off valve, York Region", metadataBase: new URL("https://actualblueplumbing.com"),
|
||||
alternates: {
|
||||
canonical: "https://actualblueplumbing.com"},
|
||||
openGraph: {
|
||||
title: "Richmond Hill's Most Trusted Plumbing Experts", description: "5-Star Rated Residential Plumbing Services with Transparent Pricing", url: "https://actualblueplumbing.com", siteName: "Actual Blue Plumbing", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", alt: "Professional plumber working on residential plumbing"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Richmond Hill's Most Trusted Plumbing Experts", description: "5-Star Rated Residential Plumbing Services", images: [
|
||||
"http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Actual Blue Plumbing | Richmond Hill's Trusted Plumber", description: "Professional plumbing services in Richmond Hill, Markham, and York Region. 5-star rated, transparent pricing, and meticulous workmanship. Call (647) 924-9029 for fast service."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${interTight.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1379,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -37,7 +37,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact-cta" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:647-924-9029"}}
|
||||
text: "Call Now", href: "tel:647-924-9029"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +49,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", alt: "Professional plumber"},
|
||||
src: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", alt: "Professional plumber"
|
||||
},
|
||||
]}
|
||||
avatarText="⭐ 5.0 Rating | 25+ Verified Reviews | Fully Equipped & Professional | Fast & Clean Service"
|
||||
buttons={[
|
||||
@@ -78,44 +80,56 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Garbage Disposal Repair & Installation", description: "Professional garbage disposal installation, repair, and maintenance for clean, efficient kitchens", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Faucet & Garden Tap Repairs", description: "Fix leaky faucets and garden taps quickly and efficiently with expert precision", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/broken-pipe-with-lever-flat-design_23-2148273389.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/broken-pipe-with-lever-flat-design_23-2148273389.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Shut-Off Valve Replacement", description: "Ensure water safety with reliable shut-off valve replacement and installation services", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/broken-pipe-with-lever-flat-design_23-2148273389.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/broken-pipe-with-lever-flat-design_23-2148273389.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Leak Detection & Repairs", description: "Advanced leak detection and professional repairs to prevent water damage and save money", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "P-Trap & Drain Repairs", description: "Expert drain cleaning and P-trap repair for smooth water flow and hygiene", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "General Plumbing Maintenance", description: "Preventive plumbing maintenance to keep your systems running smoothly year-round", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"
|
||||
},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -156,7 +170,8 @@ export default function LandingPage() {
|
||||
description="Professional plumbing services across the Greater Toronto Area"
|
||||
tag="Service Areas"
|
||||
names={[
|
||||
"Richmond Hill", "Markham", "Vaughan", "Aurora", "Newmarket"]}
|
||||
"Richmond Hill", "Markham", "Vaughan", "Aurora", "Newmarket"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -174,11 +189,14 @@ export default function LandingPage() {
|
||||
id: "1", title: "Call or Request a Quote", subtitle: "Reach out anytime and get a free estimate", category: "Step 1", value: "Fast Response", buttons: [{ text: "Request Quote", href: "#contact-cta" }],
|
||||
},
|
||||
{
|
||||
id: "2", title: "Clear Diagnosis & Transparent Pricing", subtitle: "We explain the issue and provide honest estimates", category: "Step 2", value: "No Surprises"},
|
||||
id: "2", title: "Clear Diagnosis & Transparent Pricing", subtitle: "We explain the issue and provide honest estimates", category: "Step 2", value: "No Surprises"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Professional Repair Done Cleanly", subtitle: "Expert workmanship with meticulous attention to detail", category: "Step 3", value: "Quality Work"},
|
||||
id: "3", title: "Professional Repair Done Cleanly", subtitle: "Expert workmanship with meticulous attention to detail", category: "Step 3", value: "Quality Work"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Final Inspection & Satisfaction", subtitle: "We ensure everything works perfectly before leaving", category: "Step 4", value: "Peace of Mind"},
|
||||
id: "4", title: "Final Inspection & Satisfaction", subtitle: "We ensure everything works perfectly before leaving", category: "Step 4", value: "Peace of Mind"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -226,7 +244,8 @@ export default function LandingPage() {
|
||||
title: "Contact", items: [
|
||||
{ label: "Call (647) 924-9029", href: "tel:647-924-9029" },
|
||||
{
|
||||
label: "102 Yorkland St Unit 53, Richmond Hill, ON L4S 1A1", href: "#"},
|
||||
label: "102 Yorkland St Unit 53, Richmond Hill, ON L4S 1A1", href: "#"
|
||||
},
|
||||
{ label: "Open Until 8 PM", href: "#" },
|
||||
{ label: "Email Support", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user