15 Commits

Author SHA1 Message Date
b12097b7a5 Update theme colors 2026-04-24 16:44:01 +00:00
664323492f Update theme colors 2026-04-24 16:43:33 +00:00
60602bb247 Update theme colors 2026-04-24 16:38:01 +00:00
624cc213e8 Update src/app/styles/variables.css 2026-04-24 15:23:44 +00:00
561cc0a591 Update src/app/page.tsx 2026-04-24 15:23:44 +00:00
8139ad6b38 Merge version_3 into main
Merge version_3 into main
2026-04-24 15:20:19 +00:00
45fba7ebb9 Update src/app/page.tsx 2026-04-24 15:20:15 +00:00
806050c925 Merge version_3 into main
Merge version_3 into main
2026-04-20 12:20:26 +00:00
712f9500fc Update src/app/layout.tsx 2026-04-20 12:20:23 +00:00
dca23fbf24 Update src/app/favicon.ico 2026-04-20 12:20:22 +00:00
3a86f95912 Merge version_3 into main
Merge version_3 into main
2026-04-19 15:19:18 +00:00
35a00996af Update src/app/page.tsx 2026-04-19 15:19:15 +00:00
566aebad54 Merge version_3 into main
Merge version_3 into main
2026-04-19 15:12:28 +00:00
57e45a2447 Update theme colors 2026-04-19 15:12:25 +00:00
9b459c3bc7 Merge version_2 into main
Merge version_2 into main
2026-04-17 16:07:34 +00:00
4 changed files with 18 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -11,8 +11,8 @@ import { Manrope } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'CarterDesigner | Expert Web Design & Development', title: "CarterDesigner | Expert Web Design & Development",
description: 'Expert web designer and developer creating high-conversion portfolio and landing pages for brands.', description: "Expert web designer and developer creating high-conversion portfolio and landing pages for brands.",
openGraph: { openGraph: {
"title": "CarterDesigner | Expert Web Design & Development", "title": "CarterDesigner | Expert Web Design & Development",
"description": "Expert web designer and developer creating high-conversion portfolio and landing pages for brands.", "description": "Expert web designer and developer creating high-conversion portfolio and landing pages for brands.",

View File

@@ -23,10 +23,10 @@ export default function LandingPage() {
contentWidth="small" contentWidth="small"
sizing="largeSmallSizeLargeTitles" sizing="largeSmallSizeLargeTitles"
background="none" background="none"
cardStyle="layered-gradient" cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
headingFontWeight="light" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -58,10 +58,10 @@ export default function LandingPage() {
<TestimonialAboutCard <TestimonialAboutCard
useInvertedBackground={false} useInvertedBackground={false}
tag="About Me" tag="About Me"
title="Your Vision, My Code." title="from Vision to Reality"
description="I focus on blending aesthetic design with robust development, creating portfolios and landing pages that convert visitors into loyal clients." description="I focus on providing the best possible service for clients. What they ask for, their vision, becomes a reality."
subdescription="I bring over 5 years of experience to every project, ensuring modern, responsive, and performance-optimized solutions." subdescription="I bring over 3 years of learning and experience in the industry which will be shown in the work I will do for you."
imageSrc="http://img.b2bpic.net/free-photo/man-is-working-cafe-concept-freelancing-coffee-laptop_1321-885.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B55aNX7QkTWF45mtrLiKakdOk5/uploaded-1776441857018-76vi3zs6.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
icon={Code} icon={Code}
/> />
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #0A0A0C;
--card: #ffffff; --card: #1E1E26;
--foreground: #1c1c1c; --foreground: #F2F2F7;
--primary-cta: #1f3251; --primary-cta: #8E0000;
--primary-cta-text: #f5f5f5; --primary-cta-text: #F2F2F7;
--secondary-cta: #ffffff; --secondary-cta: #F2F2F7;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #0A0A0C;
--accent: #15479c; --accent: #00E8Ff;
--background-accent: #a8cce8; --background-accent: #1E1E26;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);