From 42579ff374daf483d26000f04f68e37db80c75a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:40:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6517ec8..2156104 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,25 @@ export default function LandingPage() { reverse: false, }, { - id: "2", title: "Post or Complete Tasks", description: "Create tasks and set your price, or browse available tasks and accept ones that match your skills and schedule.", media: { imageSrc: "http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-13617.jpg?_wi=1" }, + id: "2", title: "Stripe Connect Payments", description: "Payment processing integrated from day one. Posters pay securely, funds are held, and released to taskers upon completion confirmation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893826.jpg?_wi=1" }, + items: [ + { icon: CheckCircle, text: "Secure payment processing" }, + { icon: CheckCircle, text: "5% platform fee" }, + { icon: CheckCircle, text: "Instant payout to account" }, + ], + reverse: true, + }, + { + id: "3", title: "Completion & Rating", description: "Both parties confirm task completion. Rate each other to build reputation. Mutual confirmation triggers payment transfer and builds trust.", media: { imageSrc: "http://img.b2bpic.net/free-vector/modern-colorful-star-rating-concept_23-2147735067.jpg?_wi=1" }, + items: [ + { icon: CheckCircle, text: "Mutual completion" }, + { icon: CheckCircle, text: "5-star rating system" }, + { icon: CheckCircle, text: "Public ratings & reviews" }, + ], + reverse: false, + }, + { + id: "4", title: "Post or Complete Tasks", description: "Create tasks and set your price, or browse available tasks and accept ones that match your skills and schedule.", media: { imageSrc: "http://img.b2bpic.net/free-photo/digital-business-list-app-interface_53876-13617.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "Easy task creation" }, { icon: CheckCircle, text: "Real-time task feed" }, @@ -97,30 +115,12 @@ export default function LandingPage() { reverse: true, }, { - id: "3", title: "Stripe Connect Payments", description: "Payment processing integrated from day one. Posters pay securely, funds are held, and released to taskers upon completion confirmation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893826.jpg?_wi=1" }, - items: [ - { icon: CheckCircle, text: "Secure payment processing" }, - { icon: CheckCircle, text: "5% platform fee" }, - { icon: CheckCircle, text: "Instant payout to account" }, - ], - reverse: false, - }, - { - id: "4", title: "Real-time Messaging", description: "Communicate directly with the poster or tasker about task details. iMessage-style chat with real-time Firestore synchronization.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg?_wi=1" }, + id: "5", title: "Real-time Messaging", description: "Communicate directly with the poster or tasker about task details. iMessage-style chat with real-time Firestore synchronization.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "Real-time messaging" }, { icon: CheckCircle, text: "Task-specific threads" }, { icon: CheckCircle, text: "Timestamp tracking" }, ], - reverse: true, - }, - { - id: "5", title: "Completion & Rating", description: "Both parties confirm task completion. Rate each other to build reputation. Mutual confirmation triggers payment transfer and builds trust.", media: { imageSrc: "http://img.b2bpic.net/free-vector/modern-colorful-star-rating-concept_23-2147735067.jpg?_wi=1" }, - items: [ - { icon: CheckCircle, text: "Mutual completion" }, - { icon: CheckCircle, text: "5-star rating system" }, - { icon: CheckCircle, text: "Public ratings & reviews" }, - ], reverse: false, }, { -- 2.49.1