Update src/app/page.tsx
This commit is contained in:
@@ -37,16 +37,6 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
brandName="Edgetabs"
|
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={{
|
button={{
|
||||||
text: "Shop Now", href: "products", onClick: () => scrollToSection('products')
|
text: "Shop Now", href: "products", onClick: () => scrollToSection('products')
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user