diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3e981cc..86d84c4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index d61191e..0d74ed3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file