8 Commits

Author SHA1 Message Date
30d36ce595 Update src/app/page.tsx 2026-03-04 23:55:01 +00:00
ad0d8b36f6 Update src/app/layout.tsx 2026-03-04 23:55:00 +00:00
a501a0bf78 Merge version_2 into main
Merge version_2 into main
2026-03-04 23:53:23 +00:00
634ce3786c Update src/app/page.tsx 2026-03-04 23:53:19 +00:00
e812133a0d Update src/app/layout.tsx 2026-03-04 23:53:18 +00:00
9003d4dc92 Merge version_1 into main
Merge version_1 into main
2026-03-04 23:51:57 +00:00
0bc0ebc5ed Merge version_1 into main
Merge version_1 into main
2026-03-04 23:51:02 +00:00
452bba664e Merge version_1 into main
Merge version_1 into main
2026-03-04 23:49:44 +00:00
2 changed files with 10 additions and 36 deletions

View File

@@ -1,45 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Plumbing & Heating Doctor | 24/7 Emergency Plumber in Palmer, AK", description: "Palmer's trusted plumber & heating expert. 4.9★ rated, 16+ years experience, licensed & background checked. Same-day emergency service available 24/7. Free estimates.", keywords: "plumber Palmer AK, emergency plumber Palmer, water heater repair Palmer, drain cleaning Palmer, leak repair Palmer, 24/7 plumbing service", openGraph: {
title: "Plumbing & Heating Doctor | Palmer, Alaska", description: "Fast, licensed, and trusted plumbing services in Palmer, Alaska. 4.9★ rating from 338+ customers. 24/7 emergency response.", siteName: "Plumbing and Heating Doctor", type: "website"},
twitter: {
card: "summary_large_image", title: "Palmer's 24/7 Plumbing Expert", description: "Emergency plumbing services in Palmer, Alaska. Licensed professionals, free estimates, same-day service."},
};
title: "Plumbing & Heating Doctor | 24/7 Emergency Plumbing Palmer, Alaska", description: "Palmer's trusted 24/7 plumbing and heating experts. Licensed, reliable service with 4.9★ rating and 338+ reviews. Same-day service available."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1407,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -65,6 +65,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
bulletPoints={[
{
title: "Open 24/7", description: "Emergency plumbing repairs available anytime you need us", icon: Clock
},
{
title: "4.9 ★ Google Rating", description: "338+ verified customer reviews proving our commitment to excellence", icon: Star
},
@@ -79,9 +82,6 @@ export default function LandingPage() {
},
{
title: "Free Estimates", description: "No obligation quotes so you know costs upfront", icon: DollarSign
},
{
title: "Open 24/7", description: "Emergency plumbing repairs available anytime you need us", icon: Clock
}
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1"