Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4a329b244 | |||
| b36cd51d17 |
@@ -25,7 +25,11 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[]}
|
||||
navItems={[
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" }
|
||||
]}
|
||||
brandName="PhotoStudio"
|
||||
button={{
|
||||
text: "Contact", href: "#contact"}}
|
||||
|
||||
Reference in New Issue
Block a user