跳转联盟AI站
This commit is contained in:
parent
72832f71bb
commit
51407408a2
@ -111,7 +111,7 @@ export default function SideBar() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Link
|
<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"
|
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">
|
<span className="btn-icon">
|
||||||
|
@ -293,7 +293,10 @@ export default function PageTeach() {
|
|||||||
Your shortcut to effortless video story telling.
|
Your shortcut to effortless video story telling.
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-tf-primary-container mx-auto lg:mx-0">
|
<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
|
Create Videos Now
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -108,7 +108,10 @@ export default function PageExpect() {
|
|||||||
{t("aiPowered")}
|
{t("aiPowered")}
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-tf-primary-container mx-auto lg:mx-0">
|
<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")}
|
{t("createVideosNow")}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -43,7 +43,7 @@ export default function PageHeader() {
|
|||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="btn-tf btn-tf-secondary lg:flex"
|
className="btn-tf btn-tf-secondary lg:flex"
|
||||||
href="/create"
|
href="https://www.revid.ai?aff=nVYypb"
|
||||||
>
|
>
|
||||||
{t("button")}
|
{t("button")}
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -23,7 +23,10 @@ export default function PageIntro() {
|
|||||||
{t("description.line3")}
|
{t("description.line3")}
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-tf-primary-container w-fit mx-auto lg:mx-0">
|
<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")}
|
{t("startForFree")}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -56,7 +56,10 @@ export default function PageRemark() {
|
|||||||
{t("description")}
|
{t("description")}
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-tf-primary-container mx-auto lg:mx-0">
|
<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")}
|
{t("createVideosNow")}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user