From ec7ab19961eb77f7d3554d910a4df7816a51995b Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 13:15:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c3f429d..36ce406 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,7 +17,8 @@ export const metadata: Metadata = { openGraph: { title: "Bean Haven - Premium Specialty Coffee", description: "Artisan coffee roasted to perfection. Discover our single-origin blends and signature espresso drinks.", type: "website", siteName: "Bean Haven", images: [ { - url: "https://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", alt: "Premium specialty coffee"}, + url: "https://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", alt: "Premium specialty coffee" + }, ], }, twitter: { From 2d34b40ba84fa2a741619f9f3b1d1544127dd9d5 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 13:15:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da250ef..35b68be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,8 +103,13 @@ export default function LandingPage() { title="Our Coffee Journey" description="From farm to cup, experience the meticulous process behind every perfect brew." tag="Process" - textboxLayout="default" + textboxLayout="split-actions" useInvertedBackground="invertDefault" + buttons={[ + { + text: "Shop Now", href: "#products" + } + ]} features={[ { id: 1,