From a2055cf1e178eac6596d94c31289f1652cf0c021 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:42:00 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index bdba96e..131521c 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -12,6 +12,7 @@ import { Sparkles } from "lucide-react"; export default function ReviewsPage() { const navItems = [ { name: "Home", id: "/" }, + { name: "Products", id: "/products" }, { name: "Reviews", id: "/reviews" }, { name: "Guides", id: "/guides" }, { name: "Blog", id: "/blog" }, @@ -69,7 +70,7 @@ export default function ReviewsPage() { @@ -89,7 +90,7 @@ export default function ReviewsPage() { ]} avatarText="Tested by 10,000+ beauty enthusiasts" buttons={[ - { text: "Shop Top Picks", href: "#products" }, + { text: "Shop Top Picks", href: "/products" }, { text: "Back to Home", href: "/" }, ]} buttonAnimation="slide-up" @@ -145,4 +146,4 @@ export default function ReviewsPage() { ); -} \ No newline at end of file +}