From 172fddd7f1e2627611115309add7a2472e94ad5a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:12:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e83a184..b6b81d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { title="Manish Yadav" description="Senior Finance Executive & Data Analyst. Transforming financial operations through data-driven insights, automation, and advanced reporting." testimonials={[ - { name: "Colleague", handle: "@ASCGroup", testimonial: "Manish's analytical approach to financial reporting has been a game-changer for our team's efficiency.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg", imageAlt: "professional indian man headshot" }, - { name: "Client", handle: "@Professional", testimonial: "Exceptional at reconciling complex GST accounts and providing clear, actionable insights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg", imageAlt: "professional indian man headshot" }, - { name: "Lead", handle: "@ASCGroup", testimonial: "A skilled multi-tasker who consistently delivers quality financial analysis and reports.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg", imageAlt: "professional indian man headshot" }, + { name: "Colleague", handle: "@ASCGroup", testimonial: "Manish's analytical approach to financial reporting has been a game-changer for our team's efficiency.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg?_wi=1", imageAlt: "professional indian man headshot" }, + { name: "Client", handle: "@Professional", testimonial: "Exceptional at reconciling complex GST accounts and providing clear, actionable insights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg?_wi=1", imageAlt: "professional indian man headshot" }, + { name: "Lead", handle: "@ASCGroup", testimonial: "A skilled multi-tasker who consistently delivers quality financial analysis and reports.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg?_wi=1", imageAlt: "professional indian man headshot" }, { name: "Manager", handle: "@Finance", testimonial: "Manish's automation skills in Excel have significantly reduced our reporting cycle times.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "professional indian man headshot" }, { name: "Peer", handle: "@Analytics", testimonial: "Strong technical skills in Python and Power BI, paired with solid financial accounting expertise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-sound-engineers-standing-with-arms-crossed_107420-96162.jpg", imageAlt: "professional indian man headshot" }, ]} @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "View Projects", href: "#projects" }, { text: "Contact Me", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg?_wi=2" imageAlt="Manish Yadav Professional Portrait" mediaAnimation="slide-up" avatars={[ @@ -89,7 +89,7 @@ export default function LandingPage() { { value: "500+", title: "Professional Connections" }, { value: "100%", title: "GST Compliance Focus" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-reviewing-business-data-reports_482257-120331.jpg?_wi=2" mediaAnimation="slide-up" imageAlt="Financial data analysis desk" /> @@ -151,7 +151,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Hospitality Dashboard", price: "Dashboard Design", variant: "Excel, MySQL, Power BI", imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg" }, + { id: "p1", name: "Hospitality Dashboard", price: "Dashboard Design", variant: "Excel, MySQL, Power BI", imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2270.jpg?_wi=2" }, { id: "p2", name: "GST Reconciliation Model", price: "Process Optimization", variant: "Automated Reconciliation", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16177.jpg" }, { id: "p3", name: "Financial Reporting Automation", price: "MIS Reporting", variant: "VBA, Advanced Excel", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notes_23-2147669767.jpg" }, { id: "p4", name: "Revenue Forecasting Model", price: "Strategic Modeling", variant: "Python, Advanced Excel", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg" }, -- 2.49.1