From 9b50506dbeb1ae06cc2927c692e54a26f7f3f384 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:26:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }], -- 2.49.1