diff --git a/src/app/page.tsx b/src/app/page.tsx index d533aa6..66c3de1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,12 +50,12 @@ export default function LandingPage() { { text: "Let's Connect", href: "#contact" }, ]} slides={[ - { 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" }, + { 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" }, ]} /> @@ -95,12 +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" }, - { 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" }, + { 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" }, ]} title="Recent Projects" description="Selected work and research projects exploring LLMs and AI automation."