Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 12:10:05 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1413,4 +1413,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -321,7 +321,7 @@ export default function HomePage() {
tagIcon={AlertCircle}
tagAnimation="slide-up"
title="Plumbing Emergency? We're Ready 24/7"
description="Don't let a plumbing problem ruin your day. Call Barry's right now for fast, professional emergency service. Available anytime, anywhere in our service area."
description="Call now for immediate emergency plumbing help—available 24/7 in your area."
buttons={[
{ text: "☎ Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" },
{ text: "Request Free Quote", href: "/contact" },
@@ -344,4 +344,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}