Merge version_2 into main #4
@@ -26,31 +26,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Business Solar",
|
||||
id: "/business-solar",
|
||||
},
|
||||
name: "Business Solar", id: "/business-solar"},
|
||||
{
|
||||
name: "Home Solar",
|
||||
id: "/home-solar",
|
||||
},
|
||||
name: "Home Solar", id: "/home-solar"},
|
||||
{
|
||||
name: "Large Scale",
|
||||
id: "/large-scale",
|
||||
},
|
||||
name: "Large Scale", id: "/large-scale"},
|
||||
{
|
||||
name: "Electricians",
|
||||
id: "/electricians",
|
||||
},
|
||||
name: "Electricians", id: "/electricians"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Nano Electrical"
|
||||
logoText="Nanoone"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Solar",
|
||||
items: [
|
||||
title: "Solar", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/home-solar",
|
||||
},
|
||||
label: "Home", href: "/home-solar"},
|
||||
{
|
||||
label: "Business",
|
||||
href: "/business-solar",
|
||||
},
|
||||
label: "Business", href: "/business-solar"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "064 184 7070",
|
||||
href: "tel:0641847070",
|
||||
},
|
||||
label: "064 184 7070", href: "tel:0641847070"},
|
||||
{
|
||||
label: "Contact Form",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Form", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -173,4 +115,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,31 +26,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Business Solar",
|
||||
id: "/business-solar",
|
||||
},
|
||||
name: "Business Solar", id: "/business-solar"},
|
||||
{
|
||||
name: "Home Solar",
|
||||
id: "/home-solar",
|
||||
},
|
||||
name: "Home Solar", id: "/home-solar"},
|
||||
{
|
||||
name: "Large Scale",
|
||||
id: "/large-scale",
|
||||
},
|
||||
name: "Large Scale", id: "/large-scale"},
|
||||
{
|
||||
name: "Electricians",
|
||||
id: "/electricians",
|
||||
},
|
||||
name: "Electricians", id: "/electricians"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,8 +47,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Get In Touch"
|
||||
description="Call 064 184 7070 or fill out the form below."
|
||||
@@ -72,68 +60,45 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve all major areas in South Africa.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We serve all major areas in South Africa."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How fast is installation?",
|
||||
content: "Typically 2 weeks from approval.",
|
||||
},
|
||||
id: "q2", title: "How fast is installation?", content: "Typically 2 weeks from approval."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer financing?",
|
||||
content: "Yes, we have subscription and rental options.",
|
||||
},
|
||||
id: "q3", title: "Do you offer financing?", content: "Yes, we have subscription and rental options."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about Nano Electrical?"
|
||||
description="Have questions about Nanoone?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Nano Electrical"
|
||||
logoText="Nanoone"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Solar",
|
||||
items: [
|
||||
title: "Solar", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/home-solar",
|
||||
},
|
||||
label: "Home", href: "/home-solar"},
|
||||
{
|
||||
label: "Business",
|
||||
href: "/business-solar",
|
||||
},
|
||||
label: "Business", href: "/business-solar"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "064 184 7070",
|
||||
href: "tel:0641847070",
|
||||
},
|
||||
label: "064 184 7070", href: "tel:0641847070"},
|
||||
{
|
||||
label: "Contact Form",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Form", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -142,4 +107,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,8 @@ export default function ElectriciansPage() {
|
||||
{ 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"
|
||||
/>
|
||||
</div>
|
||||
<div id="elec-about" data-section="elec-about">
|
||||
@@ -55,7 +56,8 @@ export default function ElectriciansPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Nano Electrical"
|
||||
logoText="Nanoone"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] },
|
||||
|
||||
@@ -32,7 +32,8 @@ export default function HomeSolarPage() {
|
||||
{ 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"
|
||||
/>
|
||||
</div>
|
||||
<div id="home-about" data-section="home-about">
|
||||
@@ -55,7 +56,8 @@ export default function HomeSolarPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Nano Electrical"
|
||||
logoText="Nanoone"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] },
|
||||
|
||||
@@ -26,31 +26,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Business Solar",
|
||||
id: "/business-solar",
|
||||
},
|
||||
name: "Business Solar", id: "/business-solar"},
|
||||
{
|
||||
name: "Home Solar",
|
||||
id: "/home-solar",
|
||||
},
|
||||
name: "Home Solar", id: "/home-solar"},
|
||||
{
|
||||
name: "Large Scale",
|
||||
id: "/large-scale",
|
||||
},
|
||||
name: "Large Scale", id: "/large-scale"},
|
||||
{
|
||||
name: "Electricians",
|
||||
id: "/electricians",
|
||||
},
|
||||
name: "Electricians", id: "/electricians"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,8 +54,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Request"
|
||||
title="Get a Quote"
|
||||
description="Contact us for industrial scale inquiries."
|
||||
@@ -75,45 +63,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Nano Electrical"
|
||||
logoText="Nanoone"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Solar",
|
||||
items: [
|
||||
title: "Solar", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/home-solar",
|
||||
},
|
||||
label: "Home", href: "/home-solar"},
|
||||
{
|
||||
label: "Business",
|
||||
href: "/business-solar",
|
||||
},
|
||||
label: "Business", href: "/business-solar"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "064 184 7070",
|
||||
href: "tel:0641847070",
|
||||
},
|
||||
label: "064 184 7070", href: "tel:0641847070"},
|
||||
{
|
||||
label: "Contact Form",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Form", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -122,4 +96,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,7 +92,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Nano Electrical"
|
||||
logoText="Nanoone"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C83gjjyM4uZB0Yud0ao1GtaWZj/uploaded-1775753866075-dc8oigd9.jpg"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Solar", items: [{ label: "Home", href: "/home-solar" }, { label: "Business", href: "/business-solar" }] },
|
||||
|
||||
Reference in New Issue
Block a user