Merge version_2 into main #6
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user