Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Sparkles, Zap, TrendingUp, Star } from "lucide-react";
|
||||
import { Sparkles, Zap, TrendingUp, Star, Crown } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
"1,000 creator searches/month", "Basic filtering (followers, niche)", "CSV export", "AI niche classification", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "growth", tag: "Growth Plan", tagIcon: TrendingUp,
|
||||
id: "growth", tag: "Growth Plan - Most Popular", tagIcon: TrendingUp,
|
||||
price: "$99", period: "/month", description:
|
||||
"Ideal for growing agencies and creator programs with scaling needs", button: { text: "Start Free Trial", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
|
||||
Reference in New Issue
Block a user