Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-04 06:32:58 +00:00

View File

@@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import { Award, BookOpen, CheckCircle } from "lucide-react";
import { Award, BookOpen, CheckCircle, Database, BrainCircuit, LineChart } from "lucide-react";
export default function LandingPage() {
return (
@@ -79,12 +79,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "1", label: "AI/LLM", title: "LLM & AI", items: ["Prompt Engineering", "RAG Systems", "Agentic AI", "NLP"] },
{ id: "2", label: "Engineering", title: "Programming & Data", items: ["Python", "SQL", "Azure", "Docker"] },
{ id: "3", label: "Analytics", title: "Analytics & Modeling", items: ["A/B Testing", "Experiment Design", "Anomaly Detection"] },
{ id: "1", label: "Core AI", title: "Agentic AI", items: ["Autonomous Agents", "Multi-Agent Frameworks", "Reasoning Engines", "Goal Planning"] },
{ id: "2", label: "Data Eng", title: "Data Pipelines", items: ["Vector Databases", "Real-time Ingestion", "Distributed Storage", "ETL Optimization"] },
{ id: "3", label: "Research", title: "Applied Research", items: ["Algorithm Design", "Performance Benchmarking", "Experiment Tracking", "Model Fine-tuning"] },
]}
title="Skills & Expertise"
description="The full stack of what I bring to research and engineering projects."
description="The technical foundation of my work in building advanced AI systems."
/>
</div>