From 208542dd3b561ce506c22902d59e2edeff1df71c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 02:50:18 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55284b9..69911dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,7 +26,7 @@ export default function LandingPage() { navItems={[ { name: "Main Site", id: "/home" - }, + } ]} brandName="Reece Transportation" button={{ @@ -45,7 +45,7 @@ export default function LandingPage() { }, { text: "Get a Quote", href: "/home#contact" - }, + } ]} imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307752.jpg" imageAlt="Heavy machinery used in construction industry" @@ -64,15 +64,15 @@ export default function LandingPage() { }, { label: "Contact", href: "/home#contact" - }, - ], + } + ] }, { items: [ { label: "Privacy Policy", href: "#" - }, - ], + } + ] } ]} logoText="Reece Transportation" @@ -81,4 +81,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From f4095f51b3c8e87c912689dc25bb208ef2df8ff1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 02:50:18 +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 d5a2cd4..4fd73bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fffffae6; - --primary-cta: #fde047; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #fffffae6; - --accent: #737373; - --background-accent: #737373; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000612e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1