4 Commits

Author SHA1 Message Date
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
35a00996af Update src/app/page.tsx 2026-04-19 15:19:15 +00:00
57e45a2447 Update theme colors 2026-04-19 15:12:25 +00:00
4 changed files with 12 additions and 12 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 = {
title: 'CarterDesigner | Expert Web Design & Development',
description: 'Expert web designer and developer creating high-conversion portfolio and landing pages for brands.',
title: "CarterDesigner | Expert Web Design & Development",
description: "Expert web designer and developer creating high-conversion portfolio and landing pages for brands.",
openGraph: {
"title": "CarterDesigner | Expert Web Design & Development",
"description": "Expert web designer and developer creating high-conversion portfolio and landing pages for brands.",

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
title="Your Vision, My Code."
description="I focus on blending aesthetic design with robust development, creating portfolios and landing pages that convert visitors into loyal clients."
subdescription="I bring over 5 years of experience to every project, ensuring modern, responsive, and performance-optimized solutions."
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"
icon={Code}
/>

View File

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