diff --git a/src/app/page.tsx b/src/app/page.tsx index 22547c1..12d683f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,13 @@ export default function LandingPage() { @@ -48,81 +44,50 @@ export default function LandingPage() {
@@ -134,20 +99,12 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic-plan", - badge: "Standard", - price: "₹100", - subtitle: "Monthly access to tasks", - features: [ - "Daily Task Access", - "Standard Payouts", - "Email Support", - "Instant Payout Access", - ], + id: "monthly-plan", badge: "Popular", price: "₹100", subtitle: "Unlock full access to daily tasks and instant payouts.", features: [ + "Unlimited Daily Tasks", "Instant UPI Payouts", "Priority 24/7 Support", "Access to Exclusive Survey Rewards"], }, ]} - title="Monthly Subscription Plan" - description="Activate your account with a simple monthly fee to access unlimited daily tasks and payouts." + title="Activate Your Earning Potential" + description="Complete your subscription to unlock your personalized task dashboard and start withdrawing your earnings daily." /> @@ -159,29 +116,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Watch Promo", - description: "Earn by watching short promo videos.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d84gzo", - titleIconSrc: "Zap", - buttonText: "View Task", - }, + title: "Engagement Tasks", description: "Watch promotional content and earn credits instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d84gzo", titleIconSrc: "Zap", buttonText: "Complete Task"}, { - title: "Survey Feedback", - description: "Complete simple surveys for cash.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-checklist-alarm-clock-project-plan_107791-15663.jpg", - titleIconSrc: "CheckCircle", - buttonText: "Start Survey", - }, + title: "Market Surveys", description: "Your feedback is valuable—get paid for every completed survey.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-checklist-alarm-clock-project-plan_107791-15663.jpg", titleIconSrc: "CheckCircle", buttonText: "Start Survey"}, { - title: "App Install", - description: "Test new applications and earn.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-checklist-with-target-bullseye-arrow_107791-15674.jpg", - titleIconSrc: "Star", - buttonText: "Download", - }, + title: "Application Trials", description: "Install and test partner apps to build your daily earnings.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-checklist-with-target-bullseye-arrow_107791-15674.jpg", titleIconSrc: "Star", buttonText: "Start Trial"}, ]} - title="Available Daily Tasks" - description="Click any task below to start earning instantly. Complete the action and track your progress." + title="Your Daily Earning Tasks" + description="Track your progress and access your completed tasks directly from your subscriber dashboard." /> @@ -190,16 +132,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TaskHub", - "PromoNet", - "GlobalView", - "EarnPlus", - "AdDigital", - "TaskMaster", - "ClickTech", - ]} - title="Trusted Partners" - description="We collaborate with global brands to bring you legit tasks." + "TaskHub", "PromoNet", "GlobalView", "EarnPlus", "AdDigital", "TaskMaster", "ClickTech"]} + title="Our Trusted Network" + description="Collaborating with top brands to ensure you have consistent earning opportunities every day." /> @@ -207,11 +142,10 @@ export default function LandingPage() { @@ -222,37 +156,23 @@ export default function LandingPage() { logoText="TaskWin" columns={[ { - title: "Navigation", - items: [ + title: "Your Account", items: [ { - label: "Dashboard", - href: "#hero", - }, + label: "Dashboard", href: "#hero"}, { - label: "Tasks", - href: "#tasks", - }, + label: "My Tasks", href: "#tasks"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Subscription", href: "#pricing"}, ], }, { - title: "Legal", - items: [ + title: "Support & Legal", items: [ { - label: "Terms", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact Helpdesk", href: "#"}, ], }, ]}