Update src/app/page.tsx
This commit is contained in:
@@ -37,16 +37,6 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleMinimal
|
||||
brandName="Edgetabs"
|
||||
links={[
|
||||
{ label: "Home", href: "hero" },
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Features", href: "features" },
|
||||
{ label: "Products", href: "products" },
|
||||
{ label: "Pricing", href: "pricing" },
|
||||
{ label: "Testimonials", href: "testimonials" },
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact", href: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now", href: "products", onClick: () => scrollToSection('products')
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user