Update src/app/products/page.tsx

This commit is contained in:
2026-06-03 04:15:26 +00:00
parent bb7956e353
commit 2acf1f38b4

View File

@@ -95,13 +95,13 @@ export default function ProductsPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "#home" },
{ name: "Products", href: "/products" },
{ name: "Features", id: "#features" },
{ name: "About", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" }
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "Features", id: "/#features" },
{ name: "About", id: "/#about" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" }
]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-cross-country-template_23-2149493304.jpg"
logoAlt="Sole & Style Logo"