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
+}
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
+}
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
+}
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
+}
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;
}
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);