From 37fc9853f552912bec66f7da0770a6a3a4f00991 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:43:34 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 111 +++++++++++++++++++++++++---------------------- 1 file changed, 58 insertions(+), 53 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdf048e..00f7d8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,24 +9,25 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { Coffee, Sparkles, Heart, Users } from "lucide-react"; export default function LandingPage() { return (
-- 2.49.1 From fb60a6b596997e2d6f04a4a791fed1056bb4d3ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:43:34 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b89a2ab..917b2fd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e8; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #faf8f4; + --card: #f5f1eb; + --foreground: #1a1410; + --primary-cta: #8b4513; --primary-cta-text: #f6f0e8; - --secondary-cta: #efe7dd; + --secondary-cta: #f5f1eb; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #d4a574; + --background-accent: #c9956b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1