Compare commits
12 Commits
version_6
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| b7672ab9f2 | |||
| 8667782dfb | |||
| 91fdfca11a | |||
| aa3d67d638 | |||
| 56a661a067 | |||
| d2f54a2b74 | |||
| f25383ad80 | |||
| 7db4d94a51 | |||
| 21573c76cf | |||
| 767c8def37 | |||
| 1627bf8f52 | |||
| 9dc44cb4ae |
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
description="Explore our portfolio of stunning landscape transformations and custom outdoor living spaces, each crafted with precision and care."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Portfolio", href: "#projects"
|
||||
text: "View Our Portfolio", href: "#footer"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -304,4 +304,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user