Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d2f5a0651 | |||
| 312467aa84 | |||
| 406b184f27 |
170
src/app/page.tsx
170
src/app/page.tsx
@@ -29,17 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Dashboard", id: "hero"},
|
||||
{
|
||||
name: "Tasks",
|
||||
id: "tasks",
|
||||
},
|
||||
name: "Tasks", id: "tasks"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Subscription", id: "pricing"},
|
||||
{
|
||||
name: "Login", id: "login"}
|
||||
]}
|
||||
brandName="TaskWin"
|
||||
/>
|
||||
@@ -48,81 +44,50 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Start Earning Daily with Simple Tasks"
|
||||
description="Unlock high-value tasks, watch your earnings grow daily, and get paid instantly. Your digital income journey starts here with a simple monthly subscription."
|
||||
kpis={[
|
||||
{
|
||||
value: "₹500+",
|
||||
label: "Avg Daily Pay",
|
||||
},
|
||||
value: "₹500+", label: "Avg Daily Pay"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Active Users",
|
||||
},
|
||||
value: "10k+", label: "Active Users"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Support Access",
|
||||
},
|
||||
value: "24/7", label: "Support Access"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Earning",
|
||||
href: "#tasks",
|
||||
},
|
||||
text: "Start Earning", href: "#tasks"},
|
||||
{
|
||||
text: "Get Subscription",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Get Subscription", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-render-instagram-logo_23-2152000227.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-render-instagram-logo_23-2152000227.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-business-man-working-digital-tablet-smiling-happy-standing-white-background_1258-113362.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-business-man-working-digital-tablet-smiling-happy-standing-white-background_1258-113362.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=32huyt",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=32huyt", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/collection-clean-emblem-logo-template-design_1017-51758.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/collection-clean-emblem-logo-template-design_1017-51758.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f4knhb",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f4knhb", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Join 10k+ earners today"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Instant Payouts",
|
||||
},
|
||||
type: "text", text: "Instant Payouts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Platform",
|
||||
},
|
||||
type: "text", text: "Secure Platform"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Task Updates",
|
||||
},
|
||||
type: "text", text: "Daily Task Updates"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Top Rated Support",
|
||||
},
|
||||
type: "text", text: "Top Rated Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Verified Partners",
|
||||
},
|
||||
type: "text", text: "Verified Partners"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -207,11 +142,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Payment Gateway"
|
||||
title="Pay via UPI"
|
||||
description="Subscription Fee: ₹100. Send via UPI to: 8080446922@fam. After payment, verify to unlock tasks."
|
||||
variant: "radial-gradient"}}
|
||||
tag="Finalize Subscription"
|
||||
title="Payment Verification"
|
||||
description="Send your subscription fee (₹100) to our secure UPI: 8080446922@fam. Once paid, click the button below to verify your transaction and gain immediate access to your earnings dashboard."
|
||||
buttonText="Verify Payment"
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user