From 7247a44c9d8919b4104468d9c85adbe5c4e2e681 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 10:07:18 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f9d63b9..ab28325 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import ReactLenis from "lenis/react"; import BlogCardThree from "@/components/sections/blog/BlogCardThree"; From b20ef19b0af7debe4996139d1cd3f028809826c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 10:07:19 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 561dc28..d035570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,13 +147,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Ethiopian Yirgacheffe Beans - 12oz", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg?_wi=1", imageAlt: "Ethiopian Yirgacheffe coffee beans", initialQuantity: 1 + id: "1", name: "Ethiopian Yirgacheffe Beans - 12oz", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg", imageAlt: "Ethiopian Yirgacheffe coffee beans", initialQuantity: 1 }, { id: "2", name: "Colombian Medium Roast - 12oz", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", imageAlt: "Colombian medium roast beans", initialQuantity: 1 }, { - id: "3", name: "Brew Haven House Blend - 1lb", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg?_wi=2", imageAlt: "Brew Haven signature house blend", initialQuantity: 1 + id: "3", name: "Brew Haven House Blend - 1lb", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg", imageAlt: "Brew Haven signature house blend", initialQuantity: 1 }, { id: "4", name: "Dark Roast Espresso - 12oz", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/smoke-rises-from-roasted-coffee-beans-coffee-mug-lies-fragrant-coffee-selective-focus-beans_166373-2305.jpg", imageAlt: "Dark roast espresso beans", initialQuantity: 1 From e194cc81d6e8466f7d7dd0c61ef758d92cbe1a72 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 10:07:20 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 6b64e11..7dfd6db 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -310,4 +310,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +} From 5bae8d17a090e7e8376852aeef5aaa004266c5df Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 10:07:20 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 137a723..41304bd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -162,4 +162,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}