Update src/app/page.tsx

This commit is contained in:
2026-01-08 15:47:11 +00:00
parent 5f61e07578
commit 6c55da4cb2

View File

@@ -37,15 +37,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleMinimal
brandName="Edgetabs"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
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')