From 5dd5aefce402650069273c7fb78365dc4fe28ffa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:01:09 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 58 ++++++++++-------------------------------- 1 file changed, 14 insertions(+), 44 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 63bc92f..5f522cb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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: "#" }, ], -- 2.49.1 From 2e507302dbc5b9edeea6cb3a60fac76225f268ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:01:10 +0000 Subject: [PATCH 2/5] Update src/app/creators/page.tsx --- src/app/creators/page.tsx | 75 ++++++++------------------------------- 1 file changed, 15 insertions(+), 60 deletions(-) diff --git a/src/app/creators/page.tsx b/src/app/creators/page.tsx index 9647a64..7b07cac 100644 --- a/src/app/creators/page.tsx +++ b/src/app/creators/page.tsx @@ -59,7 +59,7 @@ export default function CreatorsPage() { borderRadius="rounded" contentWidth="small" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -82,53 +82,29 @@ export default function CreatorsPage() { tagAnimation="slide-up" members={[ { - id: "1", - name: "Alex Rivera", - role: "Full-Time Travel Vlogger", - description: - "From part-time filming to 500K subscribers in 18 months using community resources and collaborations", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-diverse-trave-1772506529187-a2847f92.png?_wi=3", - imageAlt: "Alex Rivera", - socialLinks: [ + id: "1", name: "Alex Rivera", role: "Full-Time Travel Vlogger", description: + "From part-time filming to 500K subscribers in 18 months using community resources and collaborations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-diverse-trave-1772506529187-a2847f92.png", imageAlt: "Alex Rivera", socialLinks: [ { icon: Youtube, url: "#" }, { icon: Instagram, url: "#" }, ], }, { - id: "2", - name: "Jordan Chen", - role: "Producer & Mentor", - description: - "Now mentoring 50+ creators while earning 6-figures through brand partnerships facilitated by 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=3", - imageAlt: "Jordan Chen", - socialLinks: [ + id: "2", name: "Jordan Chen", role: "Producer & Mentor", description: + "Now mentoring 50+ creators while earning 6-figures through brand partnerships facilitated by 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: "Cinematographer", - description: - "Established gear partnerships and technical guides that help 200+ creators improve production quality", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-travel-creato-1772506528484-52815e7b.png?_wi=3", - imageAlt: "Maya Patel", - socialLinks: [ + id: "3", name: "Maya Patel", role: "Cinematographer", description: + "Established gear partnerships and technical guides that help 200+ creators improve production quality", 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: "#" }, ], }, { - id: "4", - name: "Marcus Thompson", - role: "Founder & Chief Mentor", - description: - "Former creator turned community builder, now leading 5000+ member platform dedicated to creator success", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-travel-vlogge-1772506529457-a8faf1c9.png?_wi=3", - imageAlt: "Marcus Thompson", - socialLinks: [ + id: "4", name: "Marcus Thompson", role: "Founder & Chief Mentor", description: + "Former creator turned community builder, now leading 5000+ member platform dedicated to creator success", 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: "#" }, ], @@ -150,35 +126,14 @@ export default function CreatorsPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - title: "From struggling to thriving", - quote: - "The platform gave me the education, network, and opportunities I needed to go full-time. Within 6 months of joining, I had multiple brand partnerships and 50K new subscribers", - name: "Sarah Williams", - role: "Travel & Adventure Channel Creator", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-professional-headshot-of-a-satisfied-t-1772506528694-4da96a58.png?_wi=2", - imageAlt: "Sarah Williams", - }, + id: "1", title: "From struggling to thriving", quote: + "The platform gave me the education, network, and opportunities I needed to go full-time. Within 6 months of joining, I had multiple brand partnerships and 50K new subscribers", name: "Sarah Williams", role: "Travel & Adventure Channel Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-professional-headshot-of-a-satisfied-t-1772506528694-4da96a58.png", imageAlt: "Sarah Williams"}, { - id: "2", - title: "The perfect community match", - quote: - "I've joined many creator communities, but this one is different. Everyone here genuinely wants to help each other succeed. The collaboration opportunities are incredible", - name: "David Kim", - role: "Backpacker Filmmaker", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-different-professional-headshot-of-a-t-1772506529341-56bdd08c.png?_wi=2", - imageAlt: "David Kim", - }, + id: "2", title: "The perfect community match", quote: + "I've joined many creator communities, but this one is different. Everyone here genuinely wants to help each other succeed. The collaboration opportunities are incredible", name: "David Kim", role: "Backpacker Filmmaker", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-different-professional-headshot-of-a-t-1772506529341-56bdd08c.png", imageAlt: "David Kim"}, { - id: "3", - title: "Worth every penny", - quote: - "The production masterclasses alone would cost thousands elsewhere. Combine that with the brand opportunities and mentorship? It's an absolute steal for what you get", - name: "Emma Rodriguez", - role: "Aspiring Travel Content Creator", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-another-diverse-1772506528588-45ce577d.png?_wi=2", - imageAlt: "Emma Rodriguez", - }, + id: "3", title: "Worth every penny", quote: + "The production masterclasses alone would cost thousands elsewhere. Combine that with the brand opportunities and mentorship? It's an absolute steal for what you get", name: "Emma Rodriguez", role: "Aspiring Travel Content Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-another-diverse-1772506528588-45ce577d.png", imageAlt: "Emma Rodriguez"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From cb66c5965b915780555f212b57553c3d94001cf6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:01:10 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b63d38..d5e6d3f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,38 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Travel Vloggers Community - Connect, Learn & Monetize", - description: "Join 5,000+ travel creators. Access production masterclasses, find collaborators, and unlock exclusive brand partnerships. Build your travel content career with our community platform.", - keywords: "travel vlogger community, content creator platform, travel filmmaker education, monetization opportunities, brand partnerships, creator collaboration", - robots: { + title: "Travel Vloggers Community - Connect, Learn & Monetize", description: "Join 5,000+ travel creators. Access production masterclasses, find collaborators, and unlock exclusive brand partnerships. Build your travel content career with our community platform.", keywords: "travel vlogger community, content creator platform, travel filmmaker education, monetization opportunities, brand partnerships, creator collaboration", robots: { index: true, follow: true, }, openGraph: { - title: "Travel Vloggers Community - Build, Learn, Monetize", - description: "Connect with travel creators worldwide. Access masterclasses, collaborations, and brand partnerships to grow your travel content business.", - url: "https://travelvloggerscomau.com", - siteName: "Travel Vloggers Community", - type: "website", - images: [ + title: "Travel Vloggers Community - Build, Learn, Monetize", description: "Connect with travel creators worldwide. Access masterclasses, collaborations, and brand partnerships to grow your travel content business.", url: "https://travelvloggerscomau.com", siteName: "Travel Vloggers Community", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-vibrant-dynamic-hero-image-showing-a-t-1772506529244-52a86351.png", - alt: "Travel Vloggers Community Platform", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-vibrant-dynamic-hero-image-showing-a-t-1772506529244-52a86351.png", alt: "Travel Vloggers Community Platform"}, ], }, twitter: { - card: "summary_large_image", - title: "Travel Vloggers Community - Connect & Monetize", - description: "Join the platform for travel creators. Masterclasses, collaborations, brand deals.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-vibrant-dynamic-hero-image-showing-a-t-1772506529244-52a86351.png", - ], + card: "summary_large_image", title: "Travel Vloggers Community - Connect & Monetize", description: "Join the platform for travel creators. Masterclasses, collaborations, brand deals.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-vibrant-dynamic-hero-image-showing-a-t-1772506529244-52a86351.png"], }, }; -- 2.49.1 From 7f4f3d265032f3241f4f4e630d43352bd5dca22b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:01:10 +0000 Subject: [PATCH 4/5] Update src/app/monetize/page.tsx --- src/app/monetize/page.tsx | 77 ++++++++------------------------------- 1 file changed, 15 insertions(+), 62 deletions(-) diff --git a/src/app/monetize/page.tsx b/src/app/monetize/page.tsx index 5871c0e..14007b0 100644 --- a/src/app/monetize/page.tsx +++ b/src/app/monetize/page.tsx @@ -60,7 +60,7 @@ export default function MonetizePage() { borderRadius="rounded" contentWidth="small" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -84,28 +84,16 @@ export default function MonetizePage() { features={[ { id: 1, - title: "Brand Partnerships & Sponsorships", - description: - "Connect directly with travel brands, tourism boards, and tech companies seeking creator collaborations. Negotiate terms that work for you and build long-term partnerships with brands that align with your values", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-modern-dashboard-showing-monetization--1772506529642-536f9f7d.png?_wi=3", - imageAlt: "Brand partnership opportunities", - }, + title: "Brand Partnerships & Sponsorships", description: + "Connect directly with travel brands, tourism boards, and tech companies seeking creator collaborations. Negotiate terms that work for you and build long-term partnerships with brands that align with your values", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/a-modern-dashboard-showing-monetization--1772506529642-536f9f7d.png", imageAlt: "Brand partnership opportunities"}, { id: 2, - title: "Affiliate & Commission Programs", - description: - "Earn recurring income by recommending travel gear, booking platforms, and creator tools. Our platform matches you with affiliate programs that genuinely fit your content", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-product-photography-of-high-1772506528623-2e145231.png?_wi=2", - imageAlt: "Affiliate program dashboard", - }, + title: "Affiliate & Commission Programs", description: + "Earn recurring income by recommending travel gear, booking platforms, and creator tools. Our platform matches you with affiliate programs that genuinely fit your content", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-product-photography-of-high-1772506528623-2e145231.png", imageAlt: "Affiliate program dashboard"}, { id: 3, - title: "Digital Products & Services", - description: - "Create and sell courses, presets, travel guides, or consulting services. We provide templates and resources to help you package and monetize your expertise", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/an-online-masterclass-or-educational-web-1772506529777-4db1cc1e.png?_wi=2", - imageAlt: "Digital product creation tools", - }, + title: "Digital Products & Services", description: + "Create and sell courses, presets, travel guides, or consulting services. We provide templates and resources to help you package and monetize your expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/an-online-masterclass-or-educational-web-1772506529777-4db1cc1e.png", imageAlt: "Digital product creation tools"}, ]} textboxLayout="default" animationType="blur-reveal" @@ -121,23 +109,9 @@ export default function MonetizePage() { tagIcon={BadgeCheck} tagAnimation="slide-up" logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-design-for-a-major-tra-1772506529890-762b0747.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-design-for-a-content-c-1772506528781-187b8db4.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-a-creative-agency--1772506528205-bd35b3f1.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-a-tourism-or-trave-1772506527752-43974f58.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-a-technology-or-so-1772506529676-4ed0590d.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-a-media-or-enterta-1772506528329-56298449.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-an-educational-or--1772506529736-b941755d.png", - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-design-for-a-major-tra-1772506529890-762b0747.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-design-for-a-content-c-1772506528781-187b8db4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-a-creative-agency--1772506528205-bd35b3f1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-a-tourism-or-trave-1772506527752-43974f58.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-a-technology-or-so-1772506529676-4ed0590d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-a-media-or-enterta-1772506528329-56298449.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-logo-for-an-educational-or--1772506529736-b941755d.png"]} names={[ - "Travel Brand Co", - "Creator Network", - "Production House", - "Tourism Board", - "Tech Platform", - "Media Network", - "Learning Hub", - ]} + "Travel Brand Co", "Creator Network", "Production House", "Tourism Board", "Tech Platform", "Media Network", "Learning Hub"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -154,35 +128,14 @@ export default function MonetizePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - title: "Turned passion into 6-figure income", - quote: - "I went from struggling to get paid deals to having 4 active brand partnerships and multiple affiliate streams. The platform helped me diversify and earn more consistently than ever before", - name: "James Liu", - role: "Luxury Travel Creator", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-headshot-of-a-creator-at-th-1772506529218-0550cb17.png?_wi=2", - imageAlt: "James Liu", - }, + id: "1", title: "Turned passion into 6-figure income", quote: + "I went from struggling to get paid deals to having 4 active brand partnerships and multiple affiliate streams. The platform helped me diversify and earn more consistently than ever before", name: "James Liu", role: "Luxury Travel Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-headshot-of-a-creator-at-th-1772506529218-0550cb17.png", imageAlt: "James Liu"}, { - id: "2", - title: "Immediate access to brand deals", - quote: - "Within my first month on the platform, I had 3 brand partnership opportunities. The vetting process means brands are serious and the deals are legitimate. No more chasing sponsors", - name: "Lisa Anderson", - role: "Cultural Travel Vlogger", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/diverse-travel-content-creator-headshot--1772506528450-6bfb840a.png?_wi=2", - imageAlt: "Lisa Anderson", - }, + id: "2", title: "Immediate access to brand deals", quote: + "Within my first month on the platform, I had 3 brand partnership opportunities. The vetting process means brands are serious and the deals are legitimate. No more chasing sponsors", name: "Lisa Anderson", role: "Cultural Travel Vlogger", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/diverse-travel-content-creator-headshot--1772506528450-6bfb840a.png", imageAlt: "Lisa Anderson"}, { - id: "3", - title: "Revenue grew 300% in first year", - quote: - "The combination of brand partnerships, affiliate programs, and my digital course created a stable, diversified income. I finally feel like a real business instead of just a content creator", - name: "Marcus Johnson", - role: "Adventure Sports Creator", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-creator-in-mo-1772506528764-6afb1ec6.png?_wi=2", - imageAlt: "Marcus Johnson", - }, + id: "3", title: "Revenue grew 300% in first year", quote: + "The combination of brand partnerships, affiliate programs, and my digital course created a stable, diversified income. I finally feel like a real business instead of just a content creator", name: "Marcus Johnson", role: "Adventure Sports Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APrYW1IGzEFhfUb9vCy2OA6bQ1/professional-portrait-of-a-creator-in-mo-1772506528764-6afb1ec6.png", imageAlt: "Marcus Johnson"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 6b16eefd2aa664fd32581e77eb7a7c72125714da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:01:11 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 212 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9218c4..4fb76fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -82,24 +82,16 @@ export default function HomePage() {