website: add faq
This commit is contained in:
parent
2130dccc81
commit
368b3ce375
@ -37,7 +37,7 @@ function Home() {
|
|||||||
"Backlink Analysis",
|
"Backlink Analysis",
|
||||||
"Competitor Insights",
|
"Competitor Insights",
|
||||||
"Rank Tracking",
|
"Rank Tracking",
|
||||||
"AI Visibility (Coming soon)",
|
"AI Visibility",
|
||||||
].map((item) => (
|
].map((item) => (
|
||||||
<li key={item} className="flex gap-2.5 text-sm text-neutral-800">
|
<li key={item} className="flex gap-2.5 text-sm text-neutral-800">
|
||||||
<span className="text-neutral-500 mt-[2px]">—</span>
|
<span className="text-neutral-500 mt-[2px]">—</span>
|
||||||
|
|||||||
@ -116,8 +116,16 @@ function Pricing() {
|
|||||||
<dl className="mt-4 space-y-6">
|
<dl className="mt-4 space-y-6">
|
||||||
<div>
|
<div>
|
||||||
<dt className="text-sm font-medium">
|
<dt className="text-sm font-medium">
|
||||||
What features use credits vs. what's unlimited?
|
What if I use all my included credits?
|
||||||
</dt>
|
</dt>
|
||||||
|
<dd className="mt-1 text-sm text-neutral-600 leading-relaxed">
|
||||||
|
You'll never have unexpected costs or bills. If you use all your
|
||||||
|
credits, you'll see errors when you try to do tasks. You can
|
||||||
|
purchase more top up credits at any time.
|
||||||
|
</dd>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<dt className="text-sm font-medium">What features use credits?</dt>
|
||||||
<dd className="mt-1 text-sm text-neutral-600 leading-relaxed">
|
<dd className="mt-1 text-sm text-neutral-600 leading-relaxed">
|
||||||
Credits are consumed by features that query DataForSEO's API —
|
Credits are consumed by features that query DataForSEO's API —
|
||||||
backlinks, keyword volume, competitor data, and site audits. Your
|
backlinks, keyword volume, competitor data, and site audits. Your
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user