Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-01-08 15:32:45 +00:00

View File

@@ -33,14 +33,14 @@ export default function LandingPage() {
button={{
text: "Shop Now", href: "products"
}}
navItems={[
{ name: "Home", id: "hero" },
{ name: "Why Edgetabs", id: "about" },
{ name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
links={[
{ label: "Home", href: "hero" },
{ label: "Why Edgetabs", href: "about" },
{ label: "Features", href: "features" },
{ label: "Products", href: "products" },
{ label: "Testimonials", href: "testimonials" },
{ label: "FAQ", href: "faq" },
{ label: "Contact", href: "contact" }
]}
/>
</div>