diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 06ad243..83d1a2c 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import Link from 'next/link'; export default function ShopPage() { return ( @@ -30,8 +31,7 @@ export default function ShopPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Order Now", - href: "/shop" + text: "Order Now", href: "/shop" }} /> @@ -50,54 +50,25 @@ export default function ShopPage() {