Merge version_1 into main #1
230
src/app/page.tsx
230
src/app/page.tsx
@@ -32,31 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Approach",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Approach", id: "#services"},
|
||||
{
|
||||
name: "Who We Serve",
|
||||
id: "#who-we-serve",
|
||||
},
|
||||
name: "Who We Serve", id: "#who-we-serve"},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "#insights",
|
||||
},
|
||||
name: "Insights", id: "#insights"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#footer",
|
||||
},
|
||||
name: "Contact", id: "#footer"},
|
||||
]}
|
||||
brandName="MITOKHON"
|
||||
button={{
|
||||
text: "Start a Conversation",
|
||||
href: "#footer",
|
||||
}}
|
||||
text: "Start a Conversation", href: "#footer"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,9 +54,7 @@ export default function LandingPage() {
|
||||
description="Health advisory practice at the intersection of policy, governance, and systems change — committed to strategy and outcomes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start a Conversation →",
|
||||
href: "#footer",
|
||||
},
|
||||
text: "Start a Conversation →", href: "#footer"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-giving-presentation-team-interim-doctors_107420-84781.jpg"
|
||||
imageAlt="Health leaders discussing policy in a collaborative environment"
|
||||
@@ -83,23 +69,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Our Mission",
|
||||
description: "We exist at the intersection of strategy and systems — partnering with leaders who understand that lasting health impact requires more than clinical excellence. Not as vendors. As strategic partners committed to the work, the mission, and the outcomes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-patient-with-neck-collar-explaining-symptoms-physician-doctor-asking-painkillers-hospital-waiting-area-injured-man-with-cervical-foam-waiting-attend-checkup-visit-consultation_482257-61796.jpg",
|
||||
imageAlt: "Abstract illustration of health mission and systems change",
|
||||
},
|
||||
title: "Our Mission", description: "We exist at the intersection of strategy and systems — partnering with leaders who understand that lasting health impact requires more than clinical excellence. Not as vendors. As strategic partners committed to the work, the mission, and the outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/senior-patient-with-neck-collar-explaining-symptoms-physician-doctor-asking-painkillers-hospital-waiting-area-injured-man-with-cervical-foam-waiting-attend-checkup-visit-consultation_482257-61796.jpg", imageAlt: "Abstract illustration of health mission and systems change"},
|
||||
{
|
||||
title: "Our People",
|
||||
description: "Women-led. Physician-led. BIPOC-led. Built from lived experience at the intersection of health, policy, and systems change. Our advisors aren't observers — they're practitioners who have designed policy, led health systems, and built the coalitions that drive lasting impact at every level of the system.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-nurse-meeting-with-senior-couple-examine-x-ray-test-results-cabinet_482257-122779.jpg",
|
||||
imageAlt: "Diverse professional team of women and BIPOC leaders",
|
||||
},
|
||||
title: "Our People", description: "Women-led. Physician-led. BIPOC-led. Built from lived experience at the intersection of health, policy, and systems change. Our advisors aren't observers — they're practitioners who have designed policy, led health systems, and built the coalitions that drive lasting impact at every level of the system.", imageSrc: "http://img.b2bpic.net/free-photo/girl-nurse-meeting-with-senior-couple-examine-x-ray-test-results-cabinet_482257-122779.jpg", imageAlt: "Diverse professional team of women and BIPOC leaders"},
|
||||
{
|
||||
title: "Our Method",
|
||||
description: "Discovery → Framework → Execution → Sustainability. Structured, tailored, and built for complexity. We don't start with answers. We start with a deep landscape mapping of your organizational context, then co-create a framework aligned to your specific mission and goals before any execution begins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manufacture-production-industry-ideas-concept_53876-132214.jpg",
|
||||
imageAlt: "Abstract representation of a structured advisory process",
|
||||
},
|
||||
title: "Our Method", description: "Discovery → Framework → Execution → Sustainability. Structured, tailored, and built for complexity. We don't start with answers. We start with a deep landscape mapping of your organizational context, then co-create a framework aligned to your specific mission and goals before any execution begins.", imageSrc: "http://img.b2bpic.net/free-photo/manufacture-production-industry-ideas-concept_53876-132214.jpg", imageAlt: "Abstract representation of a structured advisory process"},
|
||||
]}
|
||||
title="Why Mitokhon is more than an advisory firm"
|
||||
description="Discover our mission, people, and method – core pillars that make us a distinct advisory firm."
|
||||
@@ -114,57 +88,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "card-a",
|
||||
brand: "HEALTH SYSTEMS",
|
||||
name: "For Health System Executives",
|
||||
price: "N/A",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-cervical-vertebrae-injury-neck-pain-x-ray-ct-scan-results-tablet-patient-medical-appointment-healthcare-specialist-diagnosing-woman-after-symptoms-checkup_482257-64627.jpg",
|
||||
imageAlt: "Integrated health networks abstract",
|
||||
},
|
||||
id: "card-a", brand: "HEALTH SYSTEMS", name: "For Health System Executives", price: "N/A", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-cervical-vertebrae-injury-neck-pain-x-ray-ct-scan-results-tablet-patient-medical-appointment-healthcare-specialist-diagnosing-woman-after-symptoms-checkup_482257-64627.jpg", imageAlt: "Integrated health networks abstract"},
|
||||
{
|
||||
id: "card-b",
|
||||
brand: "GOVERNMENT",
|
||||
name: "For Government Health Leaders",
|
||||
price: "N/A",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/investigating-aviation-accident_1098-14800.jpg",
|
||||
imageAlt: "Stylized government building with health symbols",
|
||||
},
|
||||
id: "card-b", brand: "GOVERNMENT", name: "For Government Health Leaders", price: "N/A", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/investigating-aviation-accident_1098-14800.jpg", imageAlt: "Stylized government building with health symbols"},
|
||||
{
|
||||
id: "tall-photo",
|
||||
brand: "",
|
||||
name: "Community Leadership",
|
||||
price: "N/A",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917697.jpg",
|
||||
imageAlt: "Diverse community leaders collaborating",
|
||||
},
|
||||
id: "tall-photo", brand: "", name: "Community Leadership", price: "N/A", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917697.jpg", imageAlt: "Diverse community leaders collaborating"},
|
||||
{
|
||||
id: "card-c",
|
||||
brand: "FOUNDATIONS",
|
||||
name: "For Foundation Program Officers",
|
||||
price: "N/A",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-dollar-banknotes_1150-18243.jpg",
|
||||
imageAlt: "Abstract of strategic investments and grantmaking",
|
||||
},
|
||||
id: "card-c", brand: "FOUNDATIONS", name: "For Foundation Program Officers", price: "N/A", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-dollar-banknotes_1150-18243.jpg", imageAlt: "Abstract of strategic investments and grantmaking"},
|
||||
{
|
||||
id: "card-d",
|
||||
brand: "CORPORATE",
|
||||
name: "For Corporate Health Clients",
|
||||
price: "N/A",
|
||||
rating: 5,
|
||||
reviewCount: "0",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-safety-policy-statement-form-concept_53876-132299.jpg",
|
||||
imageAlt: "Modern corporate office with health data",
|
||||
},
|
||||
id: "card-d", brand: "CORPORATE", name: "For Corporate Health Clients", price: "N/A", rating: 5,
|
||||
reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/health-safety-policy-statement-form-concept_53876-132299.jpg", imageAlt: "Modern corporate office with health data"},
|
||||
]}
|
||||
title="Mitokhon: the right partner for every health leader"
|
||||
description="From health systems to government agencies, foundations to corporate clients — Mitokhon is the right partner for every health leader seeking transformative impact."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,22 +113,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Founded by trailblazers who continue to lead the way."
|
||||
description={[
|
||||
"Mitokhon Advisors was founded on the belief that transformative health work happens when strategy, community understanding, and systems expertise converge. Our advisors aren't observers — they're practitioners.",
|
||||
"We bring clarity where health ecosystems are most fragmented. Mitokhon works alongside institutions as a strategic partner committed to the work and the mission.",
|
||||
]}
|
||||
"Mitokhon Advisors was founded on the belief that transformative health work happens when strategy, community understanding, and systems expertise converge. Our advisors aren't observers — they're practitioners.", "We bring clarity where health ecosystems are most fragmented. Mitokhon works alongside institutions as a strategic partner committed to the work and the mission."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Approach →",
|
||||
href: "#services",
|
||||
},
|
||||
text: "See Our Approach →", href: "#services"},
|
||||
{
|
||||
text: "Meet the Team",
|
||||
href: "#",
|
||||
},
|
||||
text: "Meet the Team", href: "#"},
|
||||
]}
|
||||
showBorder={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg"
|
||||
imageAlt="Portrait of Katie Abbott or a diverse woman leader in health, with a floating '24+ Health systems served nationally' stat card overlay."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,20 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "culture",
|
||||
title: "01. Culture & Integration",
|
||||
content: "Building environments where your teams are motivated, aligned, and empowered to lead lasting change from within the organization. List: Organizational culture assessments and redesign · Leadership alignment and accountability frameworks · Team readiness and change capacity programs. Explore Culture →",
|
||||
},
|
||||
id: "culture", title: "01. Culture & Integration", content: "Building environments where your teams are motivated, aligned, and empowered to lead lasting change from within the organization. List: Organizational culture assessments and redesign · Leadership alignment and accountability frameworks · Team readiness and change capacity programs. Explore Culture →"},
|
||||
{
|
||||
id: "governance",
|
||||
title: "02. Governance",
|
||||
content: "Shaping governance structures and decision-making frameworks that directly impact how communities access health and how systems operate at scale. List: Governance structure analysis and redesign · Stakeholder mapping and coalition strategy · Regulatory landscape assessment. Explore Governance →",
|
||||
},
|
||||
id: "governance", title: "02. Governance", content: "Shaping governance structures and decision-making frameworks that directly impact how communities access health and how systems operate at scale. List: Governance structure analysis and redesign · Stakeholder mapping and coalition strategy · Regulatory landscape assessment. Explore Governance →"},
|
||||
{
|
||||
id: "execution",
|
||||
title: "03. Execution",
|
||||
content: "Translating strategy into action and measurable outcomes — with practical, equitable delivery frameworks built for complexity. List: Implementation planning and project management · Outcome tracking and reporting frameworks · Sustainability and transition planning. Explore Execution →",
|
||||
},
|
||||
id: "execution", title: "03. Execution", content: "Translating strategy into action and measurable outcomes — with practical, equitable delivery frameworks built for complexity. List: Implementation planning and project management · Outcome tracking and reporting frameworks · Sustainability and transition planning. Explore Execution →"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-using-digital-tablet_23-2147842161.jpg"
|
||||
imageAlt="Conceptual image of culture, governance, and execution integration"
|
||||
@@ -231,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "systems-served",
|
||||
value: "24+",
|
||||
description: "Health systems served nationally",
|
||||
},
|
||||
id: "systems-served", value: "24+", description: "Health systems served nationally"},
|
||||
{
|
||||
id: "policies-influenced",
|
||||
value: "155+",
|
||||
description: "Policies influenced across 12 states",
|
||||
},
|
||||
id: "policies-influenced", value: "155+", description: "Policies influenced across 12 states"},
|
||||
{
|
||||
id: "client-satisfaction",
|
||||
value: "98%",
|
||||
description: "Client satisfaction rate over 5 years",
|
||||
},
|
||||
id: "client-satisfaction", value: "98%", description: "Client satisfaction rate over 5 years"},
|
||||
]}
|
||||
title="Care that works. Equity that is measurable."
|
||||
description="When culture, governance, and execution align — the outcomes aren't incremental. They're transformative. Bullet points: Integrated systems where culture, governance, and technology reinforce human-centered care · Care designed as shared responsibility across all sectors · People supported, fulfilled, and aligned with their values · Equity embedded in decisions, governance, and measurable outcomes."
|
||||
@@ -258,45 +172,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "sarah-m",
|
||||
name: "Sarah M.",
|
||||
handle: "VP Policy, National Health Alliance",
|
||||
testimonial: "Mitokhon didn't just give us a strategy — they helped us see the political landscape completely differently. Our advocacy is now far more effective.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-coat_23-2149871317.jpg",
|
||||
imageAlt: "Sarah M.",
|
||||
},
|
||||
id: "sarah-m", name: "Sarah M.", handle: "VP Policy, National Health Alliance", testimonial: "Mitokhon didn't just give us a strategy — they helped us see the political landscape completely differently. Our advocacy is now far more effective.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-coat_23-2149871317.jpg", imageAlt: "Sarah M."},
|
||||
{
|
||||
id: "james-k",
|
||||
name: "James K.",
|
||||
handle: "Foundation Program Officer",
|
||||
testimonial: "Working with Mitokhon transformed how our organization approaches governance and community engagement. The results were measurable and lasting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-businessman-explaining-something-his-foreign-business-partner-while-sitting-table-business-meeting-restaurant_549566-245.jpg",
|
||||
imageAlt: "James K.",
|
||||
},
|
||||
id: "james-k", name: "James K.", handle: "Foundation Program Officer", testimonial: "Working with Mitokhon transformed how our organization approaches governance and community engagement. The results were measurable and lasting.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-businessman-explaining-something-his-foreign-business-partner-while-sitting-table-business-meeting-restaurant_549566-245.jpg", imageAlt: "James K."},
|
||||
{
|
||||
id: "maria-t",
|
||||
name: "Maria T.",
|
||||
handle: "Chief Medical Officer",
|
||||
testimonial: "The strategic insights from Mitokhon were critical for our system-wide transformation. They truly understand the complexities of modern healthcare delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor_23-2148480369.jpg",
|
||||
imageAlt: "Maria T.",
|
||||
},
|
||||
id: "maria-t", name: "Maria T.", handle: "Chief Medical Officer", testimonial: "The strategic insights from Mitokhon were critical for our system-wide transformation. They truly understand the complexities of modern healthcare delivery.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor_23-2148480369.jpg", imageAlt: "Maria T."},
|
||||
{
|
||||
id: "robert-l",
|
||||
name: "Robert L.",
|
||||
handle: "State Health Director",
|
||||
testimonial: "Mitokhon's expertise in policy and inter-agency collaboration helped us navigate critical reforms with unprecedented success and community buy-in.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covid-19-test-samples_23-2148709109.jpg",
|
||||
imageAlt: "Robert L.",
|
||||
},
|
||||
id: "robert-l", name: "Robert L.", handle: "State Health Director", testimonial: "Mitokhon's expertise in policy and inter-agency collaboration helped us navigate critical reforms with unprecedented success and community buy-in.", imageSrc: "http://img.b2bpic.net/free-photo/covid-19-test-samples_23-2148709109.jpg", imageAlt: "Robert L."},
|
||||
{
|
||||
id: "chloe-s",
|
||||
name: "Chloe S.",
|
||||
handle: "CEO, Health Innovators Inc.",
|
||||
testimonial: "Their approach to sustainable execution is unmatched. Mitokhon equipped our team with frameworks that ensure long-term impact beyond initial strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doctor-with-stethoscope-lights_181624-15323.jpg",
|
||||
imageAlt: "Chloe S.",
|
||||
},
|
||||
id: "chloe-s", name: "Chloe S.", handle: "CEO, Health Innovators Inc.", testimonial: "Their approach to sustainable execution is unmatched. Mitokhon equipped our team with frameworks that ensure long-term impact beyond initial strategy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doctor-with-stethoscope-lights_181624-15323.jpg", imageAlt: "Chloe S."},
|
||||
]}
|
||||
title="Results that speak for themselves."
|
||||
description="★★★★★ 4.9"
|
||||
@@ -312,51 +196,17 @@ export default function LandingPage() {
|
||||
tag="FEATURED WORK & THOUGHT LEADERSHIP"
|
||||
buttons={[
|
||||
{
|
||||
text: "See All Insights →",
|
||||
href: "#",
|
||||
},
|
||||
text: "See All Insights →", href: "#"},
|
||||
]}
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Case Study",
|
||||
title: "We Helped Draft The Framework That Changed Adolescent Health Funding",
|
||||
excerpt: "Mitokhon Advisors played a pivotal role in shaping policy that redefined adolescent health funding nationwide, ensuring sustainable impact.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-diverse-volunteers_53876-30768.jpg",
|
||||
imageAlt: "Adolescent health funding conceptual image",
|
||||
authorName: "Mitokhon Team",
|
||||
date: "May 15, 2024",
|
||||
},
|
||||
id: "blog-1", category: "Case Study", title: "We Helped Draft The Framework That Changed Adolescent Health Funding", excerpt: "Mitokhon Advisors played a pivotal role in shaping policy that redefined adolescent health funding nationwide, ensuring sustainable impact.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-diverse-volunteers_53876-30768.jpg", imageAlt: "Adolescent health funding conceptual image", authorName: "Mitokhon Team", authorAvatar: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", date: "May 15, 2024"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Case Study",
|
||||
title: "Advancing Community Health Through Strategic Financial Planning",
|
||||
excerpt: "Our strategic financial planning frameworks empowered communities to achieve measurable health outcomes and long-term sustainability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-person-signing-agreement-contract-with-bank_482257-106191.jpg",
|
||||
imageAlt: "Community health financial planning image",
|
||||
authorName: "Mitokhon Team",
|
||||
date: "April 28, 2024",
|
||||
},
|
||||
id: "blog-2", category: "Case Study", title: "Advancing Community Health Through Strategic Financial Planning", excerpt: "Our strategic financial planning frameworks empowered communities to achieve measurable health outcomes and long-term sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-person-signing-agreement-contract-with-bank_482257-106191.jpg", imageAlt: "Community health financial planning image", authorName: "Mitokhon Team", authorAvatar: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", date: "April 28, 2024"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "Recent Perspectives",
|
||||
title: "The Policy Transparency Reform That Changed State Health Planning",
|
||||
excerpt: "A deep dive into the groundbreaking policy reforms that brought unprecedented transparency and efficiency to state health planning initiatives.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-person-stamping-medical-records_482257-114280.jpg",
|
||||
imageAlt: "Policy transparency reform illustration",
|
||||
authorName: "Mitokhon Team",
|
||||
date: "March 10, 2024",
|
||||
},
|
||||
id: "blog-3", category: "Recent Perspectives", title: "The Policy Transparency Reform That Changed State Health Planning", excerpt: "A deep dive into the groundbreaking policy reforms that brought unprecedented transparency and efficiency to state health planning initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/black-person-stamping-medical-records_482257-114280.jpg", imageAlt: "Policy transparency reform illustration", authorName: "Mitokhon Team", authorAvatar: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", date: "March 10, 2024"},
|
||||
{
|
||||
id: "blog-4",
|
||||
category: "Recent Perspectives",
|
||||
title: "Anatomy of the Health Partnership That Actually Delivered",
|
||||
excerpt: "Examining the key elements that made a recent health partnership exceptionally effective in delivering tangible, lasting results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/welcoming-female-colleague_1098-14832.jpg",
|
||||
imageAlt: "Health partnership illustration",
|
||||
authorName: "Mitokhon Team",
|
||||
date: "February 20, 2024",
|
||||
},
|
||||
id: "blog-4", category: "Recent Perspectives", title: "Anatomy of the Health Partnership That Actually Delivered", excerpt: "Examining the key elements that made a recent health partnership exceptionally effective in delivering tangible, lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/welcoming-female-colleague_1098-14832.jpg", imageAlt: "Health partnership illustration", authorName: "Mitokhon Team", authorAvatar: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", date: "February 20, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user