diff --git a/components/shared/HeroCards.tsx b/components/shared/HeroCards.tsx index 2eb98ff..0182574 100644 --- a/components/shared/HeroCards.tsx +++ b/components/shared/HeroCards.tsx @@ -15,7 +15,7 @@ import { import Link from "next/link"; import Image from "next/image"; import { Happy_Monkey } from "next/font/google"; -import { ArchiveRestore, Headset, Infinity, LightbulbIcon } from "lucide-react"; +import { BarChart4, Cog, LightbulbIcon, ShieldCheck } from "lucide-react"; import Iconss from "../ui/icons"; const happyMonkey = Happy_Monkey({ @@ -37,28 +37,28 @@ const HeroCards = () => { } }, pricingCard: { - planName: "Pro Plan", + planName: "Free Forever", badgeTitle: "Popular", pricePerMonth: "$0", description: - "Get the best features and priority support with our Pro Plan.", - primaryButtonText: "Download SVR Now", + "Get all the features with SVR.JS, which is free as in freedom.", + primaryButtonText: "Download SVR.JS", primaryButtonDestination: "/downloads", features: [ { - title: "Unlimited Projects", - icons: + title: "Scalablity", + icons: }, { - title: "Priority Support", - icons: + title: "Security", + icons: }, { - title: "Free Updates", - icons: + title: "Configurability", + icons: } ], - curlyText: "Best Value!" + curlyText: "Free Forever!" }, serviceCard: { title: "Our Services", @@ -138,7 +138,8 @@ const HeroCards = () => { className="inline-flex justify-center items-center gap-x-3" > {benefit.icons} -

{benefit.title}

+ {benefit.title} +
))}