From 5e2b4e7f0eba6bbc8a91f6d94c6eb604220699c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:58:27 +0000 Subject: [PATCH] Update src/app/business-solar/page.tsx --- src/app/business-solar/page.tsx | 122 +++++++++----------------------- 1 file changed, 32 insertions(+), 90 deletions(-) diff --git a/src/app/business-solar/page.tsx b/src/app/business-solar/page.tsx index 884e3d7..a607c5a 100644 --- a/src/app/business-solar/page.tsx +++ b/src/app/business-solar/page.tsx @@ -26,31 +26,20 @@ export default function LandingPage() { @@ -61,55 +50,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "small", - tag: "Entry", - price: "R1,399", - period: "/mo", - description: "Essential energy for small biz.", - button: { - text: "Get Started", - href: "/contact", - }, - featuresTitle: "Includes:", - features: [ - "Solar panels", - "Inverter", - "Professional Install", - ], + id: "small", tag: "Entry", price: "R1,399", period: "/mo", description: "Essential energy for small biz.", button: { + text: "Get Started", href: "/contact"}, + featuresTitle: "Includes:", features: [ + "Solar panels", "Inverter", "Professional Install"], }, { - id: "med", - tag: "Value", - price: "R1,740", - period: "/mo", - description: "Balanced power solution.", - button: { - text: "Get Started", - href: "/contact", - }, - featuresTitle: "Includes:", - features: [ - "Solar panels", - "Battery", - "Inverter", - ], + id: "med", tag: "Value", price: "R1,740", period: "/mo", description: "Balanced power solution.", button: { + text: "Get Started", href: "/contact"}, + featuresTitle: "Includes:", features: [ + "Solar panels", "Battery", "Inverter"], }, { - id: "large", - tag: "Growth", - price: "R2,900", - period: "/mo", - description: "High energy capacity.", - button: { - text: "Get Started", - href: "/contact", - }, - featuresTitle: "Includes:", - features: [ - "Advanced panels", - "Dual Battery", - "Smart Monitoring", - ], + id: "large", tag: "Growth", price: "R2,900", period: "/mo", description: "High energy capacity.", button: { + text: "Get Started", href: "/contact"}, + featuresTitle: "Includes:", features: [ + "Advanced panels", "Dual Battery", "Smart Monitoring"], }, ]} title="Business Solar Packages" @@ -126,45 +82,31 @@ export default function LandingPage() {