diff --git a/src/app/page.tsx b/src/app/page.tsx index 600f313..83e8a8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,9 +28,7 @@ export default function HomePage() { ]; const navButton = { - text: "Shop Now", - href: "/products", - }; + text: "Shop Now", href: "/products"}; return ( ); -} \ No newline at end of file +}