From fcaa38e2121bb2e6cc138d85803d8236a42fb27b Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 11:31:40 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index b05baaa..cbb498d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,7 +7,7 @@ --background: #f5f5f5;; --card: #fcfcfc;; --foreground: #000000e6;; - --primary-cta: #1a1a1a;; + --primary-cta: #facc15;; --secondary-cta: #ffffff;; --accent: #facc15;; --background-accent: #c4c4c4;; -- 2.49.1 From 71a306ed76aaaeacae65f0d577215b7c2577c59d Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 11:31:41 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dcff947..7d58f3e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1278,4 +1278,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 267825b051c8e950f0a450d24bb0cc3c9907a543 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 11:31:42 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 674abc1..20a2211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { description="Welcome to Coffee Haven, where every cup is crafted with passion and served with warmth. Experience the finest specialty coffee in a welcoming atmosphere designed for relaxation and connection." tag="Premium Coffee Experience" buttons={[ - { text: "View Our Menu", href: "#features" }, - { text: "Reserve a Table", href: "#contact" } + { text: "View Our Menu", href: "#features", props: { buttonClassName: "bg-yellow-400 hover:bg-yellow-500 text-black" } }, + { text: "Reserve a Table", href: "#contact", props: { buttonClassName: "bg-yellow-400 hover:bg-yellow-500 text-black" } } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766919707214-xfwl0qtf.jpg" imageAlt="Cozy Coffee Shop Interior" @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1