update product links
parent
ed228020ac
commit
72bc9fba05
|
@ -5,11 +5,11 @@
|
|||
<template>
|
||||
<div class="products">
|
||||
<h2>Tinysites Products</h2>
|
||||
<NuxtLink :to="host + '/new'" target="_BLANK">
|
||||
<NuxtLink :to="host + 'new'" target="_BLANK">
|
||||
<h3>Website Builder</h3>
|
||||
<p>Sharing recipes or starting a business, we make it easy to launch your website.</p>
|
||||
</NuxtLink>
|
||||
<NuxtLink :to="host + '/pricing#domains'" target="_BLANK">
|
||||
<NuxtLink :to="host + 'pricing#domains'" target="_BLANK">
|
||||
<h3>Domain Names</h3>
|
||||
<p>Host your website using a domain name with one of our premium extensions.</p>
|
||||
</NuxtLink>
|
||||
|
|
Loading…
Reference in New Issue