From 8302b8c77a247d58549bf79bc9bd5298d6ccf909 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:24:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 196 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fde173f..d533aa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,32 +29,15 @@ export default function LandingPage() { @@ -63,40 +46,16 @@ export default function LandingPage() { logoText="Shreemithra Naveen" description="I build LLM pipelines, agentic AI systems, and data workflows that actually work at scale — from research labs to enterprise clients." buttons={[ - { - text: "View My Work", - href: "#projects", - }, - { - text: "Let's Connect", - href: "#contact", - }, + { text: "View My Work", href: "#projects" }, + { text: "Let's Connect", href: "#contact" }, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg?_wi=1", - imageAlt: "AI Research", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg?_wi=1", - imageAlt: "Data Analytics", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/computer-system-innovation-digital_53876-124362.jpg?_wi=1", - imageAlt: "LLM Pipelines", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-concept-with-copy-space_23-2148459729.jpg?_wi=1", - imageAlt: "Systems Engineering", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-125598.jpg?_wi=1", - imageAlt: "Agentic AI", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-company-analyst-office-watching-business-presentation-pc_482257-118998.jpg?_wi=1", - imageAlt: "Applied AI", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg", imageAlt: "AI Research" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg", imageAlt: "Data Analytics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/computer-system-innovation-digital_53876-124362.jpg", imageAlt: "LLM Pipelines" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-concept-with-copy-space_23-2148459729.jpg", imageAlt: "Systems Engineering" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-125598.jpg", imageAlt: "Agentic AI" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-company-analyst-office-watching-business-presentation-pc_482257-118998.jpg", imageAlt: "Applied AI" }, ]} /> @@ -106,21 +65,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Data Scientist & AI Engineer" metrics={[ - { - icon: Award, - label: "Years Experience", - value: "2.5+", - }, - { - icon: CheckCircle, - label: "Manual Collection Eliminated", - value: "100%", - }, - { - icon: BookOpen, - label: "IEEE Publications", - value: "2", - }, + { icon: Award, label: "Years Experience", value: "2.5+" }, + { icon: CheckCircle, label: "Manual Collection Eliminated", value: "100%" }, + { icon: BookOpen, label: "IEEE Publications", value: "2" }, ]} metricsAnimation="slide-up" /> @@ -132,38 +79,9 @@ 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: "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"] }, ]} title="Skills & Expertise" description="The full stack of what I bring to research and engineering projects." @@ -177,48 +95,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "AI vs Human Code Detection", - price: "Research", - variant: "NLP", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg?_wi=2", - }, - { - id: "p2", - name: "Agentic Job Search System", - price: "Automation", - variant: "AI Agents", - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg?_wi=2", - }, - { - id: "p3", - name: "Autonomous Cleaning Robot", - price: "Robotics", - variant: "IEEE Pub", - imageSrc: "http://img.b2bpic.net/free-photo/computer-system-innovation-digital_53876-124362.jpg?_wi=2", - }, - { - id: "p4", - name: "Financial Analytics Pipeline", - price: "Production", - variant: "Data Eng", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-concept-with-copy-space_23-2148459729.jpg?_wi=2", - }, - { - id: "p5", - name: "Research Data Automator", - price: "Research", - variant: "Pipeline", - imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-125598.jpg?_wi=2", - }, - { - id: "p6", - name: "Financial KPI Dashboard", - price: "Analytics", - variant: "Business", - imageSrc: "http://img.b2bpic.net/free-photo/young-company-analyst-office-watching-business-presentation-pc_482257-118998.jpg?_wi=2", - }, + { id: "p1", name: "AI vs Human Code Detection", price: "Research", variant: "NLP", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg" }, + { id: "p2", name: "Agentic Job Search System", price: "Automation", variant: "AI Agents", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg" }, + { id: "p3", name: "Autonomous Cleaning Robot", price: "Robotics", variant: "IEEE Pub", imageSrc: "http://img.b2bpic.net/free-photo/computer-system-innovation-digital_53876-124362.jpg" }, + { id: "p4", name: "Financial Analytics Pipeline", price: "Production", variant: "Data Eng", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-concept-with-copy-space_23-2148459729.jpg" }, + { id: "p5", name: "Research Data Automator", price: "Research", variant: "Pipeline", imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-125598.jpg" }, + { id: "p6", name: "Financial KPI Dashboard", price: "Analytics", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/young-company-analyst-office-watching-business-presentation-pc_482257-118998.jpg" }, ]} title="Recent Projects" description="Selected work and research projects exploring LLMs and AI automation." @@ -228,19 +110,11 @@ export default function LandingPage() {
@@ -248,14 +122,8 @@ export default function LandingPage() { -- 2.49.1