diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9237ea9..720e8ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -219,27 +149,12 @@ export default function LandingPage() {
description="Transparent pricing for all your plumbing needs."
plans={[
{
- id: "basic",
- badge: "Standard",
- price: "£89",
- subtitle: "Essential maintenance check.",
- features: [
- "Boiler safety check",
- "Pipework inspection",
- "Annual report",
- ],
+ id: "basic", badge: "Standard", price: "£89", subtitle: "Essential maintenance check.", features: [
+ "Boiler safety check", "Pipework inspection", "Annual report"],
},
{
- id: "premium",
- badge: "Premium",
- price: "£149",
- subtitle: "Comprehensive service plan.",
- features: [
- "Everything in Basic",
- "Emergency priority access",
- "Parts discount",
- "Radiator power flush",
- ],
+ id: "premium", badge: "Premium", price: "£149", subtitle: "Comprehensive service plan.", features: [
+ "Everything in Basic", "Emergency priority access", "Parts discount", "Radiator power flush"],
},
]}
/>
@@ -247,33 +162,23 @@ export default function LandingPage() {