diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5c63286..ff8a4da 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -26,9 +26,7 @@ export default function BlogPage() { @@ -110,7 +120,7 @@ export default function LandingPage() { tagIcon={Mail} title="Ready to Elevate Your Hookah Experience?" description="Whether you have questions, need recommendations, or want to place a bulk order, our team is here to help." - buttons={[{text:"Contact Us",href:"#contact"},{text:"Shop All Products",href:"products"}]} + buttons={[{text:"Contact Us",href:"#contact"},{text:"Shop All Products",href:"/shop"}]} background={{variant: 'sparkles-gradient'}} useInvertedBackground={true} /> @@ -119,10 +129,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 72089a6..a950ace 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {