Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-17 17:56:02 +00:00
5 changed files with 51 additions and 20 deletions

View File

@@ -123,7 +123,7 @@ export default function AboutPage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
avatarAlt: "Patricia Anderson", avatarAlt: "Patricia Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-clean-by-doing-yoga_23-2148457053.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-clean-by-doing-yoga_23-2148457053.jpg?_wi=3",
imageAlt: "Before and after carpet cleaning", imageAlt: "Before and after carpet cleaning",
}, },
{ {
@@ -135,7 +135,7 @@ export default function AboutPage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
avatarAlt: "Robert Thompson", avatarAlt: "Robert Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/male-female-coworkers-same-room_23-2148985539.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-coworkers-same-room_23-2148985539.jpg?_wi=3",
imageAlt: "Commercial carpet cleaning results", imageAlt: "Commercial carpet cleaning results",
}, },
{ {
@@ -147,7 +147,7 @@ export default function AboutPage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg",
avatarAlt: "Elizabeth Martinez", avatarAlt: "Elizabeth Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-relaxing-while-knitting_23-2149397728.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-relaxing-while-knitting_23-2149397728.jpg?_wi=3",
imageAlt: "Fine upholstery cleaning", imageAlt: "Fine upholstery cleaning",
}, },
]} ]}

View File

@@ -46,7 +46,7 @@ export default function ContactPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[{ text: "Book Now", href: "/contact" }]} buttons={[{ text: "Book Now", href: "/contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552306.jpg" imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552306.jpg?_wi=3"
imageAlt="Carpet cleaning service showcase" imageAlt="Carpet cleaning service showcase"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="left" mediaPosition="left"

View File

@@ -6,18 +6,47 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
variable: "--font-halant",
export const metadata: Metadata = { subsets: ["latin"],
title: "Webild components 2", weight: ["300", "400", "500", "600", "700"],
description: "Generated by create next app", });
};
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
}); });
export const metadata: Metadata = {
title: "Mr. Leak Carpet Cleaning - Premium Carpet & Upholstery Care",
description: "Luxury carpet, upholstery, and tile cleaning services. Expert craftsmanship, eco-friendly solutions, and 100% satisfaction guarantee. Schedule your appointment today.",
keywords: "carpet cleaning, upholstery cleaning, tile cleaning, professional cleaners, premium service",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Mr. Leak Carpet Cleaning - Premium Service",
description: "Transform your spaces with expert carpet, upholstery, and tile cleaning. 15+ years of excellence.",
type: "website",
siteName: "Mr. Leak Carpet Cleaning",
images: [
{
url: "http://img.b2bpic.net/free-photo/slim-woman-cleaning-with-vacuum-cleaner-carpet-house-busy-cleaning-day-home-housekeeping-concept_639032-2372.jpg",
alt: "Mr. Leak professional carpet cleaning service",
},
],
},
twitter: {
card: "summary_large_image",
title: "Mr. Leak Carpet Cleaning - Premium Service",
description: "Expert carpet, upholstery, and tile cleaning. Schedule your appointment today.",
images: [
"http://img.b2bpic.net/free-photo/slim-woman-cleaning-with-vacuum-cleaner-carpet-house-busy-cleaning-day-home-housekeeping-concept_639032-2372.jpg",
],
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -26,7 +55,9 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${inter.variable} antialiased`}> <body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -107,7 +107,7 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[{ text: "Get a Quote", href: "/contact" }]} buttons={[{ text: "Get a Quote", href: "/contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552306.jpg" imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552306.jpg?_wi=1"
imageAlt="Carpet cleaning service showcase" imageAlt="Carpet cleaning service showcase"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -223,7 +223,7 @@ export default function HomePage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
avatarAlt: "Patricia Anderson", avatarAlt: "Patricia Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-clean-by-doing-yoga_23-2148457053.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-clean-by-doing-yoga_23-2148457053.jpg?_wi=1",
imageAlt: "Before and after carpet cleaning", imageAlt: "Before and after carpet cleaning",
}, },
{ {
@@ -235,7 +235,7 @@ export default function HomePage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
avatarAlt: "Robert Thompson", avatarAlt: "Robert Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/male-female-coworkers-same-room_23-2148985539.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-coworkers-same-room_23-2148985539.jpg?_wi=1",
imageAlt: "Commercial carpet cleaning results", imageAlt: "Commercial carpet cleaning results",
}, },
{ {
@@ -247,7 +247,7 @@ export default function HomePage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg",
avatarAlt: "Elizabeth Martinez", avatarAlt: "Elizabeth Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-relaxing-while-knitting_23-2149397728.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-relaxing-while-knitting_23-2149397728.jpg?_wi=1",
imageAlt: "Fine upholstery cleaning", imageAlt: "Fine upholstery cleaning",
}, },
{ {

View File

@@ -53,7 +53,7 @@ export default function ServicesPage() {
}, },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552306.jpg" imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552306.jpg?_wi=2"
imageAlt="Carpet cleaning service showcase" imageAlt="Carpet cleaning service showcase"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -110,7 +110,7 @@ export default function ServicesPage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
avatarAlt: "Patricia Anderson", avatarAlt: "Patricia Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-clean-by-doing-yoga_23-2148457053.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-clean-by-doing-yoga_23-2148457053.jpg?_wi=2",
imageAlt: "Before and after carpet cleaning", imageAlt: "Before and after carpet cleaning",
}, },
{ {
@@ -122,7 +122,7 @@ export default function ServicesPage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
avatarAlt: "Robert Thompson", avatarAlt: "Robert Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/male-female-coworkers-same-room_23-2148985539.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-coworkers-same-room_23-2148985539.jpg?_wi=2",
imageAlt: "Commercial carpet cleaning results", imageAlt: "Commercial carpet cleaning results",
}, },
{ {
@@ -134,7 +134,7 @@ export default function ServicesPage() {
tag: "Verified Customer", tag: "Verified Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg",
avatarAlt: "Elizabeth Martinez", avatarAlt: "Elizabeth Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-relaxing-while-knitting_23-2149397728.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-relaxing-while-knitting_23-2149397728.jpg?_wi=2",
imageAlt: "Fine upholstery cleaning", imageAlt: "Fine upholstery cleaning",
}, },
]} ]}