From 1f0e1c1dcdb72519a37aa6fb68d915cf2e537068 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:20:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 49 ------------------------------------------------ 1 file changed, 49 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2824b5f..599a51c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,9 +144,6 @@ export default function LandingPage() { { id: "gallery-1", name: "Coffee Beans", price: "Sourced", variant: "Single Origin Selection", imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg", imageAlt: "Freshly roasted specialty coffee beans" }, - { - id: "gallery-2", name: "Brewing Equipment", price: "Precision", variant: "Professional Grade Tools", imageSrc: "http://img.b2bpic.net/free-psd/vintage-style-coffee-grinder-with-fresh-beans_84443-76708.jpg", imageAlt: "Professional coffee grinder and equipment" - }, { id: "gallery-3", name: "Cafe Ambiance", price: "Inviting", variant: "Warm Lighting & Plants", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Warm, cozy cafe interior with plants" }, @@ -163,52 +160,6 @@ export default function LandingPage() { /> -
- -
-
Date: Tue, 3 Mar 2026 11:20:19 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6e0a3ca..6cf3e71 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #ffffff;; --card: #f9f9f9;; --foreground: #120a00e6;; - --primary-cta: #E34400;; - --primary-cta-text: #ffffff;; + --primary-cta: #ffffff;; + --primary-cta-text: #000000;; --secondary-cta: #f9f9f9;; --secondary-cta-text: #120a00e6;; --accent: #e2e2e2;; - --background-accent: #E34400;; + --background-accent: #ffffff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -214,4 +214,4 @@ --height-140: 126vw; --height-150: 135vw; } -} +} \ No newline at end of file -- 2.49.1