From 6875b7d03ea0cd5c6c9d9320a174016795a3c37f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:54:22 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 83 ++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 42 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 778f697..55db959 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Coffee, Utensils, Star, Clock, MapPin, Phone } from 'lucide-react'; +import { Coffee, Utensils, Star, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -25,7 +25,7 @@ export default function LandingPage() { cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + headingFontWeight="semibold" >
@@ -114,12 +114,12 @@ export default function LandingPage() {
@@ -170,14 +169,14 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 93bf15c7d70fbaea0b5127033611cda1a57362e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:54:22 +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 a5d1e76..ca93746 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #080000; - --card: #1e0d0d; - --foreground: #ffe6e6; - --primary-cta: #ff7a7a; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #080000; - --secondary-cta: #1e0909; + --secondary-cta: #efe7dd; --secondary-cta-text: #ffe6e6; - --accent: #7b4242; - --background-accent: #65292c; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1