Merge version_1 into main #1
@@ -52,21 +52,21 @@ export default function AboutPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969878.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969878.jpg?_wi=3",
|
||||
imageAlt: "professional cleaning team group photo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg?_wi=5",
|
||||
imageAlt: "professional office cleaning team working efficiently",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg?_wi=5",
|
||||
imageAlt: "medical clinic professional cleaning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg?_wi=5",
|
||||
imageAlt: "apartment building cleaning service",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Professional Commercial Cleaning Services | Midwest Cleaning",
|
||||
description: "Expert commercial cleaning for offices, retail, medical facilities, and apartments. Reliable, professional, spotless results. Get a free quote today.",
|
||||
keywords: "commercial cleaning, office cleaning, retail cleaning, medical facility cleaning, apartment cleaning, post-construction cleaning, Midwest",
|
||||
metadataBase: new URL("https://midwestprofessionalcleaning.com"),
|
||||
alternates: {
|
||||
canonical: "https://midwestprofessionalcleaning.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Midwest Professional Cleaning | Commercial Cleaning Services",
|
||||
description: "Reliable, professional commercial cleaning across the Midwest. Offices, retail, medical facilities, apartments, and more.",
|
||||
url: "https://midwestprofessionalcleaning.com",
|
||||
siteName: "Midwest Professional Cleaning",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://midwestprofessionalcleaning.com/og-image.jpg",
|
||||
alt: "Professional cleaning team",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Professional Commercial Cleaning | Midwest",
|
||||
description: "Expert cleaning services for commercial properties across the Midwest",
|
||||
images: ["https://midwestprofessionalcleaning.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -81,21 +81,21 @@ export default function HomePage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg?_wi=1",
|
||||
imageAlt: "Professional office cleaning service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg?_wi=1",
|
||||
imageAlt: "Medical clinic professional cleaning",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-cleaning-surface_23-2148522926.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-cleaning-surface_23-2148522926.jpg?_wi=1",
|
||||
imageAlt: "Retail store cleaning and maintenance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg?_wi=1",
|
||||
imageAlt: "Apartment building cleaning service",
|
||||
},
|
||||
]}
|
||||
@@ -143,42 +143,42 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Office Cleaning",
|
||||
description: "Professional office cleaning including desks, conference rooms, restrooms, and common areas to maintain a clean, productive workplace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg?_wi=2",
|
||||
imageAlt: "Professional office cleaning",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Retail Cleaning",
|
||||
description: "Keep your retail space spotless and welcoming. We handle floors, displays, windows, and customer areas to create a positive shopping environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-cleaning-surface_23-2148522926.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-cleaning-surface_23-2148522926.jpg?_wi=2",
|
||||
imageAlt: "Retail store cleaning",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Medical Facility Cleaning",
|
||||
description: "Specialized sanitization and cleaning for medical clinics, ensuring compliance with health standards and maintaining a sterile environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg?_wi=2",
|
||||
imageAlt: "Medical facility cleaning",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Apartment Complex Cleaning",
|
||||
description: "Comprehensive cleaning services for multi-family residential properties including common areas, hallways, and shared amenities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg?_wi=2",
|
||||
imageAlt: "Apartment cleaning service",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Commercial Building",
|
||||
description: "Large-scale cleaning operations for commercial buildings with customized schedules and specialized equipment for diverse facility types.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969878.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969878.jpg?_wi=1",
|
||||
imageAlt: "Commercial building cleaning",
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Post-Construction Cleaning",
|
||||
description: "Complete post-construction cleanup removing debris, dust, and materials to leave your new facility ready for occupancy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27424.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27424.jpg?_wi=1",
|
||||
imageAlt: "Post-construction cleaning",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -72,21 +72,21 @@ export default function ServicesPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg?_wi=3",
|
||||
imageAlt: "Professional office cleaning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg?_wi=3",
|
||||
imageAlt: "Medical facility cleaning",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg?_wi=3",
|
||||
imageAlt: "Apartment complex cleaning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27424.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27424.jpg?_wi=2",
|
||||
imageAlt: "Post-construction cleaning",
|
||||
},
|
||||
]}
|
||||
@@ -113,42 +113,42 @@ export default function ServicesPage() {
|
||||
id: 1,
|
||||
title: "Office Cleaning",
|
||||
description: "Professional cleaning for corporate offices including desks, meeting rooms, restrooms, kitchens, and breakroom areas. We maintain a clean, professional environment that boosts productivity and employee morale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-cleaning-indoors_23-2150454545.jpg?_wi=4",
|
||||
imageAlt: "Office cleaning service",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Retail Store Cleaning",
|
||||
description: "Keep your retail space inviting and immaculate with floor waxing, window cleaning, display area maintenance, and customer area sanitization for a superior shopping experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-cleaning-surface_23-2148522926.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-cleaning-surface_23-2148522926.jpg?_wi=3",
|
||||
imageAlt: "Retail cleaning",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Medical Facility Cleaning",
|
||||
description: "Specialized sanitization and medical-grade cleaning for clinics, healthcare facilities, and medical offices. We follow strict compliance standards and use appropriate disinfection protocols.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-healthcare-worker-coughing-while-working-hospital-covid19-epidemic_637285-5058.jpg?_wi=4",
|
||||
imageAlt: "Medical facility cleaning",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Apartment Complex Cleaning",
|
||||
description: "Comprehensive services for multi-family residential properties including common areas, hallways, lobbies, mailrooms, and exterior grounds maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg?_wi=4",
|
||||
imageAlt: "Apartment cleaning",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Commercial Building Cleaning",
|
||||
description: "Large-scale cleaning operations for commercial buildings with customized schedules, specialized equipment, and experienced teams to handle diverse facility requirements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969878.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150969878.jpg?_wi=2",
|
||||
imageAlt: "Commercial building cleaning",
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Post-Construction Cleanup",
|
||||
description: "Complete post-construction cleaning removing all debris, dust, paint residue, and materials. We leave your new facility completely ready for immediate occupancy and operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27424.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27424.jpg?_wi=3",
|
||||
imageAlt: "Post-construction cleaning",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user