Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-08 10:01:46 +00:00

View File

@@ -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"