From 5e2b4e7f0eba6bbc8a91f6d94c6eb604220699c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:58:27 +0000 Subject: [PATCH 1/6] 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() { @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1 From 93f8a78a774cf230c13714f003114f39b504b1a0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:58:29 +0000 Subject: [PATCH 6/6] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a1cf22..8673fa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,8 @@ export default function LandingPage() { { name: "Electricians", id: "/electricians" }, { name: "Contact", id: "/contact" }, ]} - brandName="Nano Electrical" + brandName="Nanoone" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg" /> @@ -91,7 +92,8 @@ export default function LandingPage() {