Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-28 08:58:12 +00:00

View File

@@ -12,7 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { LineChart, Zap, Star } from "lucide-react";
import { LineChart, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -119,7 +119,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{ id: "starter", name: "Starter", price: "$99", features: ["Basic Access", "Income Tracking", "Email Support"], buttons: [{ text: "Get Started" }] },
{ id: "pro", name: "Professional", price: "$299", badge: "Most Popular", badgeIcon: Star, features: ["All Starter Features", "AI Opportunity Finder", "Priority Support", "Advanced Analytics"], buttons: [{ text: "Upgrade Now" }] },
{ id: "pro", name: "Professional", price: "$299", badge: "Best Value", features: ["All Starter Features", "AI Opportunity Finder", "Priority Support", "Advanced Analytics"], buttons: [{ text: "Upgrade Now" }] },
{ id: "enterprise", name: "Enterprise", price: "$999", features: ["Full Automation", "Dedicated Account Manager", "Custom Strategy Reports"], buttons: [{ text: "Contact Us" }] },
]}
title="Select Your Growth Tier"
@@ -164,6 +164,7 @@ export default function LandingPage() {
description="Sign up for early access and begin your journey towards $300 daily earnings."
imageSrc="http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg"
mediaAnimation="slide-up"
buttonText="Get Early Access"
/>
</div>