diff --git a/src/app/page.tsx b/src/app/page.tsx index e4b8025..7819b00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,13 +36,13 @@ export default function SkincareTemplatePage() { { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Shop Now", href: "#products" }} + button={{ text: "Shop Now", href: "products" }} />
); -} \ No newline at end of file +}