Update src/app/page.tsx
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{
|
||||
name: "Main Site", id: "/home"
|
||||
},
|
||||
}
|
||||
]}
|
||||
brandName="Reece Transportation"
|
||||
button={{
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
text: "Get a Quote", href: "/home#contact"
|
||||
},
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307752.jpg"
|
||||
imageAlt="Heavy machinery used in construction industry"
|
||||
@@ -64,15 +64,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
label: "Contact", href: "/home#contact"
|
||||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Reece Transportation"
|
||||
@@ -81,4 +81,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user