diff --git a/src/app/guides/page.tsx b/src/app/guides/page.tsx index e2115a2..23bba60 100644 --- a/src/app/guides/page.tsx +++ b/src/app/guides/page.tsx @@ -12,6 +12,7 @@ import { BookOpen } from "lucide-react"; export default function GuidesPage() { const navItems = [ { name: "Home", id: "/" }, + { name: "Products", id: "/products" }, { name: "Reviews", id: "/reviews" }, { name: "Guides", id: "/guides" }, { name: "Blog", id: "/blog" }, @@ -71,7 +72,7 @@ export default function GuidesPage() { brandName="Aura Hub Finds" navItems={navItems} button={{ - text: "Shop Now", href: "/reviews"}} + text: "Shop Now", href: "/products"}} /> @@ -158,4 +159,4 @@ export default function GuidesPage() { ); -} \ No newline at end of file +}