Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 06:24:39 +00:00

View File

@@ -29,32 +29,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
{
name: "Skills",
id: "skills",
},
{
name: "Experience",
id: "experience",
},
{
name: "Projects",
id: "projects",
},
{
name: "Writing",
id: "blog",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Skills", id: "skills" },
{ name: "Experience", id: "experience" },
{ name: "Projects", id: "projects" },
{ name: "Writing", id: "blog" },
{ name: "Contact", id: "contact" },
]}
brandName="S. Naveen"
button={{ text: "Get in touch", href: "#contact" }}
/>
</div>
@@ -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" },
]}
/>
</div>
@@ -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() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "canvas-reveal",
}}
background={{ variant: "canvas-reveal" }}
text="I'm open to full-time roles in Data Science, ML Engineering, and AI Research. Based in Scottsdale, AZ — open to relocation."
buttons={[
{
text: "Email Me",
href: "mailto:shreemithranaveen@gmail.com",
},
{
text: "LinkedIn",
href: "https://linkedin.com/in/shreemithra-naveen",
},
{ text: "Email Me", href: "mailto:shreemithranaveen@gmail.com" },
{ text: "LinkedIn", href: "https://linkedin.com/in/shreemithra-naveen" },
]}
/>
</div>
@@ -248,14 +122,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Shreemithra Naveen"
leftLink={{
text: "© 2026 S. Naveen",
href: "#",
}}
rightLink={{
text: "Built with intention",
href: "#",
}}
leftLink={{ text: "© 2026 S. Naveen", href: "#" }}
rightLink={{ text: "Built with intention", href: "#" }}
/>
</div>
</ReactLenis>