From 7645ac4141440adef566b32f4a7177582ce3ec38 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 05:23:10 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfc4464..d4f3d5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,7 +230,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-businessman-library_1262-2398.jpg", imageAlt: "Jessica Lee"}, { id: "6", name: "Robert Davis", handle: "@robertd", testimonial: "My headlights were hazy, but after ShineMobile's restoration, they look brand new. Excellent results and great value.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-attractive-senior-woman-cafe_1262-3735.jpg", imageAlt: "Robert Davis"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-attractive-senior-woman-cafe_1262-3735.jpg", alt: "Robert Davis"}, ]} showRating={true} title="What Our Happy Customers Say" @@ -320,4 +320,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From e07aa5a1a662d9f28a0ee48c6edb98db7531e76c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 05:23:11 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..478b379 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; - --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; - --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --background: #0F112D; + --card: #000000; + --foreground: #FFFFFF; + --primary-cta: #B8860B; + --primary-cta-text: #000000; + --secondary-cta: #1A2036; + --secondary-cta-text: #FFFFFF; + --accent: #CD7F32; + --background-accent: #2A3052; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1