3 Commits

Author SHA1 Message Date
02b50b1301 Update src/app/page.tsx 2026-03-04 21:18:29 +00:00
455fd3a4f8 Update src/app/layout.tsx 2026-03-04 21:18:28 +00:00
9c46c5b5a1 Merge version_2 into main
Merge version_2 into main
2026-03-04 21:16:53 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
import type { Metadata } from "next";
import { Outfit } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
const outfit = Outfit({ subsets: ["latin"] });
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Hannah's Haven LLC - Premium Residential Cleaning", description: "Elevated home care with exceptional standards. Meticulous, reliable residential cleaning for homeowners who expect more."};
title: "Hannah's Haven LLC - Premium Residential Cleaning", description: "Elevated home care with exceptional standards. Premium residential cleaning service you can trust."};
export default function RootLayout({
children,
@@ -14,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={outfit.className}>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Elevated Home Care. Exceptional Standards."
description="Your home cleaned to perfection—so you never worry about standards again. Hannah's Haven LLC delivers meticulous, reliable residential cleaning with premium service and zero compromises."
description="Hannah's Haven LLC delivers meticulous, reliable residential cleaning for homeowners who expect more. Premium service. Zero compromises."
tag="Premium Residential Cleaning"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -213,7 +213,7 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Experience The Difference."
ctaDescription="Your home deserves elevated care. Let's get started with a consultation tailored to your needs."
ctaButton={{ text: "Book Your Service Today", href: "tel:+1-555-0123" }}
ctaButton={{ text: "Schedule Your Free In-Home Consultation", href: "tel:+1-555-0123" }}
ctaIcon={Calendar}
useInvertedBackground={false}
animationType="slide-up"