Merge version_1 into main #1
@@ -109,7 +109,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"Leading with vulnerability and honesty. Believing that bringing your whole self—your identity, values, and experiences—makes you a stronger leader and creates psychological safety in teams.",
|
||||
tag: "Authenticity",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/powerful-moment-of-authentic-leadership--1773421349421-02ed66a9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/powerful-moment-of-authentic-leadership--1773421349421-02ed66a9.png?_wi=2",
|
||||
imageAlt: "Authentic leadership connection",
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"Believing that diversity drives better innovation. Teams with varied backgrounds, perspectives, and lived experiences solve harder problems faster and build products that serve everyone.",
|
||||
tag: "Diversity",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/vibrant-diverse-team-of-tech-professiona-1773421319421-abd8f91f.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/vibrant-diverse-team-of-tech-professiona-1773421319421-abd8f91f.png?_wi=2",
|
||||
imageAlt: "Diverse team innovation",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"My role is to enable others to succeed. Removing obstacles, providing mentorship, and creating opportunities for those underrepresented in tech. True impact is measured by how many others you lift up.",
|
||||
tag: "Service",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png?_wi=2",
|
||||
imageAlt: "Collaborative leadership",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"Technology should be a force for good. Leveraging resources, platform, and influence to accelerate systemic change in how tech companies treat LGBTQ+ people and other marginalized communities.",
|
||||
tag: "Vision",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/entrepreneurial-startup-ecosystem-visual-1773421323337-525d63f8.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/entrepreneurial-startup-ecosystem-visual-1773421323337-525d63f8.png?_wi=2",
|
||||
imageAlt: "Vision and transformation",
|
||||
},
|
||||
]}
|
||||
@@ -179,7 +179,7 @@ export default function AboutPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png?_wi=3"
|
||||
ariaLabel="Contact form on about page"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Vitaliy | Tech Leader & LGBTQ+ Innovation Pioneer",
|
||||
description: "Meet Vitaliy, one of tech's most influential leaders driving inclusive innovation. 500+ team members led, $2.5B+ revenue generated, 30+ startups invested.",
|
||||
keywords: "tech leader, LGBTQ+ tech, inclusive leadership, tech innovation, startup mentor, enterprise transformation, diversity in tech",
|
||||
metadataBase: new URL("https://vitaliy.tech"),
|
||||
alternates: {
|
||||
canonical: "https://vitaliy.tech",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Vitaliy | Tech Leader & LGBTQ+ Innovation Pioneer",
|
||||
description: "Pioneering inclusive tech leadership. Enterprise transformation. Startup mentor. LGBTQ+ advocate reshaping tech culture.",
|
||||
url: "https://vitaliy.tech",
|
||||
siteName: "Vitaliy",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://vitaliy.tech/og-image.jpg",
|
||||
alt: "Vitaliy - Tech Leader and LGBTQ+ Innovation Pioneer",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Vitaliy | Tech Leader & LGBTQ+ Innovation Pioneer",
|
||||
description: "Driving inclusive innovation across enterprise tech, startups, and LGBTQ+ communities.",
|
||||
images: ["https://vitaliy.tech/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -90,7 +90,7 @@ export default function LeadershipPage() {
|
||||
title: "Strategic Vision & Execution",
|
||||
description: "Defining bold long-term strategies while maintaining operational excellence. Balanced visionary thinking with pragmatic execution to drive sustainable growth.",
|
||||
tag: "Strategy",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-visualization-of-enterprise-tec-1773421318926-afa0ff1b.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-visualization-of-enterprise-tec-1773421318926-afa0ff1b.png?_wi=2",
|
||||
imageAlt: "Abstract visualization of strategic enterprise vision",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function LeadershipPage() {
|
||||
title: "High-Performance Team Building",
|
||||
description: "Attracting and developing exceptional talent. Creating psychologically safe environments where diverse perspectives drive innovation and exceptional results.",
|
||||
tag: "Teams",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/vibrant-diverse-team-of-tech-professiona-1773421319421-abd8f91f.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/vibrant-diverse-team-of-tech-professiona-1773421319421-abd8f91f.png?_wi=3",
|
||||
imageAlt: "Diverse high-performing team collaborating",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function LeadershipPage() {
|
||||
title: "Building Innovation Culture",
|
||||
description: "Fostering environments where experimentation thrives and calculated risk-taking is celebrated. Balancing stability with the agility needed for breakthrough innovation.",
|
||||
tag: "Culture",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-product-innovation-scene-showing-1773421322959-d8094f26.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-product-innovation-scene-showing-1773421322959-d8094f26.png?_wi=2",
|
||||
imageAlt: "Innovation culture and creative collaboration",
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@ export default function LeadershipPage() {
|
||||
title: "Stakeholder Alignment & Communication",
|
||||
description: "Translating complex strategies into compelling narratives. Engaging board members, investors, employees, and customers with authentic, transparent communication.",
|
||||
tag: "Communication",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/entrepreneurial-startup-ecosystem-visual-1773421323337-525d63f8.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/entrepreneurial-startup-ecosystem-visual-1773421323337-525d63f8.png?_wi=3",
|
||||
imageAlt: "Stakeholder engagement and alignment",
|
||||
},
|
||||
]}
|
||||
@@ -204,7 +204,7 @@ export default function LeadershipPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Schedule Discussion"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png?_wi=4"
|
||||
imageAlt="Professional collaboration and discussion"
|
||||
ariaLabel="Leadership consultation contact form"
|
||||
/>
|
||||
|
||||
@@ -134,7 +134,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"15+ years driving digital transformation at Fortune 500 companies, scaling infrastructure and leading high-performing teams.",
|
||||
tag: "Enterprise",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-visualization-of-enterprise-tec-1773421318926-afa0ff1b.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-visualization-of-enterprise-tec-1773421318926-afa0ff1b.png?_wi=1",
|
||||
imageAlt: "Enterprise technology infrastructure",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Creating breakthrough products that solve real problems. Mentored 50+ founders and led product launches generating $500M+ revenue.",
|
||||
tag: "Product",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-product-innovation-scene-showing-1773421322959-d8094f26.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-product-innovation-scene-showing-1773421322959-d8094f26.png?_wi=1",
|
||||
imageAlt: "Product innovation collaboration",
|
||||
},
|
||||
{
|
||||
@@ -152,7 +152,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Pioneering DEI initiatives in tech. Built and scaled teams with 40%+ LGBTQ+ representation achieving 2x industry-standard retention.",
|
||||
tag: "Culture",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/vibrant-diverse-team-of-tech-professiona-1773421319421-abd8f91f.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/vibrant-diverse-team-of-tech-professiona-1773421319421-abd8f91f.png?_wi=1",
|
||||
imageAlt: "Diverse team collaboration",
|
||||
},
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Invested in and advised 30+ startups. Founded accelerator focusing on LGBTQ+ entrepreneurs, providing $50M+ in funding access.",
|
||||
tag: "Startups",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/entrepreneurial-startup-ecosystem-visual-1773421323337-525d63f8.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/entrepreneurial-startup-ecosystem-visual-1773421323337-525d63f8.png?_wi=1",
|
||||
imageAlt: "Startup ecosystem",
|
||||
},
|
||||
]}
|
||||
@@ -308,7 +308,7 @@ export default function HomePage() {
|
||||
title: "The Business Case for LGBTQ+ Inclusion in Tech",
|
||||
excerpt:
|
||||
"How inclusive teams drive innovation faster. Data-driven insights from 500+ team members and $2.5B in product revenue.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/engaging-conference-speaker-presenting-o-1773421320097-92cdf325.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/engaging-conference-speaker-presenting-o-1773421320097-92cdf325.png?_wi=1",
|
||||
authorName: "Vitaliy",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-circular-avatar-profile-pho-1773421318539-4d929e7f.png",
|
||||
date: "October 2024",
|
||||
@@ -319,7 +319,7 @@ export default function HomePage() {
|
||||
title: "From Zero to Scale: Building Products That Matter",
|
||||
excerpt:
|
||||
"Strategic frameworks for achieving product-market fit and scaling to enterprise. Real case studies from billion-dollar exits.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/strategic-business-growth-visualization--1773421319492-c059ca1f.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/strategic-business-growth-visualization--1773421319492-c059ca1f.png?_wi=1",
|
||||
authorName: "Vitaliy",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-circular-avatar-profile-pho-1773421318539-4d929e7f.png",
|
||||
date: "September 2024",
|
||||
@@ -330,7 +330,7 @@ export default function HomePage() {
|
||||
title: "Authentic Leadership in High-Pressure Environments",
|
||||
excerpt:
|
||||
"Leading with integrity and vulnerability at scale. How bringing your whole self improves decision-making and organizational trust.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/powerful-moment-of-authentic-leadership--1773421349421-02ed66a9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/powerful-moment-of-authentic-leadership--1773421349421-02ed66a9.png?_wi=1",
|
||||
authorName: "Vitaliy",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-circular-avatar-profile-pho-1773421318539-4d929e7f.png",
|
||||
date: "August 2024",
|
||||
@@ -412,7 +412,7 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png?_wi=1"
|
||||
ariaLabel="Contact form"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,7 +90,7 @@ export default function SpeakingPage() {
|
||||
category: ["Tech Culture", "Leadership"],
|
||||
title: "The Business Case for LGBTQ+ Inclusion in Tech",
|
||||
excerpt: "How inclusive teams drive innovation faster. Data-driven insights from 500+ team members and $2.5B in product revenue. Presented at major tech conferences.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/engaging-conference-speaker-presenting-o-1773421320097-92cdf325.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/engaging-conference-speaker-presenting-o-1773421320097-92cdf325.png?_wi=2",
|
||||
imageAlt: "Conference speaker on diversity and inclusion",
|
||||
authorName: "Vitaliy",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-circular-avatar-profile-pho-1773421318539-4d929e7f.png",
|
||||
@@ -101,7 +101,7 @@ export default function SpeakingPage() {
|
||||
category: ["Product Strategy", "Scaling"],
|
||||
title: "From Zero to Scale: Building Products That Matter",
|
||||
excerpt: "Strategic frameworks for achieving product-market fit and scaling to enterprise. Real case studies from billion-dollar exits. How to build products people love.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/strategic-business-growth-visualization--1773421319492-c059ca1f.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/strategic-business-growth-visualization--1773421319492-c059ca1f.png?_wi=2",
|
||||
imageAlt: "Strategic business growth and scaling",
|
||||
authorName: "Vitaliy",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-circular-avatar-profile-pho-1773421318539-4d929e7f.png",
|
||||
@@ -112,7 +112,7 @@ export default function SpeakingPage() {
|
||||
category: ["Leadership", "Mentorship"],
|
||||
title: "Authentic Leadership in High-Pressure Environments",
|
||||
excerpt: "Leading with integrity and vulnerability at scale. How bringing your whole self improves decision-making and organizational trust. Building psychological safety.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/powerful-moment-of-authentic-leadership--1773421349421-02ed66a9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/powerful-moment-of-authentic-leadership--1773421349421-02ed66a9.png?_wi=3",
|
||||
imageAlt: "Authentic leadership moment with team",
|
||||
authorName: "Vitaliy",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-circular-avatar-profile-pho-1773421318539-4d929e7f.png",
|
||||
@@ -197,7 +197,7 @@ export default function SpeakingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Speaking Inquiry"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-collaboration-scene-showing-prof-1773421323236-38d18747.png?_wi=5"
|
||||
imageAlt="Speaking engagement and event collaboration"
|
||||
ariaLabel="Speaking inquiry contact form"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user