Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9f722d9e8 |
@@ -28,13 +28,6 @@ export default function HomePage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Love Code"
|
brandName="Love Code"
|
||||||
navItems={[
|
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "About", id: "about" },
|
|
||||||
{ name: "Features", id: "features" },
|
|
||||||
{ name: "Pricing", id: "pricing" },
|
|
||||||
{ name: "Contact", id: "contact" }
|
|
||||||
]}
|
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started", href: "#contact"
|
text: "Get Started", href: "#contact"
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user