Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-21 21:18:38 +00:00
4 changed files with 76 additions and 40 deletions

View File

@@ -72,25 +72,25 @@ export default function AboutPage() {
{
id: "1",
name: "John Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-parcel-client_23-2149229193.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-parcel-client_23-2149229193.jpg?_wi=2",
imageAlt: "John Martinez, Master Plumber",
},
{
id: "2",
name: "Lisa Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg?_wi=2",
imageAlt: "Lisa Thompson, Lead Technician",
},
{
id: "3",
name: "Robert Davis",
imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg?_wi=2",
imageAlt: "Robert Davis, Emergency Specialist",
},
{
id: "4",
name: "Patricia Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg?_wi=2",
imageAlt: "Patricia Wilson, Service Manager",
},
]}

View File

@@ -1,29 +1,63 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } 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 { Manrope } from "next/font/google";
import { DM_Sans } 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 manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Unique Plumbing - Trusted Idaho Plumber | 24/7 Service",
description: "Professional plumbing services in Idaho. Licensed, insured plumbers available 24/7 for emergency repairs, installations, and maintenance.",
keywords: "plumbing Idaho, plumber Boise, emergency plumbing, leak repair, drain cleaning, water heater",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Unique Plumbing - Trusted Idaho Plumber",
description: "Professional plumbing services available 24/7. Licensed, insured, and experienced.",
type: "website",
siteName: "Unique Plumbing",
url: "https://uniqueplumbing.com",
images: [
{
url: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg",
alt: "Professional plumbing service",
},
],
},
twitter: {
card: "summary_large_image",
title: "Unique Plumbing - Trusted Idaho Plumber",
description: "Professional plumbing services available 24/7",
images: ["http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +66,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -72,11 +72,11 @@ export default function HomePage() {
imageAlt: "Professional plumbing service in action",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=1",
imageAlt: "Water heater installation service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=1",
imageAlt: "Emergency leak repair service",
},
]}
@@ -120,11 +120,11 @@ export default function HomePage() {
icon: Droplets,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=1",
imageAlt: "Residential plumbing installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=2",
imageAlt: "Water heater service",
},
],
@@ -135,11 +135,11 @@ export default function HomePage() {
icon: AlertTriangle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=2",
imageAlt: "Emergency leak repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg?_wi=1",
imageAlt: "Drain inspection",
},
],
@@ -150,11 +150,11 @@ export default function HomePage() {
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg?_wi=2",
imageAlt: "Professional drain cleaning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=2",
imageAlt: "Plumbing maintenance",
},
],
@@ -165,11 +165,11 @@ export default function HomePage() {
icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=3",
imageAlt: "Water heater installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=3",
imageAlt: "System inspection",
},
],
@@ -180,11 +180,11 @@ export default function HomePage() {
icon: Clock,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-labor-day-badges-with-flat-design_23-2147865150.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-labor-day-badges-with-flat-design_23-2147865150.jpg?_wi=1",
imageAlt: "Licensed professional",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/collection-premium-shields_23-2147610664.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/collection-premium-shields_23-2147610664.jpg?_wi=1",
imageAlt: "Fully insured",
},
],
@@ -205,25 +205,25 @@ export default function HomePage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-parcel-client_23-2149229193.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-parcel-client_23-2149229193.jpg?_wi=1",
imageAlt: "Sarah Johnson, satisfied customer",
},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg?_wi=1",
imageAlt: "Michael Chen, verified customer",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg?_wi=1",
imageAlt: "Emily Rodriguez, happy homeowner",
},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg?_wi=1",
imageAlt: "David Kim, trusted customer",
},
]}

View File

@@ -57,11 +57,11 @@ export default function ServicesPage() {
icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=3",
imageAlt: "Residential plumbing work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=4",
imageAlt: "Home water system"
}
]
@@ -72,11 +72,11 @@ export default function ServicesPage() {
icon: AlertCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=4",
imageAlt: "Leak repair service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=4",
imageAlt: "Inspection and diagnostics"
}
]
@@ -87,11 +87,11 @@ export default function ServicesPage() {
icon: Waves,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg?_wi=3",
imageAlt: "Drain cleaning"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=5",
imageAlt: "Drain maintenance"
}
]
@@ -102,11 +102,11 @@ export default function ServicesPage() {
icon: Thermometer,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=5",
imageAlt: "Water heater installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=5",
imageAlt: "System maintenance"
}
]
@@ -117,11 +117,11 @@ export default function ServicesPage() {
icon: Phone,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-labor-day-badges-with-flat-design_23-2147865150.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/classic-pack-labor-day-badges-with-flat-design_23-2147865150.jpg?_wi=2",
imageAlt: "Licensed emergency service"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/collection-premium-shields_23-2147610664.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/collection-premium-shields_23-2147610664.jpg?_wi=2",
imageAlt: "Fully insured emergency team"
}
]
@@ -169,7 +169,7 @@ export default function ServicesPage() {
]}
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=6"
imageAlt="Professional plumbing team"
textboxLayout="split"
useInvertedBackground={false}