Merge version_1 into main #4
@@ -49,6 +49,7 @@ export default function LandingPage() {
|
||||
tag="24/7 Emergency Service"
|
||||
tagIcon={AlertCircle}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+441865000000" },
|
||||
{ text: "Request Free Quote", href: "#contact" }
|
||||
@@ -126,17 +127,20 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "boiler", label: "Boiler", title: "Repair, Installation & Servicing", items: [
|
||||
"Emergency repair any time", "New boiler installation", "Annual servicing & efficiency checks", "Replacement parts & upgrades"
|
||||
], buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
],
|
||||
buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "plumbing", label: "Plumbing", title: "Leak Detection & Repairs", items: [
|
||||
"Burst pipe emergency response", "Leak detection & repair", "Drain clearing & maintenance", "Water supply installation"
|
||||
], buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
],
|
||||
buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: "heating", label: "Heating", title: "System Installation & Maintenance", items: [
|
||||
"Central heating installation", "Radiator repair & replacement", "System balancing & bleeding", "Thermostat installation"
|
||||
], buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
],
|
||||
buttons: [{ text: "Learn More", href: "#contact" }]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user