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