Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -32,19 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Impact", id: "#impact"},
|
||||
name: "Impact", id: "impact"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Clayton Electric"
|
||||
bottomLeftText="Your Trusted Energy Partner"
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services", href: "/services"},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154403.jpg"
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
"New Home Wiring", "Panel Upgrades & Repairs", "Lighting Installation", "Smart Home Integration"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Details", href: "/services#res-service"},
|
||||
text: "View Details", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
"Commercial Wiring", "Electrical System Maintenance", "Energy Efficiency Audits", "Backup Generator Installation"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Details", href: "/services#com-service"},
|
||||
text: "View Details", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
"Solar Panel Installation", "EV Charging Stations", "Energy Storage Solutions", "Green Energy Consulting"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More", href: "/services#renewable"},
|
||||
text: "Learn More", href: "/services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home", href: "/"},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
@@ -256,9 +256,9 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Residential", href: "/services#res-service"},
|
||||
label: "Residential", href: "/services#residential"},
|
||||
{
|
||||
label: "Commercial", href: "/services#com-service"},
|
||||
label: "Commercial", href: "/services#commercial"},
|
||||
{
|
||||
label: "Emergency", href: "/services#emergency"},
|
||||
{
|
||||
@@ -272,4 +272,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user