File size: 13,717 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 |
import { Link } from "react-router-dom";
const StandardFeatures = [
"Organic Follower Growth: Gain real, engaged followers through genuine interactions and personalized strategies, helping you build a loyal community.",
"Content Optimization: Receive tailored content recommendations to enhance your feed's visual appeal and captivate your target audience.",
"Hashtag Research: Unlock the potential of strategic hashtags to boost your posts' discoverability and increase your reach",
];
const PremiumFeatures = [
"Community Engagement: Our team proactively engages with your followers, responding to comments, and fostering genuine connections on your behalf.",
"Monthly Progress Report: Stay updated on your Instagram growth journey with a comprehensive monthly progress report, showcasing key metrics and insights.",
"Customized Strategy: Receive a tailor-made growth strategy designed specifically for your niche and target audience.",
"Influencer Outreach: Tap into our network of influencers for collaborations and shout-outs to gain exposure to a broader audience.",
"Story Management: Maximize the potential of Instagram Stories with engaging content and highlights to captivate your followers.",
];
const BusinessFeatures = [
"Competitor Analysis: Gain insights into your competitors' performance to identify opportunities and stay ahead of the curve.",
"Post Optimization Suggestions: Receive recommendations for optimizing your post timings and content to maximize engagement.",
"Exclusive Early Access: Get exclusive early access to new features and updates before they're rolled out to other plans.",
];
export default function Pricing({ loggedIn }) {
const ResetLocation = () => window.scrollTo(0, 0);
return (
<article className="bg-gray-900">
<section className="pt-12 px-4 sm:px-6 lg:px-8 lg:pt-20 bg-gray-900">
<section className="text-center">
<h2 className="text-lg leading-6 font-semibold text-gray-300 uppercase tracking-wider">
Pricing
</h2>
<h3 className="mt-2 text-3xl font-extrabold text-white sm:text-4xl lg:text-5xl">
Instagram Growth Plans
</h3>
<p className="mt-3 max-w-4xl mx-auto text-xl text-gray-300 sm:mt-5 sm:text-2xl">
Various plans depending on your needs, capabiltiies, dreams and
business goals
</p>
</section>
</section>
<section className="mt-16 gray-900 pb-12 lg:mt-20 lg:pb-20">
<section className="relative z-0">
<section className="absolute inset-0 h-5/6 bg-gray-900 lg:h-2/3" />
<section className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<section className="relative lg:grid lg:grid-cols-7">
<section className="mx-auto max-w-md lg:mx-0 lg:max-w-none lg:col-start-1 lg:col-end-3 lg:row-start-2 lg:row-end-3">
<section className="h-full flex flex-col rounded-lg shadow-lg overflow-hidden lg:rounded-none lg:rounded-l-lg">
<section className="flex-1 flex flex-col">
<section className="bg-white px-6 py-10">
<section>
<h3
className="text-center text-2xl font-medium text-gray-900"
id="tier-hobby">
Standard
</h3>
<section className="mt-4 flex items-center justify-center">
<span className="px-3 flex items-start text-6xl tracking-tight text-gray-900">
<span className="mt-2 mr-2 text-4xl font-medium">
$
</span>
<span className="font-extrabold">79</span>
</span>
<span className="text-xl font-medium text-gray-500">
/month
</span>
</section>
</section>
</section>
<section className="flex-1 flex flex-col justify-between border-t-2 border-gray-100 p-6 bg-gray-50 sm:p-10 lg:p-6 xl:p-10">
<ul className="space-y-4">
{StandardFeatures.map((feature) => (
<li key={feature} className="flex items-start">
<section className="flex-shrink-0">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="currentColor"
className="flex-shrink-0 h-6 w-6 text-green-500">
<path
strokeLinecap="round"
strokeLinejoin="round"
d="m4.5 12.75 6 6 9-13.5"
/>
</svg>
</section>
<p className="ml-3 text-base font-medium text-gray-500">
{feature}
</p>
</li>
))}
</ul>
<section className="mt-8">
<section className="rounded-lg shadow-md">
<Link
onClick={ResetLocation}
to={loggedIn ? "/profile" : "/sign-up"}
className="block w-full text-center rounded-lg border border-transparent bg-white px-6 py-3 text-base font-medium text-[color:var(--primary-font-color)] hover:bg-gray-50"
aria-describedby="tier-hobby">
Get Started
</Link>
</section>
</section>
</section>
</section>
</section>
</section>
<section className="mt-10 max-w-lg mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-start-3 lg:col-end-6 lg:row-start-1 lg:row-end-4">
<section className="relative z-10 rounded-lg shadow-xl">
<section
className="pointer-events-none absolute inset-0 rounded-lg border-2 border-indigo-600"
aria-hidden="true"
/>
<section className="absolute inset-x-0 top-0 transform translate-y-px">
<section className="flex justify-center transform -translate-y-1/2">
<span className="inline-flex rounded-full bg-indigo-600 px-4 py-1 text-sm font-semibold tracking-wider uppercase text-white">
In Demand
</span>
</section>
</section>
<section className="bg-white rounded-t-lg px-6 pt-12 pb-10">
<section>
<h3
className="text-center text-3xl font-semibold text-gray-900 sm:-mx-6"
id="tier-growth">
Premium
</h3>
<section className="mt-4 flex items-center justify-center">
<span className="px-3 flex items-start text-6xl tracking-tight text-gray-900 sm:text-6xl">
<span className="mt-2 mr-2 text-4xl font-medium">
$
</span>
<span className="font-extrabold">149</span>
</span>
<span className="text-2xl font-medium text-gray-500">
/month
</span>
</section>
</section>
</section>
<section className="border-t-2 border-gray-100 rounded-b-lg pt-10 pb-8 px-6 bg-gray-50 sm:px-10 sm:py-10">
<ul className="space-y-4">
{PremiumFeatures.map((feature) => (
<li key={feature} className="flex items-start">
<section className="flex-shrink-0">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="currentColor"
className="flex-shrink-0 h-6 w-6 text-green-500"
aria-hidden="true">
<path
strokeLinecap="round"
strokeLinejoin="round"
d="m4.5 12.75 6 6 9-13.5"
/>
</svg>
</section>
<p className="ml-3 text-base font-medium text-gray-500">
{feature}
</p>
</li>
))}
</ul>
<section className="mt-10">
<section className="rounded-lg shadow-md">
<Link
onClick={ResetLocation}
to={loggedIn ? "/profile" : "/sign-up"}
className="block w-full text-center rounded-lg border border-transparent bg-indigo-600 px-6 py-4 text-xl leading-6 font-medium text-white hover:bg-indigo-700"
aria-describedby="tier-growth">
Get Started
</Link>
</section>
</section>
</section>
</section>
</section>
<section className="mt-10 mx-auto max-w-md lg:m-0 lg:max-w-none lg:col-start-6 lg:col-end-8 lg:row-start-2 lg:row-end-3">
<section className="h-full flex flex-col rounded-lg shadow-lg overflow-hidden lg:rounded-none lg:rounded-r-lg">
<section className="flex-1 flex flex-col">
<section className="bg-white px-6 py-10">
<section>
<h3
className="text-center text-2xl font-medium text-gray-900"
id="tier-scale">
Business
</h3>
<section className="mt-4 flex items-center justify-center">
<span className="px-3 flex items-start text-6xl tracking-tight text-gray-900">
<span className="mt-2 mr-2 text-4xl font-medium">
$
</span>
<span className="font-extrabold">349</span>
</span>
<span className="text-xl font-medium text-gray-500">
/month
</span>
</section>
</section>
</section>
<section className="flex-1 flex flex-col justify-between border-t-2 border-gray-100 p-6 bg-gray-50 sm:p-10 lg:p-6 xl:p-10">
<ul className="space-y-4">
{BusinessFeatures.map((feature) => (
<li key={feature} className="flex items-start">
<section className="flex-shrink-0">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="currentColor"
className="flex-shrink-0 h-6 w-6 text-green-500"
aria-hidden="true">
<path
strokeLinecap="round"
strokeLinejoin="round"
d="m4.5 12.75 6 6 9-13.5"
/>
</svg>
</section>
<p className="ml-3 text-base font-medium text-gray-500">
{feature}
</p>
</li>
))}
</ul>
<section className="mt-8">
<section className="rounded-lg shadow-md">
<Link
onClick={ResetLocation}
to={loggedIn ? "/profile" : "/sign-up"}
className="block w-full text-center rounded-lg border border-transparent bg-white px-6 py-3 text-base font-medium text-[color:var(--primary-font-color)] hover:bg-gray-50"
aria-describedby="tier-scale">
Get Started
</Link>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
</section>
</article>
);
}
|