From b3d3901b259e26597c44805af8701c5789a8439a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:40:05 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 207 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 194dc7e..157016e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,41 +18,31 @@ export default function LandingPage() { @@ -63,37 +53,23 @@ export default function LandingPage() { tag="Sky Construction GC LLC" buttons={[ { - text: "Request Free Estimate", - href: "#contact", - }, + text: "Request Free Estimate", href: "#contact"}, { - text: "View Services", - href: "#services", - }, + text: "View Services", href: "#services"}, ]} imageSrc="http://img.b2bpic.net/free-photo/attentiveness-businesswoman-with-long-blond-hair-safety-helmet-looking-closely-document-standing-construction-site-working-group_259150-57757.jpg?_wi=1" showDimOverlay={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", alt: "Satisfied client"}, { - src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", alt: "Satisfied client"}, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Satisfied client"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", alt: "Satisfied client"}, { - src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Satisfied client"}, ]} avatarText="Trusted by 500+ local property owners" /> @@ -101,7 +77,7 @@ export default function LandingPage() {
@@ -263,23 +158,14 @@ export default function LandingPage() {
-- 2.49.1 From d9eb9cf63d6d42db37dc16beab858da56dc987d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:40:05 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index c719d19..578efaa 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter), sans-serif; + font-family: var(--font-figtree), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-dm-sans), sans-serif; + font-family: var(--font-figtree), sans-serif; } -- 2.49.1 From ab20aaf35b8f72d8377af5b52c527cffa2dae86f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:40:05 +0000 Subject: [PATCH 3/3] 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 d5a2cd4..5442e3c 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; + --background: #fbfbfb; + --card: #f0f0f0; + --foreground: #0a0a0a; + --primary-cta: #1a1a1a; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #e5e5e5; --secondary-cta-text: #fffffae6; - --accent: #737373; - --background-accent: #737373; + --accent: #cccccc; + --background-accent: #d4d4d4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1