From f1353519c2633eb95c0a674ad9115b2f8c1ad124 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 12:39:04 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 47 +++++++++---------------------------------- 1 file changed, 9 insertions(+), 38 deletions(-) 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() {