From e49c869033cc23844e857433e7c71d837135a4ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:39:21 +0000 Subject: [PATCH 1/8] Update src/app/about/page.tsx --- src/app/about/page.tsx | 60 ++++++++++-------------------------------- 1 file changed, 14 insertions(+), 46 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4905c32..63d4a64 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -30,12 +30,10 @@ export default function AboutPage() { secondaryButtonStyle="radial-glow" headingFontWeight="bold" > - {/* Navbar */} - {/* About Section */}
- {/* Portfolio Categories */}
- {/* Call to Action */}
- {/* Footer */} ); -} \ No newline at end of file +} -- 2.49.1 From 90b5889066a1b6aa4ca7e6ca04a858ee554bc6dc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:39:22 +0000 Subject: [PATCH 2/8] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d58d481..7eda923 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,7 +27,6 @@ export default function ContactPage() { secondaryButtonStyle="radial-glow" headingFontWeight="bold" > - {/* Navigation */} - {/* Contact Section */}
- {/* Footer */} @@ -238,4 +181,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1 From e3f9da78434f2d94fe008e52773d4617f0c62971 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:39:23 +0000 Subject: [PATCH 5/8] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 46 +++++++------------------------------- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index ee5ef96..cf1049e 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -37,26 +37,11 @@ export default function PortfolioPage() { @@ -129,4 +99,4 @@ export default function PortfolioPage() { ); -} \ No newline at end of file +} -- 2.49.1 From edf5b43d5d45b27af027c0e1187bebf312c8544d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:39:24 +0000 Subject: [PATCH 6/8] Update src/app/services/page.tsx --- src/app/services/page.tsx | 65 ++++++++------------------------------- 1 file changed, 12 insertions(+), 53 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2094e3f..f6b6a11 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -30,12 +30,10 @@ export default function ServicesPage() { secondaryButtonStyle="radial-glow" headingFontWeight="bold" > - {/* Navbar */} - {/* Services Section */}
- {/* Gallery Showcase */} - {/* Call to Action */}
- {/* Footer */} ); -} \ No newline at end of file +} -- 2.49.1 From 7eac9b21d3cfe1aa26d99dec371338cd2eea68f5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:39:24 +0000 Subject: [PATCH 7/8] 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 38cd8a1..f9ad066 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-lato), sans-serif; + font-family: var(--font-poppins), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-lato), sans-serif; + font-family: var(--font-manrope), sans-serif; } -- 2.49.1 From babf81f9fb0e97e4208ebbac73050bc3956ff65a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:39:25 +0000 Subject: [PATCH 8/8] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 676c0e8..731dacb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0798ff; + --foreground: #1a1a1a; + --primary-cta: #2c2c2c; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --accent: #5a5a5a; + --background-accent: #e0e0e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1