Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-17 14:18:20 +00:00
4 changed files with 56 additions and 24 deletions

View File

@@ -91,7 +91,7 @@ export default function AboutPage() {
"We consistently deliver quality products and responsive service that contractors can depend on, project after project.",
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=6",
imageAlt: "Professional plumbing reliability",
},
items: [
@@ -135,7 +135,7 @@ export default function AboutPage() {
"Our team brings years of industry knowledge to help you find the perfect solution for every plumbing challenge.",
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=3",
imageAlt: "Expert plumbing knowledge",
},
items: [

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Lato } 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 { Lato } 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 lato = Lato({
variable: "--font-lato",
@@ -20,6 +24,32 @@ const lato = Lato({
weight: ["100", "300", "400", "700", "900"],
});
export const metadata: Metadata = {
title: "Wilson Plumbing Supply - Plumbing Contractor Supplies Troy MO",
description: "Quality plumbing supplies for contractors and plumbers in Troy, Missouri. Brand-name products, competitive pricing, and trusted service since 2006.",
keywords: "plumbing supply Troy MO, plumbing wholesaler Missouri, contractor plumbing supplies, pipes fittings valves, professional plumbing materials",
metadataBase: new URL("https://wilsonplumbingsupply.com"),
alternates: {
canonical: "https://wilsonplumbingsupply.com",
},
openGraph: {
title: "Wilson Plumbing Supply - Your Trusted Plumbing Partner",
description: "Professional plumbing supplies for contractors. Quality brands, competitive pricing, convenient location in Troy, MO.",
url: "https://wilsonplumbingsupply.com",
siteName: "Wilson Plumbing Supply",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Wilson Plumbing Supply - Plumbing Contractor Supplies",
description: "Quality plumbing supplies for professionals. Trusted since 2006.",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +58,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +72,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -123,7 +123,7 @@ export default function HomePage() {
"We stock only the best plumbing supplies from trusted manufacturers you know and rely on.",
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=1",
imageAlt: "Quality plumbing pipes and fittings",
},
items: [
@@ -145,7 +145,7 @@ export default function HomePage() {
"Professional wholesale pricing designed to maximize your profit margins and project efficiency.",
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=2",
imageAlt: "Professional plumbing fixtures",
},
items: [
@@ -167,7 +167,7 @@ export default function HomePage() {
"Walk in anytime during business hours or call for quick ordering. We make purchasing simple so you can focus on the work.",
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=1",
imageAlt: "Professional plumbing tools",
},
items: [
@@ -204,7 +204,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Trusted",
imageSrc:
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=3",
imageAlt: "Copper and PVC pipes with fittings",
},
{
@@ -215,7 +215,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Quality",
imageSrc:
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=4",
imageAlt: "Modern bathroom and kitchen fixtures",
},
{
@@ -226,7 +226,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Durable",
imageSrc:
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=5",
imageAlt: "Industrial valves and control equipment",
},
{
@@ -237,7 +237,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Essential",
imageSrc:
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=2",
imageAlt: "Professional plumbing tools and equipment",
},
]}

View File

@@ -80,7 +80,7 @@ export default function ProductsPage() {
title: "Brand-Name Quality",
description: "We stock only the best plumbing supplies from trusted manufacturers you know and rely on.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=7",
imageAlt: "Quality plumbing pipes and fittings",
},
items: [
@@ -94,7 +94,7 @@ export default function ProductsPage() {
title: "Competitive Pricing",
description: "Professional wholesale pricing designed to maximize your profit margins and project efficiency.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=8",
imageAlt: "Professional plumbing fixtures",
},
items: [
@@ -108,7 +108,7 @@ export default function ProductsPage() {
title: "Fast & Convenient",
description: "Walk in anytime during business hours or call for quick ordering. We make purchasing simple so you can focus on the work.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=4",
imageAlt: "Professional plumbing tools",
},
items: [
@@ -137,7 +137,7 @@ export default function ProductsPage() {
price: "Wide Selection",
rating: 5,
reviewCount: "Trusted",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=9",
imageAlt: "Copper and PVC pipes with fittings",
},
{
@@ -147,7 +147,7 @@ export default function ProductsPage() {
price: "Professional Grade",
rating: 5,
reviewCount: "Quality",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=10",
imageAlt: "Modern bathroom and kitchen fixtures",
},
{
@@ -157,7 +157,7 @@ export default function ProductsPage() {
price: "Reliable",
rating: 5,
reviewCount: "Durable",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=11",
imageAlt: "Industrial valves and control equipment",
},
{
@@ -167,7 +167,7 @@ export default function ProductsPage() {
price: "Complete Range",
rating: 5,
reviewCount: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=5",
imageAlt: "Professional plumbing tools and equipment",
},
]}