3 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
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Plumbing & Heating Doctor | Palmer, Alaska", description: "Palmer's trusted 24/7 plumbing and heating experts. Fast, licensed, and reliable service for emergency repairs, installations, and maintenance."}; 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({ export default function RootLayout({
children, children,

View File

@@ -65,6 +65,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
bulletPoints={[ 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 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: "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" imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1"
@@ -214,7 +214,7 @@ export default function LandingPage() {
<div id="emergency" data-section="emergency"> <div id="emergency" data-section="emergency">
<ContactText <ContactText
text="Burst Pipe? Clogged Drain? Get Help in Minutes Call Now!" text="Plumbing Emergency? We're Available 24/7 Call Now for Immediate Assistance!"
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "📞 Call Now (907) 921-9530", href: "tel:+19079219530" }, { text: "📞 Call Now (907) 921-9530", href: "tel:+19079219530" },