update product links

main
Ryan Moon 2024-08-12 01:49:38 -04:00
parent ed228020ac
commit 72bc9fba05
1 changed files with 2 additions and 2 deletions

View File

@ -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>