3 Commits

Author SHA1 Message Date
39d7fdd9df Update src/app/page.tsx 2026-03-09 15:11:47 +00:00
0f322cde0b Update src/app/layout.tsx 2026-03-09 15:11:46 +00:00
e6b9aafc8c Merge version_1 into main
Merge version_1 into main
2026-03-09 15:09:50 +00:00
2 changed files with 8 additions and 39 deletions

View File

@@ -1,50 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "New Again House Wash | Pressure & Soft Washing Inman SC", description: "Professional pressure washing, soft washing, and gutter cleaning in Inman, SC. 2,500+ satisfied customers. Free estimates. Licensed & insured.", keywords: "pressure washing Inman SC, soft washing, gutter cleaning, house washing, exterior cleaning", metadataBase: new URL("https://newagainhousewash.com"), title: "New Again House Wash | Professional Pressure Washing in Inman, SC", description: "Professional pressure washing, soft washing, and gutter cleaning services in Inman, SC. Restore your home's curb appeal with expert exterior cleaning."};
openGraph: {
title: "New Again House Wash - Professional Cleaning Services", description: "Transform your property with professional pressure washing, soft washing, and gutter cleaning in Inman, SC.", url: "https://newagainhousewash.com", siteName: "New Again House Wash", type: "website", images: [
{
url: "http://img.b2bpic.net/free-psd/pressure-washing-service-instagram-posts_23-2151050406.jpg", alt: "Before and after house cleaning transformation"},
],
},
twitter: {
card: "summary_large_image", title: "New Again House Wash", description: "Professional cleaning services in Inman, SC", images: ["http://img.b2bpic.net/free-psd/pressure-washing-service-instagram-posts_23-2151050406.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1412,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -41,9 +41,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="NEW AGAIN" logoText="NEW AGAIN"
description="Professional pressure washing, soft washing, and gutter cleaning for Inman, SC. Transform your home's appearance." description="Restore Your Home's Curb Appeal in Days with professional pressure washing, soft washing, and gutter cleaning for Inman, SC."
buttons={[ buttons={[
{ text: "Get Free Estimate", href: "#contact" }, { text: "Get Free Estimate Today", href: "#contact" },
{ text: "View Services", href: "#services" } { text: "View Services", href: "#services" }
]} ]}
slides={[ slides={[