From 6fe19e0cbf8d6110810c2ef86eaca3082929b20d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:51:59 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) 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 -- 2.49.1 From 304e7f29b28f61331062ac8024b7de75d78c0419 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:52:00 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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) {