17 Commits

Author SHA1 Message Date
6f3ac52107 Merge version_2 into main
Merge version_2 into main
2026-04-09 16:59:29 +00:00
65ed3032ee Update src/app/page.tsx 2026-04-09 16:59:26 +00:00
825b161003 Update src/app/large-scale/page.tsx 2026-04-09 16:59:26 +00:00
0c7044fe3d Update src/app/home-solar/page.tsx 2026-04-09 16:59:25 +00:00
de297d8c6a Update src/app/electricians/page.tsx 2026-04-09 16:59:25 +00:00
b9e5ea2232 Update src/app/contact/page.tsx 2026-04-09 16:59:24 +00:00
717b924a9d Update src/app/business-solar/page.tsx 2026-04-09 16:59:24 +00:00
ec3bf6c1c2 Merge version_2 into main
Merge version_2 into main
2026-04-09 16:58:35 +00:00
93f8a78a77 Update src/app/page.tsx 2026-04-09 16:58:29 +00:00
33f9d019db Update src/app/large-scale/page.tsx 2026-04-09 16:58:28 +00:00
a488a49890 Update src/app/home-solar/page.tsx 2026-04-09 16:58:28 +00:00
f35086faa2 Update src/app/electricians/page.tsx 2026-04-09 16:58:27 +00:00
df4d76243e Update src/app/contact/page.tsx 2026-04-09 16:58:27 +00:00
5e2b4e7f0e Update src/app/business-solar/page.tsx 2026-04-09 16:58:27 +00:00
52cbbc4b97 Merge version_1 into main
Merge version_1 into main
2026-04-09 16:53:29 +00:00
80918b8031 Merge version_1 into main
Merge version_1 into main
2026-04-09 16:53:04 +00:00
32f33622ef Merge version_1 into main
Merge version_1 into main
2026-04-09 16:52:26 +00:00
6 changed files with 89 additions and 208 deletions

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Business Solar", name: "Business Solar", id: "/business-solar"},
id: "/business-solar",
},
{ {
name: "Home Solar", name: "Home Solar", id: "/home-solar"},
id: "/home-solar",
},
{ {
name: "Large Scale", name: "Large Scale", id: "/large-scale"},
id: "/large-scale",
},
{ {
name: "Electricians", name: "Electricians", id: "/electricians"},
id: "/electricians",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Nano Electrical" brandName="Nanoone"
/> />
</div> </div>
@@ -61,55 +49,22 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "small", id: "small", tag: "Entry", price: "R1,399", period: "/mo", description: "Essential energy for small biz.", button: {
tag: "Entry", text: "Get Started", href: "/contact"},
price: "R1,399", featuresTitle: "Includes:", features: [
period: "/mo", "Solar panels", "Inverter", "Professional Install"],
description: "Essential energy for small biz.",
button: {
text: "Get Started",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"Solar panels",
"Inverter",
"Professional Install",
],
}, },
{ {
id: "med", id: "med", tag: "Value", price: "R1,740", period: "/mo", description: "Balanced power solution.", button: {
tag: "Value", text: "Get Started", href: "/contact"},
price: "R1,740", featuresTitle: "Includes:", features: [
period: "/mo", "Solar panels", "Battery", "Inverter"],
description: "Balanced power solution.",
button: {
text: "Get Started",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"Solar panels",
"Battery",
"Inverter",
],
}, },
{ {
id: "large", id: "large", tag: "Growth", price: "R2,900", period: "/mo", description: "High energy capacity.", button: {
tag: "Growth", text: "Get Started", href: "/contact"},
price: "R2,900", featuresTitle: "Includes:", features: [
period: "/mo", "Advanced panels", "Dual Battery", "Smart Monitoring"],
description: "High energy capacity.",
button: {
text: "Get Started",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"Advanced panels",
"Dual Battery",
"Smart Monitoring",
],
}, },
]} ]}
title="Business Solar Packages" title="Business Solar Packages"
@@ -126,45 +81,31 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Nano Electrical" logoText="Nanoone"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "#"},
href: "#",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Solar", title: "Solar", items: [
items: [
{ {
label: "Home", label: "Home", href: "/home-solar"},
href: "/home-solar",
},
{ {
label: "Business", label: "Business", href: "/business-solar"},
href: "/business-solar",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "064 184 7070", label: "064 184 7070", href: "tel:0641847070"},
href: "tel:0641847070",
},
{ {
label: "Contact Form", label: "Contact Form", href: "/contact"},
href: "/contact",
},
], ],
}, },
]} ]}
@@ -173,4 +114,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Business Solar", name: "Business Solar", id: "/business-solar"},
id: "/business-solar",
},
{ {
name: "Home Solar", name: "Home Solar", id: "/home-solar"},
id: "/home-solar",
},
{ {
name: "Large Scale", name: "Large Scale", id: "/large-scale"},
id: "/large-scale",
},
{ {
name: "Electricians", name: "Electricians", id: "/electricians"},
id: "/electricians",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Nano Electrical" brandName="Nanoone"
/> />
</div> </div>
@@ -58,8 +46,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Contact" tag="Contact"
title="Get In Touch" title="Get In Touch"
description="Call 064 184 7070 or fill out the form below." description="Call 064 184 7070 or fill out the form below."
@@ -72,68 +59,45 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What areas do you serve?", content: "We serve all major areas in South Africa."},
title: "What areas do you serve?",
content: "We serve all major areas in South Africa.",
},
{ {
id: "q2", id: "q2", title: "How fast is installation?", content: "Typically 2 weeks from approval."},
title: "How fast is installation?",
content: "Typically 2 weeks from approval.",
},
{ {
id: "q3", id: "q3", title: "Do you offer financing?", content: "Yes, we have subscription and rental options."},
title: "Do you offer financing?",
content: "Yes, we have subscription and rental options.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Have questions about Nano Electrical?" description="Have questions about Nanoone?"
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Nano Electrical" logoText="Nanoone"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "#"},
href: "#",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Solar", title: "Solar", items: [
items: [
{ {
label: "Home", label: "Home", href: "/home-solar"},
href: "/home-solar",
},
{ {
label: "Business", label: "Business", href: "/business-solar"},
href: "/business-solar",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "064 184 7070", label: "064 184 7070", href: "tel:0641847070"},
href: "tel:0641847070",
},
{ {
label: "Contact Form", label: "Contact Form", href: "/contact"},
href: "/contact",
},
], ],
}, },
]} ]}
@@ -142,4 +106,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -32,7 +32,7 @@ export default function ElectriciansPage() {
{ name: "Electricians", id: "/electricians" }, { name: "Electricians", id: "/electricians" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="Nano Electrical" brandName="Nanoone"
/> />
</div> </div>
<div id="elec-about" data-section="elec-about"> <div id="elec-about" data-section="elec-about">
@@ -55,7 +55,8 @@ export default function ElectriciansPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Nano Electrical" logoText="Nanoone"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] }, { title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] },
{ title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] }, { title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] },

View File

@@ -32,7 +32,7 @@ export default function HomeSolarPage() {
{ name: "Electricians", id: "/electricians" }, { name: "Electricians", id: "/electricians" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="Nano Electrical" brandName="Nanoone"
/> />
</div> </div>
<div id="home-about" data-section="home-about"> <div id="home-about" data-section="home-about">
@@ -55,7 +55,8 @@ export default function HomeSolarPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Nano Electrical" logoText="Nanoone"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] }, { title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] },
{ title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] }, { title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] },

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Business Solar", name: "Business Solar", id: "/business-solar"},
id: "/business-solar",
},
{ {
name: "Home Solar", name: "Home Solar", id: "/home-solar"},
id: "/home-solar",
},
{ {
name: "Large Scale", name: "Large Scale", id: "/large-scale"},
id: "/large-scale",
},
{ {
name: "Electricians", name: "Electricians", id: "/electricians"},
id: "/electricians",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Nano Electrical" brandName="Nanoone"
/> />
</div> </div>
@@ -65,8 +53,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Request" tag="Request"
title="Get a Quote" title="Get a Quote"
description="Contact us for industrial scale inquiries." description="Contact us for industrial scale inquiries."
@@ -75,45 +62,31 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Nano Electrical" logoText="Nanoone"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "#"},
href: "#",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Solar", title: "Solar", items: [
items: [
{ {
label: "Home", label: "Home", href: "/home-solar"},
href: "/home-solar",
},
{ {
label: "Business", label: "Business", href: "/business-solar"},
href: "/business-solar",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "064 184 7070", label: "064 184 7070", href: "tel:0641847070"},
href: "tel:0641847070",
},
{ {
label: "Contact Form", label: "Contact Form", href: "/contact"},
href: "/contact",
},
], ],
}, },
]} ]}
@@ -122,4 +95,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Electricians", id: "/electricians" }, { name: "Electricians", id: "/electricians" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="Nano Electrical" brandName="Nanoone"
/> />
</div> </div>
@@ -47,11 +47,11 @@ export default function LandingPage() {
{ text: "Call 064 184 7070", href: "tel:0641847070" }, { text: "Call 064 184 7070", href: "tel:0641847070" },
]} ]}
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/shareholders-reviewing-solar-panel-components-analyzing-material-quality_482257-123381.jpg", imageAlt: "Modern solar panels on a residential roof" }, { imageSrc: "http://img.b2bpic.net/free-photo/shareholders-reviewing-solar-panel-components-analyzing-material-quality_482257-123381.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg?_wi=1", imageAlt: "Commercial solar warehouse installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/house-holding-blank-sign_1156-354.jpg?_wi=1", imageAlt: "Residential solar energy system" }, { imageSrc: "http://img.b2bpic.net/free-photo/house-holding-blank-sign_1156-354.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/photovoltaic-power-station-middle-field-with-sheep39s_657883-383.jpg?_wi=1", imageAlt: "Large scale solar farm landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/photovoltaic-power-station-middle-field-with-sheep39s_657883-383.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=1", imageAlt: "Professional electrical maintenance" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=1" },
]} ]}
/> />
</div> </div>
@@ -91,7 +91,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Nano Electrical" logoText="Nanoone"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] }, { title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] },
{ title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] }, { title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] },