From 824eb952cf5c69a54f5ea0b0feb2ef447d0d8e3e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:56:16 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 19bb5b4..77ec080 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,12 @@ export default function BlogPage() { @@ -57,11 +57,10 @@ export default function BlogPage() { From 9b509cd0a35b52316c2a1443ab85d2feb2562ca3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:56:16 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f75da2c..8774653 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,8 +28,8 @@ export default function LandingPage() { > @@ -39,7 +39,7 @@ export default function LandingPage() { title="Your Daily Ritual Starts Here." description="Discover the perfect blend of rich aroma, exquisite taste, and cozy ambiance at Bean Haven." background={{variant:"plain"}} - buttons={[{text:"Explore Our Menu",href:"#menu"},{text:"Find Us",href:"#contact"}]} + buttons={[{text:"Explore Our Menu",href:"#product"},{text:"Find Us",href:"#contact"}]} imageSrc="https://img.b2bpic.net/free-photo/close-up-image-man-holds-coffee-with-heart-foam-top-view_613910-8884.jpg" imageAlt="Close-up of a coffee cup with latte art on a wooden table in a cozy coffee shop." tag="Welcome to Bean Haven" @@ -106,7 +106,7 @@ export default function LandingPage() {
Date: Mon, 23 Feb 2026 12:56:16 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f7a5da4..8baccc5 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -97,7 +97,6 @@ function ProductPageContent({ params }: ProductPageProps) { ]} brandName="Bean Haven" button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -112,7 +111,6 @@ function ProductPageContent({ params }: ProductPageProps) { { items: [{ label: "Home", href: "/" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }] } ]} - useInvertedBackground={false} />
@@ -143,7 +141,6 @@ function ProductPageContent({ params }: ProductPageProps) { ]} brandName="Bean Haven" button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -166,7 +163,6 @@ function ProductPageContent({ params }: ProductPageProps) { { items: [{ label: "Home", href: "/" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }] } ]} - useInvertedBackground={false} />
@@ -196,7 +192,6 @@ function ProductPageContent({ params }: ProductPageProps) { ]} brandName="Bean Haven" button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -242,7 +237,6 @@ function ProductPageContent({ params }: ProductPageProps) { { items: [{ label: "Home", href: "/" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }] } ]} - useInvertedBackground={false} />
From 836efd8dbfd6cd1213a58207fa84706c1603153a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:56:17 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index eb1eb8b..aef92c0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,7 +40,6 @@ function ShopPageContent() { ]} brandName="Bean Haven" button={{ text: "Cart", onClick: () => {} }} - mobileButton={{ text: "Cart", onClick: () => {} }} />
@@ -55,7 +54,6 @@ function ShopPageContent() { { items: [{ label: "Home", href: "/" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }] } ]} - useInvertedBackground={false} />
@@ -85,7 +83,6 @@ function ShopPageContent() { ]} brandName="Bean Haven" button={{ text: "Cart", onClick: () => {} }} - mobileButton={{ text: "Cart", onClick: () => {} }} />
@@ -106,7 +103,6 @@ function ShopPageContent() { { items: [{ label: "Home", href: "/" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }] } ]} - useInvertedBackground={false} />