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() {
@@ -58,8 +47,7 @@ export default function LandingPage() {
@@ -55,7 +56,8 @@ export default function ElectriciansPage() {
@@ -55,7 +56,8 @@ export default function HomeSolarPage() {
@@ -65,8 +54,7 @@ export default function LandingPage() {