4 Commits

Author SHA1 Message Date
685cbfffe8 Update src/app/page.tsx 2026-04-28 08:57:09 +00:00
7b82c54117 Merge version_1 into main
Merge version_1 into main
2026-04-28 08:56:08 +00:00
61cbc9b8b2 Merge version_1 into main
Merge version_1 into main
2026-04-28 08:55:43 +00:00
c07a2ade09 Merge version_1 into main
Merge version_1 into main
2026-04-28 08:55:16 +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 } 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"