diff --git a/src/app/page.tsx b/src/app/page.tsx index b20b722..02270eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"