Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17125c3866 | |||
| fc1ed118c3 | |||
| 6bdf6e6bd9 | |||
| 963fb91701 |
@@ -1406,4 +1406,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -71,11 +71,15 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "emergency", label: "Emergency", title: "24/7 Emergency Plumbing & Heating", items: [
|
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: [
|
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: [
|
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: [
|
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: [
|
id: "installation", label: "Install", title: "Bathroom & Kitchen Plumbing", items: [
|
||||||
@@ -174,4 +180,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user