Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-26 02:40:37 +00:00

View File

@@ -25,11 +25,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Main Site", id: "/home"},
name: "Main Site", id: "/home"
},
]}
brandName="Reece Transportation"
button={{
text: "Get a Quote", href: "/home#contact"}}
text: "Get a Quote", href: "/home#contact"
}}
/>
</div>
@@ -39,15 +41,16 @@ export default function LandingPage() {
description="Delivering Premium Rock Materials With Precision"
buttons={[
{
text: "Explore Our Services", href: "/home"},
text: "Explore Our Services", href: "/home"
},
{
text: "Get a Quote", href: "/home#contact"},
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"
showDimOverlay={true}
showBlur={true}
mediaAnimation="opacity"
/>
</div>
@@ -57,15 +60,18 @@ export default function LandingPage() {
{
items: [
{
label: "Main Site", href: "/home"},
label: "Main Site", href: "/home"
},
{
label: "Contact", href: "/home#contact"},
label: "Contact", href: "/home#contact"
},
],
},
{
items: [
{
label: "Privacy Policy", href: "#"},
label: "Privacy Policy", href: "#"
},
],
}
]}