Update src/app/page.tsx

This commit is contained in:
2026-01-08 15:49:46 +00:00
parent 6c55da4cb2
commit 6ddf2206cb

View File

@@ -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')
}}