mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🔗 Link to pricing in footer
This commit is contained in:
parent
e43864e6a9
commit
68fef400e2
2 changed files with 14 additions and 6 deletions
|
@ -118,6 +118,14 @@ const Footer: React.FunctionComponent = () => {
|
||||||
<Trans i18nKey="homepage_links" defaults="Links" />
|
<Trans i18nKey="homepage_links" defaults="Links" />
|
||||||
</div>
|
</div>
|
||||||
<ul className="space-y-2">
|
<ul className="space-y-2">
|
||||||
|
<li>
|
||||||
|
<Link
|
||||||
|
className="inline-block font-normal text-gray-500 hover:text-gray-800 hover:no-underline"
|
||||||
|
href="/pricing"
|
||||||
|
>
|
||||||
|
<Trans i18nKey="pricing" defaults="Pricing" />
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
|
@ -167,8 +167,8 @@ const Page: NextPageWithLayout = () => {
|
||||||
</BillingPlanFooter>
|
</BillingPlanFooter>
|
||||||
</BillingPlan>
|
</BillingPlan>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-muted-foreground mt-8 flex flex-col gap-x-2 gap-y-2 text-sm sm:flex-row sm:items-center sm:justify-center sm:text-center">
|
<p className="text-muted-foreground mt-8 flex gap-x-2 text-sm sm:justify-center sm:text-center">
|
||||||
<InfoIcon className="h-4 w-4" />
|
<InfoIcon className="h-4 w-4 shrink-0 translate-y-0.5" />
|
||||||
<Trans i18nKey="priceIncreaseInfo">
|
<Trans i18nKey="priceIncreaseInfo">
|
||||||
Prices will be adjusted regularly as more features are added
|
Prices will be adjusted regularly as more features are added
|
||||||
</Trans>
|
</Trans>
|
||||||
|
@ -180,7 +180,7 @@ const Page: NextPageWithLayout = () => {
|
||||||
<Trans i18nKey="faq" defaults="Frequently Asked Questions"></Trans>
|
<Trans i18nKey="faq" defaults="Frequently Asked Questions"></Trans>
|
||||||
</h2>
|
</h2>
|
||||||
<div className="divide-y">
|
<div className="divide-y">
|
||||||
<div className="grid gap-x-8 gap-y-2 py-4 md:grid-cols-3">
|
<div className="grid grid-cols-1 gap-x-8 gap-y-2 py-4 md:grid-cols-3">
|
||||||
<h3 className="col-span-1">
|
<h3 className="col-span-1">
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="faq_canUseFree"
|
i18nKey="faq_canUseFree"
|
||||||
|
@ -203,7 +203,7 @@ const Page: NextPageWithLayout = () => {
|
||||||
></Trans>
|
></Trans>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid gap-x-8 gap-y-2 py-4 md:grid-cols-3">
|
<div className="grid grid-cols-1 gap-x-8 gap-y-2 py-4 md:grid-cols-3">
|
||||||
<h3 className="col-span-1">
|
<h3 className="col-span-1">
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="faq_whyUpgrade"
|
i18nKey="faq_whyUpgrade"
|
||||||
|
@ -217,7 +217,7 @@ const Page: NextPageWithLayout = () => {
|
||||||
></Trans>
|
></Trans>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid gap-x-8 gap-y-2 py-4 md:grid-cols-3">
|
<div className="grid grid-cols-1 gap-x-8 gap-y-2 py-4 md:grid-cols-3">
|
||||||
<h3 className="col-span-1">
|
<h3 className="col-span-1">
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="faq_howToUpgrade"
|
i18nKey="faq_howToUpgrade"
|
||||||
|
@ -240,7 +240,7 @@ const Page: NextPageWithLayout = () => {
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid gap-x-8 gap-y-2 py-4 md:grid-cols-3">
|
<div className="grid grid-cols-1 gap-x-8 gap-y-2 py-4 md:grid-cols-3">
|
||||||
<h3 className="col-span-1">
|
<h3 className="col-span-1">
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="faq_cancelSubscription"
|
i18nKey="faq_cancelSubscription"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue