Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afce81e3fc | |||
| 3336d9fdf8 | |||
| 3ca9ef0699 | |||
| 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"}}
|
||||
@@ -66,7 +70,7 @@ export default function LandingPage() {
|
||||
description="Ready to book your session or have a question? I'd love to hear from you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support", href: "#"},
|
||||
text: "Book Your Session", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user