Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-10 16:17:33 +00:00

View File

@@ -6,9 +6,10 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import TextAbout from '@/components/sections/about/TextAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Cpu, Terminal, Layers, Globe, Code, Database } from 'lucide-react';
export default function LandingPage() {
return (
@@ -68,13 +69,10 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{ type: "text", content: "Building the Future of" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/ai-assistant-displayed-computer-monitor-helping-person-complete-tasks_482257-123002.jpg", alt: "Programmer working" },
{ type: "text", content: "Code." }
]}
<TextAbout
tag="Technical Portfolio"
tagIcon={Cpu}
title="I specialize in architecting modern web applications, distributed systems, and scalable cloud infrastructure. With deep expertise in TypeScript, Go, Python, and SQL, I bridge complex business logic with clean, maintainable architecture. My focus remains on high-availability systems and data-driven solutions that scale with user growth."
/>
</div>
@@ -85,16 +83,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Cloud Infrastructure", description: "High-availability systems built for scale and reliability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=1", imageAlt: "futuristic software developer workspace" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=2", imageAlt: "futuristic software developer workspace" }
title: "Languages & Tooling", description: "Expertise in TypeScript, Go, Python, and Rust. Utilizing Kubernetes, AWS, and Docker for deployment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=1", imageAlt: "Coding workspace" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=2", imageAlt: "Cloud infrastructure" }
},
{
title: "AI/ML Integration", description: "Implementing intelligent features into existing software pipelines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=1", imageAlt: "professional programmer working on laptop" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=2", imageAlt: "professional programmer working on laptop" }
title: "AI & Data Pipelines", description: "Building RAG systems, vector databases, and automated LLM workflows at scale.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=1", imageAlt: "AI processing" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=2", imageAlt: "Data visualization" }
},
{
title: "API Architecture", description: "Designing secure, high-performance APIs for complex integrations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=1", imageAlt: "cloud infrastructure server network" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=2", imageAlt: "cloud infrastructure server network" }
title: "API Architecture", description: "Designing secure, GraphQL-first, high-throughput microservices architecture.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=1", imageAlt: "API documentation" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=2", imageAlt: "Backend monitoring" }
}
]}
showStepNumbers={true}