diff --git a/src/app/page.tsx b/src/app/page.tsx index 13b8402..8b21858 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,12 +98,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Deepfake Detection (ViT)", price: "AI & Computer Vision", imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg" }, - { id: "p2", name: "MatHeal Healthcare", price: "Full-Stack Web App", imageSrc: "https://img.b2bpic.net/free-photo/ai-executive-runs-code-data-center_482257-80949.jpg" }, - { id: "p3", name: "JARVIS 1.0", price: "AI Terminal Assistant", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-office-looking-ui-pc-display-executing-binary-code_482257-127028.jpg" }, - { id: "p4", name: "EventSphere", price: "Scalable Event Platform", imageSrc: "https://img.b2bpic.net/free-photo/developer-holding-disposable-cup-coffee-entering-home-office_482257-116466.jpg" }, - { id: "p5", name: "Cybersecurity Audit", price: "Ethical Hacking Project", imageSrc: "https://img.b2bpic.net/free-photo/high-tech-governmental-cyber-security-room-without-staff-work_482257-121538.jpg" }, - { id: "p6", name: "Network Automation", price: "Infrastructure Tools", imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg" }, + { id: "p1", name: "Deepfake Detection (ViT)", price: "AI & Computer Vision", imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg?_wi=1" }, + { id: "p2", name: "MatHeal Healthcare", price: "Full-Stack Web App", imageSrc: "https://img.b2bpic.net/free-photo/ai-executive-runs-code-data-center_482257-80949.jpg?_wi=1" }, + { id: "p3", name: "JARVIS 1.0", price: "AI Terminal Assistant", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-office-looking-ui-pc-display-executing-binary-code_482257-127028.jpg?_wi=1" }, + { id: "p4", name: "EventSphere", price: "Scalable Event Platform", imageSrc: "https://img.b2bpic.net/free-photo/developer-holding-disposable-cup-coffee-entering-home-office_482257-116466.jpg?_wi=1" }, + { id: "p5", name: "Cybersecurity Audit", price: "Ethical Hacking Project", imageSrc: "https://img.b2bpic.net/free-photo/high-tech-governmental-cyber-security-room-without-staff-work_482257-121538.jpg?_wi=1" }, + { id: "p6", name: "Network Automation", price: "Infrastructure Tools", imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg?_wi=2" }, ]} title="Featured Projects" description="A showcase of my recent full-stack and AI-driven applications." @@ -153,11 +153,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Team Lead", role: "Project Manager", company: "Tech Innovations", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg" }, - { id: "t2", name: "Developer Peer", role: "Senior Dev", company: "Software Solutions", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ai-executive-runs-code-data-center_482257-80949.jpg" }, - { id: "t3", name: "Course Mentor", role: "Professor", company: "University", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-woman-office-looking-ui-pc-display-executing-binary-code_482257-127028.jpg" }, - { id: "t4", name: "Startup Founder", role: "CTO", company: "EventHub", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/developer-holding-disposable-cup-coffee-entering-home-office_482257-116466.jpg" }, - { id: "t5", name: "Project Mentor", role: "Lead", company: "C-DAC", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/high-tech-governmental-cyber-security-room-without-staff-work_482257-121538.jpg" }, + { id: "t1", name: "Team Lead", role: "Project Manager", company: "Tech Innovations", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg?_wi=3" }, + { id: "t2", name: "Developer Peer", role: "Senior Dev", company: "Software Solutions", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ai-executive-runs-code-data-center_482257-80949.jpg?_wi=2" }, + { id: "t3", name: "Course Mentor", role: "Professor", company: "University", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-woman-office-looking-ui-pc-display-executing-binary-code_482257-127028.jpg?_wi=2" }, + { id: "t4", name: "Startup Founder", role: "CTO", company: "EventHub", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/developer-holding-disposable-cup-coffee-entering-home-office_482257-116466.jpg?_wi=2" }, + { id: "t5", name: "Project Mentor", role: "Lead", company: "C-DAC", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/high-tech-governmental-cyber-security-room-without-staff-work_482257-121538.jpg?_wi=2" }, ]} kpiItems={[ { value: "24+", label: "Tech Projects" },