Update src/app/page.tsx

This commit is contained in:
2026-04-14 21:10:45 +00:00
parent a6b92664bc
commit 5ce2bb6ff8

View File

@@ -18,15 +18,21 @@ export default function LandingPage() {
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="compact"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="LiftPro Crane"
navItems={[
{ name: "Home", id: "#hero" },
{ name: "Services", id: "#services" },
{ name: "Projects", id: "#projects" },
{ name: "Contact", id: "#contact" }
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Projects", id: "projects" },
{ name: "Contact", id: "contact" }
]}
/>
</div>