Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 03:01:09 +00:00
parent e054ad44c0
commit 5dd5aefce4

View File

@@ -60,7 +60,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -81,7 +81,7 @@ export default function AboutPage() {
description="Founded by travel creators, for travel creators"
subdescription="Building the platform we wished existed when we started"
icon={Heart}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-professional-testimonial-style-image-o-1772506529231-5ad0a8a7.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-professional-testimonial-style-image-o-1772506529231-5ad0a8a7.png"
imageAlt="Travel vlogger community success"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -98,28 +98,16 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Creator-First Approach",
description:
"Every feature, tool, and partnership is designed with creators in mind. We listen to your feedback and continuously evolve to meet your real needs, not what we think you need",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-diverse-trave-1772506529187-a2847f92.png?_wi=2",
imageAlt: "Creator-focused development",
},
title: "Creator-First Approach", description:
"Every feature, tool, and partnership is designed with creators in mind. We listen to your feedback and continuously evolve to meet your real needs, not what we think you need", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-diverse-trave-1772506529187-a2847f92.png", imageAlt: "Creator-focused development"},
{
id: 2,
title: "Community Over Competition",
description:
"We believe rising tides lift all boats. Rather than fostering competition, we build tools that encourage collaboration, knowledge sharing, and mutual growth. Your success is our success",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-visual-representation-of-creator-colla-1772506529598-ad8423e8.png?_wi=2",
imageAlt: "Community collaboration",
},
title: "Community Over Competition", description:
"We believe rising tides lift all boats. Rather than fostering competition, we build tools that encourage collaboration, knowledge sharing, and mutual growth. Your success is our success", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-visual-representation-of-creator-colla-1772506529598-ad8423e8.png", imageAlt: "Community collaboration"},
{
id: 3,
title: "Transparency & Trust",
description:
"We're open about how partnerships work, how money flows, and how decisions are made. There are no hidden algorithms or unfair terms. You know exactly what you're getting",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-modern-dashboard-showing-monetization--1772506529642-536f9f7d.png?_wi=2",
imageAlt: "Transparent dashboard",
},
title: "Transparency & Trust", description:
"We're open about how partnerships work, how money flows, and how decisions are made. There are no hidden algorithms or unfair terms. You know exactly what you're getting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-modern-dashboard-showing-monetization--1772506529642-536f9f7d.png", imageAlt: "Transparent dashboard"},
]}
textboxLayout="default"
animationType="blur-reveal"
@@ -136,40 +124,22 @@ export default function AboutPage() {
tagAnimation="slide-up"
members={[
{
id: "1",
name: "Marcus Thompson",
role: "Founder & CEO",
description:
"Former full-time travel vlogger who built the platform to solve problems he experienced. 10+ years in content creation and tech startups",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-travel-vlogge-1772506529457-a8faf1c9.png?_wi=2",
imageAlt: "Marcus Thompson",
socialLinks: [
id: "1", name: "Marcus Thompson", role: "Founder & CEO", description:
"Former full-time travel vlogger who built the platform to solve problems he experienced. 10+ years in content creation and tech startups", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-travel-vlogge-1772506529457-a8faf1c9.png", imageAlt: "Marcus Thompson", socialLinks: [
{ icon: Linkedin, url: "#" },
{ icon: Twitter, url: "#" },
],
},
{
id: "2",
name: "Jordan Chen",
role: "Head of Creator Relations",
description:
"Producer and mentor who helps facilitate creator partnerships. Personally mentors 50+ creators through the platform",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-different-div-1772506529972-e1a97d4e.png?_wi=2",
imageAlt: "Jordan Chen",
socialLinks: [
id: "2", name: "Jordan Chen", role: "Head of Creator Relations", description:
"Producer and mentor who helps facilitate creator partnerships. Personally mentors 50+ creators through the platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-different-div-1772506529972-e1a97d4e.png", imageAlt: "Jordan Chen", socialLinks: [
{ icon: Linkedin, url: "#" },
{ icon: Instagram, url: "#" },
],
},
{
id: "3",
name: "Maya Patel",
role: "Head of Production Education",
description:
"Cinematographer and technical expert. Designs all masterclasses and production resources on the platform",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-travel-creato-1772506528484-52815e7b.png?_wi=2",
imageAlt: "Maya Patel",
socialLinks: [
id: "3", name: "Maya Patel", role: "Head of Production Education", description:
"Cinematographer and technical expert. Designs all masterclasses and production resources on the platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-travel-creato-1772506528484-52815e7b.png", imageAlt: "Maya Patel", socialLinks: [
{ icon: Globe, url: "#" },
{ icon: Instagram, url: "#" },
],