diff --git a/src/app/page.tsx b/src/app/page.tsx index d057880..bf5c477 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterCard from "@/components/sections/footer/FooterCard"; @@ -186,7 +187,7 @@ export default function LandingPage() { title="Simple, Transparent Pricing" description="Choose the plan that fits your FPL goals. Cancel anytime." tag="Flexible Plans" - tagIcon={CreditCard} + tagIcon={Sparkles} plans={[ { id: "free", price: "Free", name: "Starter", buttons: [{ text: "Start Free", href: "#contact" }],