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() {
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() {
@@ -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}
/>
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}
/>