Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-07 09:44:03 +00:00
2 changed files with 11 additions and 5 deletions

View File

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

View File

@@ -71,11 +71,15 @@ export default function HomePage() {
features={[
{
id: "emergency", label: "Emergency", title: "24/7 Emergency Plumbing & Heating", items: [
"Immediate response to urgent issues", "Professional emergency technicians available anytime", "Same-day service guaranteed"],
"Immediate response to urgent issues", "Professional emergency technicians available anytime", "Same-day service guaranteed"], buttons: [
{ text: "Get Quote", href: "contact" }
],
},
{
id: "repairs", label: "Repairs", title: "Pipe Repair & Leak Detection", items: [
"Advanced leak detection technology", "Pipe repair and replacement", "Water damage prevention"],
"Advanced leak detection technology", "Pipe repair and replacement", "Water damage prevention"], buttons: [
{ text: "Learn More", href: "contact" }
],
},
{
id: "drain", label: "Drain", title: "Drain Cleaning & Unclogging", items: [
@@ -83,7 +87,9 @@ export default function HomePage() {
},
{
id: "heating", label: "Heating", title: "Water Heater & Furnace Service", items: [
"Water heater installation and repair", "Boiler and furnace maintenance", "Energy-efficient system upgrades"],
"Water heater installation and repair", "Boiler and furnace maintenance", "Energy-efficient system upgrades"], buttons: [
{ text: "Get Quote", href: "contact" }
],
},
{
id: "installation", label: "Install", title: "Bathroom & Kitchen Plumbing", items: [
@@ -174,4 +180,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}