Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-01-08 15:35:12 +00:00

View File

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