diff --git a/src/app/page.tsx b/src/app/page.tsx index 83e8a8f..76e2843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,8 @@ export default function HomePage() { ]; const navButton = { - text: "Shop Now", href: "/products"}; + text: "Shop Now", href: "/products" + }; return (