Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b4d16e58b | |||
| 9b65b4413f | |||
| b9ee72b68e | |||
| 8c740aff97 |
@@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -79,12 +79,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{ id: "1", label: "AI/LLM", title: "LLM & AI", items: ["Prompt Engineering", "RAG Systems", "Agentic AI", "NLP"] },
|
{ id: "1", label: "Core AI", title: "Agentic AI", items: ["Autonomous Agents", "Multi-Agent Frameworks", "Reasoning Engines", "Goal Planning"] },
|
||||||
{ id: "2", label: "Engineering", title: "Programming & Data", items: ["Python", "SQL", "Azure", "Docker"] },
|
{ id: "2", label: "Data Eng", title: "Data Pipelines", items: ["Vector Databases", "Real-time Ingestion", "Distributed Storage", "ETL Optimization"] },
|
||||||
{ id: "3", label: "Analytics", title: "Analytics & Modeling", items: ["A/B Testing", "Experiment Design", "Anomaly Detection"] },
|
{ id: "3", label: "Research", title: "Applied Research", items: ["Algorithm Design", "Performance Benchmarking", "Experiment Tracking", "Model Fine-tuning"] },
|
||||||
]}
|
]}
|
||||||
title="Skills & Expertise"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user