Add Wix partner profile CTA in hero
cgen-7fc2edcd4a714851ab0fa40277449388
This commit is contained in:
parent
e7926bee47
commit
445f9f66de
2 changed files with 4 additions and 1 deletions
|
|
@ -31,6 +31,9 @@ export default function WixHero() {
|
||||||
<Button asChild variant="ghost">
|
<Button asChild variant="ghost">
|
||||||
<Link to="/wix/faq">FAQ</Link>
|
<Link to="/wix/faq">FAQ</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button asChild variant="outline">
|
||||||
|
<a href="https://www.wix.com/studio/community/partners/aethex" target="_blank" rel="noreferrer">Wix Partner Profile</a>
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
export type Partner = { name: string; tier?: string | null; url?: string | null };
|
export type Partner = { name: string; tier?: string | null; url?: string | null };
|
||||||
|
|
||||||
export const partners: Partner[] = [
|
export const partners: Partner[] = [
|
||||||
{ name: "Wix", tier: "Official Agency Partner", url: "https://www.wix.com/partners" },
|
{ name: "Wix", tier: "Official Agency Partner", url: "https://www.wix.com/studio/community/partners/aethex" },
|
||||||
];
|
];
|
||||||
|
|
||||||
export default partners;
|
export default partners;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue