Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 03:33:32 +00:00

View File

@@ -69,16 +69,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Connect Your Accounts", description: "Link your social media profiles and verify your identity in minutes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/an-illustration-representing-multiple-mo-1773027045966-c90f6dd4.png", imageAlt: "Monetization methods illustration"},
title: "Connect Your Accounts", description: "Link your social media profiles and verify your identity in minutes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/an-illustration-representing-multiple-mo-1773027045966-c90f6dd4.png?_wi=1", imageAlt: "Monetization methods illustration"},
{
id: 2,
title: "Choose Earning Methods", description: "Select from ads, sponsorships, affiliates, and subscription tiers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/an-illustration-representing-multiple-mo-1773027045966-c90f6dd4.png", imageAlt: "Revenue streams illustration"},
title: "Choose Earning Methods", description: "Select from ads, sponsorships, affiliates, and subscription tiers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/an-illustration-representing-multiple-mo-1773027045966-c90f6dd4.png?_wi=2", imageAlt: "Revenue streams illustration"},
{
id: 3,
title: "Create & Publish", description: "Share content normally while earning through our platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/an-illustration-representing-multiple-mo-1773027045966-c90f6dd4.png", imageAlt: "Content creation illustration"},
title: "Create & Publish", description: "Share content normally while earning through our platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/an-illustration-representing-multiple-mo-1773027045966-c90f6dd4.png?_wi=3", imageAlt: "Content creation illustration"},
{
id: 4,
title: "Track & Optimize", description: "Monitor earnings in real-time and optimize your content strategy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/an-illustration-representing-multiple-mo-1773027045966-c90f6dd4.png", imageAlt: "Analytics tracking illustration"},
title: "Track & Optimize", description: "Monitor earnings in real-time and optimize your content strategy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/an-illustration-representing-multiple-mo-1773027045966-c90f6dd4.png?_wi=4", imageAlt: "Analytics tracking illustration"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -101,13 +101,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "EarnFlow", name: "Ad Revenue Share", price: "Up to 70%", rating: 5,
reviewCount: "2.4k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/a-sleek-product-showcase-image-of-the-ea-1773027046447-9d889b28.png", imageAlt: "Ad Revenue Share product"},
reviewCount: "2.4k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/a-sleek-product-showcase-image-of-the-ea-1773027046447-9d889b28.png?_wi=1", imageAlt: "Ad Revenue Share product"},
{
id: "2", brand: "EarnFlow", name: "Sponsored Content", price: "Custom Rates", rating: 5,
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/a-sleek-product-showcase-image-of-the-ea-1773027046447-9d889b28.png", imageAlt: "Sponsored Content product"},
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/a-sleek-product-showcase-image-of-the-ea-1773027046447-9d889b28.png?_wi=2", imageAlt: "Sponsored Content product"},
{
id: "3", brand: "EarnFlow", name: "Fan Subscriptions", price: "50% Take Home", rating: 5,
reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/a-sleek-product-showcase-image-of-the-ea-1773027046447-9d889b28.png", imageAlt: "Fan Subscriptions product"},
reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgvM38irfxIUY9fEu39nw9ANzL/a-sleek-product-showcase-image-of-the-ea-1773027046447-9d889b28.png?_wi=3", imageAlt: "Fan Subscriptions product"},
]}
/>
</div>