Update src/app/large-scale/page.tsx

This commit is contained in:
2026-04-09 16:58:28 +00:00
parent a488a49890
commit 33f9d019db

View File

@@ -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>
);
}
}