Update src/app/speaking/page.tsx

This commit is contained in:
2026-03-16 10:45:42 +00:00
parent a968cb763b
commit 52cdcc9fd7

View File

@@ -21,8 +21,7 @@ export default function SpeakingPage() {
const footerColumns = [
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Leadership", href: "/leadership" },
@@ -30,8 +29,7 @@ export default function SpeakingPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Contact", href: "/contact" },
@@ -39,8 +37,7 @@ export default function SpeakingPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Speaking Topics", href: "/speaking" },
{ label: "Media Kit", href: "#" },
@@ -48,8 +45,7 @@ export default function SpeakingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -86,38 +82,14 @@ export default function SpeakingPage() {
useInvertedBackground={false}
blogs={[
{
id: "talk-1",
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?_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",
date: "October 2024",
},
id: "talk-1", 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?_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", date: "October 2024"},
{
id: "talk-2",
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?_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",
date: "September 2024",
},
id: "talk-2", 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?_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", date: "September 2024"},
{
id: "talk-3",
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?_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",
date: "August 2024",
},
id: "talk-3", 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?_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", date: "August 2024"},
]}
animationType="slide-up"
ariaLabel="Speaking engagements and thought leadership"
@@ -135,27 +107,9 @@ export default function SpeakingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Forbes",
"TechCrunch",
"Harvard Business Review",
"Wired",
"Fast Company",
"MIT Sloan",
"Stanford GSB",
"CNBC",
"Wall Street Journal",
]}
"Forbes", "TechCrunch", "Harvard Business Review", "Wired", "Fast Company", "MIT Sloan", "Stanford GSB", "CNBC", "Wall Street Journal"]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-portrait-of-a-charismatic-t-1773421319374-6b25d822.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-visualization-of-enterprise-tec-1773421318926-afa0ff1b.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-product-innovation-scene-showing-1773421322959-d8094f26.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/vibrant-diverse-team-of-tech-professiona-1773421319421-abd8f91f.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/entrepreneurial-startup-ecosystem-visual-1773421323337-525d63f8.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-an-accomplished-1773421318589-53b42212.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-dynamic-male--1773421320529-d646d62e.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-an-accomplished-1773421320897-731a5b15.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-an-lgbtq-tech-l-1773421320162-14499bc5.png",
]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-portrait-of-a-charismatic-t-1773421319374-6b25d822.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-visualization-of-enterprise-tec-1773421318926-afa0ff1b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/dynamic-product-innovation-scene-showing-1773421322959-d8094f26.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/vibrant-diverse-team-of-tech-professiona-1773421319421-abd8f91f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/entrepreneurial-startup-ecosystem-visual-1773421323337-525d63f8.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-an-accomplished-1773421318589-53b42212.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-dynamic-male--1773421320529-d646d62e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-an-accomplished-1773421320897-731a5b15.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-an-lgbtq-tech-l-1773421320162-14499bc5.png"]}
speed={40}
showCard={true}
ariaLabel="Media features and speaking recognitions"
@@ -170,28 +124,17 @@ export default function SpeakingPage() {
useInvertedBackground={false}
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "your@email.com",
required: true,
name: "email", type: "email", placeholder: "your@email.com", required: true,
},
{
name: "event",
type: "text",
placeholder: "Event Name/Organization",
required: false,
name: "event", type: "text", placeholder: "Event Name/Organization", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Tell me about your event and speaking opportunity...",
rows: 5,
name: "message", placeholder: "Tell me about your event and speaking opportunity...", rows: 5,
required: true,
}}
mediaAnimation="slide-up"