Update src/app/page.tsx

This commit is contained in:
2026-01-20 13:19:30 +00:00
parent 0f89788041
commit 539e04ab05

View File

@@ -28,13 +28,6 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Love Code"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Get Started", href: "#contact"
}}