7 Commits

Author SHA1 Message Date
bc6fe781a2 Update src/app/page.tsx 2026-03-04 00:25:27 +00:00
1e0884875c Update src/app/layout.tsx 2026-03-04 00:25:27 +00:00
184c88824d Merge version_1 into main
Merge version_1 into main
2026-03-04 00:23:16 +00:00
8c8153788b Merge version_1 into main
Merge version_1 into main
2026-03-04 00:22:20 +00:00
47ac988c0f Merge version_1 into main
Merge version_1 into main
2026-03-04 00:20:20 +00:00
d7fc90ddaa Merge version_1 into main
Merge version_1 into main
2026-03-04 00:18:09 +00:00
138f6ce0f7 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:16:11 +00:00
2 changed files with 11 additions and 50 deletions

View File

@@ -1,52 +1,24 @@
import type { Metadata } from "next";
import { Archivo } from "next/font/google";
import { Inter } from "next/font/google";
import "./styles/base.css";
import "./styles/variables.css";
import "./globals.css";
const archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "S n S Window Cleaning | Mount Airy, MD Professional Service",
description: "Professional window cleaning, gutter cleaning & pressure washing in Mount Airy, MD. 4.9★ rated, licensed & insured. Free quotes available. Call (410) 562-2698.",
keywords: "window cleaning Mount Airy MD, gutter cleaning, pressure washing, residential cleaning, exterior services",
metadataBase: new URL("https://snswindowcleaning.com"),
alternates: {
canonical: "https://snswindowcleaning.com",
},
openGraph: {
title: "Crystal Clear Windows. Reliable Service. 100% Satisfaction.",
description: "Professional window cleaning and exterior services in Mount Airy, MD. 4.9★ rated and locally owned.",
siteName: "S n S Window Cleaning",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg",
alt: "Professional window cleaning service",
},
],
},
twitter: {
card: "summary_large_image",
title: "S n S Window Cleaning - Mount Airy, MD",
description: "Professional window cleaning, gutter services & pressure washing. 4.9★ rated.",
images: ["http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "S n S Window Cleaning - Professional Cleaning Services in Mount Airy, MD", description: "Professional window cleaning, gutter cleaning, and pressure washing services in Mount Airy, MD. Licensed, insured, and locally owned. 4.9 star rated. Get a free quote today!"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<body className={`${archivo.variable} antialiased`}>
<html lang="en">
<body className={inter.variable}>
{children}
<script
@@ -1418,4 +1390,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -175,17 +175,6 @@ export default function HomePage() {
/>
</div>
<div id="trust-bar" data-section="trust-bar">
<MetricCardTen
title="Why Choose S n S Window Cleaning"
description="Trusted by homeowners throughout Mount Airy and surrounding Maryland areas"
metrics={trustMetrics}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyFive
title="Our Premium Services"