8 Commits

Author SHA1 Message Date
e1cce6c9a2 Update theme colors 2026-05-09 16:22:18 +00:00
2f2546827e Update theme colors 2026-05-09 16:22:06 +00:00
3e76d3e601 Update src/app/page.tsx 2026-05-09 16:19:29 +00:00
161286ba3f Merge version_3 into main
Merge version_3 into main
2026-05-09 16:18:00 +00:00
e42e56d627 Update src/app/page.tsx 2026-05-09 16:17:54 +00:00
c6bf600f72 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:16:28 +00:00
d2b38bb37f Merge version_2 into main
Merge version_2 into main
2026-05-09 16:16:01 +00:00
b98f3ad535 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:15:34 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
logoText="Code That Moves"
description="Fullstack developer crafting innovative digital solutions with modern technologies. Explore my work and let's build something extraordinary together."
buttons={[
{ text: "View My Projects", href: "#projects" }
{ text: "Discuss Your Project", href: "#projects" }
]}
background={{ variant: "animated-grid" }}
mediaAnimation="slide-up"
@@ -85,9 +85,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{ id: "p1", name: "SaaS Platform", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/business-analytics-financial-technology-concept-generative-ai_8829-2894.jpg?_wi=2" },
{ id: "p2", name: "E-commerce Shop", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg?_wi=2" },
{ id: "p3", name: "Data Analytics", price: "View Demo", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg?_wi=2" }
{ id: "p1", name: "SaaS Platform", price: "Explore Case Study", imageSrc: "http://img.b2bpic.net/free-photo/business-analytics-financial-technology-concept-generative-ai_8829-2894.jpg?_wi=2" },
{ id: "p2", name: "E-commerce Shop", price: "Explore Case Study", imageSrc: "http://img.b2bpic.net/free-photo/table-full-tailoring-instruments_482257-96375.jpg?_wi=2" },
{ id: "p3", name: "Data Analytics", price: "Explore Case Study", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg?_wi=2" }
]}
title="Featured Work"
description="A showcase of recent software development projects."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);