From 27ed001b2fce2fbd9eff740aeb6665d2549e55cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:33:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 672fbb3..5dda6cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} /> -- 2.49.1