跳转联盟AI站
This commit is contained in:
parent
72832f71bb
commit
51407408a2
@ -111,7 +111,7 @@ export default function SideBar() {
|
||||
</div>
|
||||
|
||||
<Link
|
||||
href="/create"
|
||||
href="https://www.revid.ai?aff=nVYypb"
|
||||
className="inline-flex gap-1.5 items-center justify-center whitespace-nowrap z-0 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-black border border-black relative text-white px-4 py-2 rounded-md w-full"
|
||||
>
|
||||
<span className="btn-icon">
|
||||
|
@ -293,7 +293,10 @@ export default function PageTeach() {
|
||||
Your shortcut to effortless video story telling.
|
||||
</p>
|
||||
<div className="btn-tf-primary-container mx-auto lg:mx-0">
|
||||
<a className="btn-tf btn-tf-primary" href="/create">
|
||||
<a
|
||||
className="btn-tf btn-tf-primary"
|
||||
href="https://www.revid.ai?aff=nVYypb"
|
||||
>
|
||||
Create Videos Now
|
||||
</a>
|
||||
</div>
|
||||
|
@ -108,7 +108,10 @@ export default function PageExpect() {
|
||||
{t("aiPowered")}
|
||||
</p>
|
||||
<div className="btn-tf-primary-container mx-auto lg:mx-0">
|
||||
<a className="btn-tf btn-tf-primary" href="/create">
|
||||
<a
|
||||
className="btn-tf btn-tf-primary"
|
||||
href="https://www.revid.ai?aff=nVYypb"
|
||||
>
|
||||
{t("createVideosNow")}
|
||||
</a>
|
||||
</div>
|
||||
|
@ -43,7 +43,7 @@ export default function PageHeader() {
|
||||
<li>
|
||||
<Link
|
||||
className="btn-tf btn-tf-secondary lg:flex"
|
||||
href="/create"
|
||||
href="https://www.revid.ai?aff=nVYypb"
|
||||
>
|
||||
{t("button")}
|
||||
</Link>
|
||||
|
@ -23,7 +23,10 @@ export default function PageIntro() {
|
||||
{t("description.line3")}
|
||||
</p>
|
||||
<div className="btn-tf-primary-container w-fit mx-auto lg:mx-0">
|
||||
<a className="btn-tf btn-tf-primary" href="/projects">
|
||||
<a
|
||||
className="btn-tf btn-tf-primary"
|
||||
href="https://www.revid.ai?aff=nVYypb"
|
||||
>
|
||||
{t("startForFree")}
|
||||
</a>
|
||||
</div>
|
||||
|
@ -56,7 +56,10 @@ export default function PageRemark() {
|
||||
{t("description")}
|
||||
</p>
|
||||
<div className="btn-tf-primary-container mx-auto lg:mx-0">
|
||||
<a className="btn-tf btn-tf-primary" href="/create">
|
||||
<a
|
||||
className="btn-tf btn-tf-primary"
|
||||
href="https://www.revid.ai?aff=nVYypb"
|
||||
>
|
||||
{t("createVideosNow")}
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user