5 Commits

Author SHA1 Message Date
55449baa2d Merge version_3 into main
Merge version_3 into main
2026-03-12 20:05:06 +00:00
bf6338905a Update theme colors 2026-03-12 20:05:00 +00:00
60853b8fd3 Merge version_3 into main
Merge version_3 into main
2026-03-12 20:04:11 +00:00
88d3588812 Update src/app/page.tsx 2026-03-12 20:04:07 +00:00
0a1cfb411e Merge version_2 into main
Merge version_2 into main
2026-03-12 16:32:23 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
logoText="ISRAR AYUB" logoText="ISRAR AYUB"
description="Full-stack software engineer passionate about building scalable, maintainable solutions. Expertise in web development, DevOps, and modern software architecture." description="Full-stack software engineer passionate about building scalable, maintainable solutions. Expertise in web development, DevOps, and modern software architecture."
buttons={[ buttons={[
{ text: "Explore My Work", href: "#projects" }, { text: "View My Projects", href: "#projects" },
{ text: "Contact Me", href: "#contact" } { text: "Contact Me", href: "#contact" }
]} ]}
slides={[ slides={[

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #e3deea; --background: #ffffff;
--card: #ffffff; --card: #f9f9f9;
--foreground: #1f2027; --foreground: #000612e6;
--primary-cta: #1f2027; --primary-cta: #106EFB;
--primary-cta-text: #e3deea; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #1f2027; --secondary-cta-text: #000612e6;
--accent: #627dc6; --accent: #e2e2e2;
--background-accent: #627dc6; --background-accent: #106EFB;
/* 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);