From d5a4f06a46dd5740b97bcc7ff73e6094564c21bd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:28:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 738b06e..98a0866 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="medium" - background="grid" + background="animated-grid" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "Download CV", href: "#" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg" imageAlt="Kabya Dutta - Operations Manager & IT Professional" mediaAnimation="blur-reveal" imagePosition="right" @@ -90,15 +90,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Production Oversight & Process Management", description: "Strategic planning, workflow optimization, quality assurance, and compliance management for manufacturing and service operations.", imageSrc: "http://img.b2bpic.net/free-photo/administrator-with-impairment-meeting-with-his-diverse-employees-group_482257-116614.jpg?_wi=1", imageAlt: "Production oversight and management" + title: "Production Oversight & Process Management", description: "Strategic planning, workflow optimization, quality assurance, and compliance management for manufacturing and service operations.", imageSrc: "http://img.b2bpic.net/free-photo/administrator-with-impairment-meeting-with-his-diverse-employees-group_482257-116614.jpg", imageAlt: "Production oversight and management" }, { id: 2, - title: "IT Infrastructure & Systems", description: "Enterprise network architecture, server management, cloud infrastructure, cybersecurity protocols, and IT asset optimization.", imageSrc: "http://img.b2bpic.net/free-photo/administrator-with-impairment-meeting-with-his-diverse-employees-group_482257-116614.jpg?_wi=2", imageAlt: "IT infrastructure management" + title: "IT Infrastructure & Systems", description: "Enterprise network architecture, server management, cloud infrastructure, cybersecurity protocols, and IT asset optimization.", imageSrc: "http://img.b2bpic.net/free-photo/administrator-with-impairment-meeting-with-his-diverse-employees-group_482257-116614.jpg", imageAlt: "IT infrastructure management" }, { id: 3, - title: "Digital Transformation & Innovation", description: "Spearheading technology adoption, business process automation, ERP implementation, and digital modernization initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/administrator-with-impairment-meeting-with-his-diverse-employees-group_482257-116614.jpg?_wi=3", imageAlt: "Digital transformation strategy" + title: "Digital Transformation & Innovation", description: "Spearheading technology adoption, business process automation, ERP implementation, and digital modernization initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/administrator-with-impairment-meeting-with-his-diverse-employees-group_482257-116614.jpg", imageAlt: "Digital transformation strategy" } ]} /> @@ -116,16 +116,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "45%", title: "Operational Efficiency Gain", description: "Improved production throughput and reduced downtime through process optimization and technology implementation." + id: "1", value: "45%", title: "Operational Efficiency Gain", description: "Improved production throughput and reduced downtime through process optimization and technology implementation.", videoSrc: "about:blank", videoAriaLabel: "Operational efficiency metrics" }, { - id: "2", value: "99.9%", title: "System Uptime Achievement", description: "Maintained enterprise IT infrastructure with near-perfect availability and minimal service interruptions." + id: "2", value: "99.9%", title: "System Uptime Achievement", description: "Maintained enterprise IT infrastructure with near-perfect availability and minimal service interruptions.", videoSrc: "about:blank", videoAriaLabel: "System uptime achievement metrics" }, { - id: "3", value: "3M+", title: "Cost Savings Generated", description: "Delivered significant cost reductions through operational streamlining and resource optimization initiatives." + id: "3", value: "3M+", title: "Cost Savings Generated", description: "Delivered significant cost reductions through operational streamlining and resource optimization initiatives.", videoSrc: "about:blank", videoAriaLabel: "Cost savings metrics" }, { - id: "4", value: "100+", title: "Successful Deployments", description: "Led implementation of enterprise systems, migrations, and technology infrastructure upgrades." + id: "4", value: "100+", title: "Successful Deployments", description: "Led implementation of enterprise systems, migrations, and technology infrastructure upgrades.", videoSrc: "about:blank", videoAriaLabel: "Deployment metrics" } ]} /> @@ -145,15 +145,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Enterprise Transformation", name: "ERP System Implementation", price: "Multi-million Dollar Project", rating: 5, - reviewCount: "12 months", imageSrc: "http://img.b2bpic.net/free-photo/group-young-colleagues-giving-each-other-high-five_171337-7424.jpg?_wi=1", imageAlt: "Enterprise transformation initiative" + reviewCount: "12 months", imageSrc: "http://img.b2bpic.net/free-photo/group-young-colleagues-giving-each-other-high-five_171337-7424.jpg", imageAlt: "Enterprise transformation initiative" }, { id: "2", brand: "Operational Excellence", name: "Lean Manufacturing Initiative", price: "40% Efficiency Gain", rating: 5, - reviewCount: "18 months", imageSrc: "http://img.b2bpic.net/free-photo/group-young-colleagues-giving-each-other-high-five_171337-7424.jpg?_wi=2", imageAlt: "Lean manufacturing success" + reviewCount: "18 months", imageSrc: "http://img.b2bpic.net/free-photo/group-young-colleagues-giving-each-other-high-five_171337-7424.jpg", imageAlt: "Lean manufacturing success" }, { id: "3", brand: "Technology Leadership", name: "Cloud Infrastructure Migration", price: "Zero Downtime Migration", rating: 5, - reviewCount: "6 months", imageSrc: "http://img.b2bpic.net/free-photo/group-young-colleagues-giving-each-other-high-five_171337-7424.jpg?_wi=3", imageAlt: "Cloud migration project" + reviewCount: "6 months", imageSrc: "http://img.b2bpic.net/free-photo/group-young-colleagues-giving-each-other-high-five_171337-7424.jpg", imageAlt: "Cloud migration project" } ]} /> @@ -197,7 +197,7 @@ export default function LandingPage() {