Update src/app/page.tsx

This commit is contained in:
2026-05-26 02:50:18 +00:00
parent 789d9e1025
commit 208542dd3b

View File

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