From 7b4d16e58b26a5602f8b0eca5713fa367c9dc63b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:32:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66c3de1..b860081 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." />