Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 04:27:18 +00:00

View File

@@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Rocket } from "lucide-react";
import { Rocket, ArrowRight, Zap, BarChart2, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,23 +31,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "How It Works",
id: "#how-it-works",
},
name: "How It Works", id: "#how-it-works"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
]}
brandName="IncomePath"
button={{
text: "Start Now",
href: "#final-cta",
}}
text: "Start Now", href: "#final-cta"}}
/>
</div>
@@ -57,35 +49,15 @@ export default function LandingPage() {
description="Turn Your Time Into Income. Follow a clear plan, complete tasks, and start earning step by step."
buttons={[
{
text: "Start Now",
href: "#final-cta",
},
text: "Start Now", href: "#final-cta"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1",
imageAlt: "Productivity dashboard interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2",
imageAlt: "Step by step earning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=3",
imageAlt: "Task tracking interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=4",
imageAlt: "Income challenges",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=5",
imageAlt: "Progress dashboard",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=6",
imageAlt: "Motivation tools",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Productivity dashboard interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Step by step earning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Task tracking interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Income challenges" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Progress dashboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Motivation tools" },
]}
/>
</div>
@@ -95,30 +67,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Roadmap System",
description: "Structured path to earnings.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-road-scenario_23-2151293941.jpg?_wi=1",
buttonIcon: "ArrowRight",
},
{
title: "Income Challenges",
description: "Earn in 7-14 days.",
imageSrc: "http://img.b2bpic.net/free-vector/workout-tracer-mobile-app_23-2148650356.jpg",
buttonIcon: "Zap",
},
{
title: "Progress Tracking",
description: "Dashboard for your growth.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg",
buttonIcon: "BarChart2",
},
{
title: "Task Management",
description: "Daily tracking simplified.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-road-scenario_23-2151293941.jpg?_wi=2",
buttonIcon: "CheckCircle",
},
{ title: "Roadmap System", description: "Structured path to earnings.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-road-scenario_23-2151293941.jpg", buttonIcon: ArrowRight },
{ title: "Income Challenges", description: "Earn in 7-14 days.", imageSrc: "http://img.b2bpic.net/free-vector/workout-tracer-mobile-app_23-2148650356.jpg", buttonIcon: Zap },
{ title: "Progress Tracking", description: "Dashboard for your growth.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", buttonIcon: BarChart2 },
{ title: "Task Management", description: "Daily tracking simplified.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-road-scenario_23-2151293941.jpg", buttonIcon: CheckCircle },
]}
title="Key Features for Your Success"
description="Powerful tools designed to turn your spare time into a reliable income source."
@@ -130,10 +82,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="How It Works"
description={[
"1. Choose Your Goal: Select from a variety of paths tailored to your interests and skills.",
"2. Follow Tasks: Daily actionable steps that bring you closer to your financial goals.",
"3. Earn Money: See your hard work turn into real income through our proven challenge system.",
]}
"1. Choose Your Goal: Select from a variety of paths tailored to your interests and skills.", "2. Follow Tasks: Daily actionable steps that bring you closer to your financial goals.", "3. Earn Money: See your hard work turn into real income through our proven challenge system."]}
/>
</div>
@@ -142,46 +91,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Game changer!",
quote: "I finally have a structure to my day.",
name: "Sarah J.",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg",
},
{
id: "2",
title: "Easy to earn!",
quote: "The 14-day challenge changed everything.",
name: "Mark L.",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg",
},
{
id: "3",
title: "Highly recommended.",
quote: "Simple steps led to real money.",
name: "Emily P.",
role: "Content Creator",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-3035.jpg",
},
{
id: "4",
title: "Consistent growth.",
quote: "I love the dashboard tracking.",
name: "David K.",
role: "Freelancer",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-silly-face_1154-110.jpg",
},
{
id: "5",
title: "Amazing platform.",
quote: "IncomePath is exactly what I needed.",
name: "Alex R.",
role: "Developer",
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
},
{ id: "1", title: "Game changer!", quote: "I finally have a structure to my day.", name: "Sarah J.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg" },
{ id: "2", title: "Easy to earn!", quote: "The 14-day challenge changed everything.", name: "Mark L.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg" },
{ id: "3", title: "Highly recommended.", quote: "Simple steps led to real money.", name: "Emily P.", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-3035.jpg" },
{ id: "4", title: "Consistent growth.", quote: "I love the dashboard tracking.", name: "David K.", role: "Freelancer", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-silly-face_1154-110.jpg" },
{ id: "5", title: "Amazing platform.", quote: "IncomePath is exactly what I needed.", name: "Alex R.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" },
]}
title="Success Stories"
description="What our users are saying about IncomePath."
@@ -194,29 +108,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "free",
badge: "Beginner",
price: "$0",
subtitle: "Get started today.",
features: [
"Limited access",
"Daily tasks",
"Community support",
],
},
{
id: "pro",
badge: "Premium",
price: "$29",
subtitle: "Unlock full potential.",
features: [
"Full roadmap access",
"Advanced dashboard",
"Unlimited challenges",
"Priority support",
],
},
{ id: "free", badge: "Beginner", price: "$0", subtitle: "Get started today.", features: ["Limited access", "Daily tasks", "Community support"] },
{ id: "pro", badge: "Premium", price: "$29", subtitle: "Unlock full potential.", features: ["Full roadmap access", "Advanced dashboard", "Unlimited challenges", "Priority support"] },
]}
title="Simple Pricing"
description="Select the plan that fits your goals."
@@ -226,9 +119,7 @@ export default function LandingPage() {
<div id="final-cta" data-section="final-cta">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Start your first challenge today"
description="Join thousands of users leveling up their income."
tag="Ready to Start?"
@@ -239,30 +130,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#",
},
{
label: "Blog",
href: "#",
},
],
},
{
items: [
{
label: "Support",
href: "#",
},
{
label: "Privacy",
href: "#",
},
],
},
{ items: [{ label: "About Us", href: "#" }, { label: "Blog", href: "#" }] },
{ items: [{ label: "Support", href: "#" }, { label: "Privacy", href: "#" }] },
]}
logoText="IncomePath"
/>