diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7b97a53..190f26d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -123,7 +123,7 @@ export default function AboutPage() { 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", 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", }, { @@ -135,7 +135,7 @@ export default function AboutPage() { tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", 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", }, { @@ -147,7 +147,7 @@ export default function AboutPage() { tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg", 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", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fbe4ceb..1b48a54 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { tagAnimation="slide-up" buttons={[{ text: "Book Now", href: "/contact" }]} 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" mediaAnimation="slide-up" mediaPosition="left" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..7591773 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,47 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", 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({ children, }: Readonly<{ @@ -26,7 +55,9 @@ export default function RootLayout({ return ( - + {children}