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