Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 685cbfffe8 | |||
| 7b82c54117 | |||
| 61cbc9b8b2 | |||
| c07a2ade09 |
@@ -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 } from "lucide-react";
|
||||
import { LineChart, Zap, Star } 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: "Best Value", features: ["All Starter Features", "AI Opportunity Finder", "Priority Support", "Advanced Analytics"], buttons: [{ text: "Upgrade Now" }] },
|
||||
{ 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: "enterprise", name: "Enterprise", price: "$999", features: ["Full Automation", "Dedicated Account Manager", "Custom Strategy Reports"], buttons: [{ text: "Contact Us" }] },
|
||||
]}
|
||||
title="Select Your Growth Tier"
|
||||
|
||||
Reference in New Issue
Block a user