11 Commits

Author SHA1 Message Date
21c7df2288 Merge version_3 into main
Merge version_3 into main
2026-03-05 08:28:05 +00:00
74eff3fc6e Update src/app/page.tsx 2026-03-05 08:28:01 +00:00
7c2ada5ba1 Update src/app/layout.tsx 2026-03-05 08:28:01 +00:00
98a401f0f8 Merge version_2 into main
Merge version_2 into main
2026-03-05 08:09:08 +00:00
c5667c97ef Update src/app/page.tsx 2026-03-05 08:09:03 +00:00
8e25e76295 Merge version_2 into main
Merge version_2 into main
2026-03-05 08:07:34 +00:00
54be9c7fd9 Update src/app/page.tsx 2026-03-05 08:07:30 +00:00
4e34f893c8 Update src/app/layout.tsx 2026-03-05 08:07:30 +00:00
ad2d893f12 Merge version_1 into main
Merge version_1 into main
2026-03-05 08:05:49 +00:00
8eac204d29 Merge version_1 into main
Merge version_1 into main
2026-03-05 08:04:23 +00:00
361a36a128 Merge version_1 into main
Merge version_1 into main
2026-03-05 08:03:15 +00:00
2 changed files with 13 additions and 31 deletions

View File

@@ -1,45 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Apartment Cleaning & Unit Turns DallasFort Worth | Bradley's", description: "Professional apartment unit turn and move-out cleaning services for DallasFort Worth. Insured, reliable cleaning for property managers and homeowners. Free quote today.", keywords: "apartment cleaning Dallas, move-out cleaning DFW, apartment unit turns, property manager cleaning services, apartment turnover cleaning, residential cleaning Dallas Fort Worth", openGraph: {
title: "Apartment Unit Turns & Move-Out Cleaning in DallasFort Worth", description: "Professional, insured cleaning services for apartment complexes and residential properties. Fast turnaround, trusted by property managers.", siteName: "Bradley's Cleaning Service", type: "website"},
twitter: {
card: "summary_large_image", title: "Apartment Cleaning Services DallasFort Worth", description: "Unit turns, move-out cleaning, and recurring services. Call 945-201-1732 for free quote."},
};
title: "Bradley's Cleaning Service | Professional Apartment & Move-Out Cleaning in DFW", description: "Reliable, insured apartment unit turn and move-out cleaning services in DallasFort Worth. Fast turnaround, detail-oriented, serving property managers and homeowners."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1407,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "Book Your Free Quote", href: "#contact" },
{ text: "Schedule a Walkthrough", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office-together_23-2149345517.jpg"