feat: remove TurboStarter branding and add Demo nav link
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { getTranslation } from "@turbostarter/i18n/server";
|
||||
import { isExternal } from "@turbostarter/shared/utils";
|
||||
import { BuiltWith } from "@turbostarter/ui-web/built-with";
|
||||
|
||||
import { Icons } from "@turbostarter/ui-web/icons";
|
||||
|
||||
import { appConfig } from "~/config/app";
|
||||
@@ -126,8 +126,6 @@ export const Footer = async () => {
|
||||
© {new Date().getFullYear()} {appConfig.name}.{" "}
|
||||
{t("legal.copyright")}.
|
||||
</p>
|
||||
|
||||
<BuiltWith />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -13,6 +13,10 @@ const links = [
|
||||
label: "marketing:howItWorks.label",
|
||||
href: "/#how-it-works",
|
||||
},
|
||||
{
|
||||
label: "marketing:demoLabel",
|
||||
href: "/#report-preview",
|
||||
},
|
||||
{
|
||||
label: "billing:pricing.label",
|
||||
href: pathsConfig.marketing.pricing,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"demoLabel": "Demo",
|
||||
"product": {
|
||||
"title": "See exactly what's driving your Google rating",
|
||||
"description": "WhyRating analyzes every review and shows you what customers love, what frustrates them, and what to fix first. Enterprise-grade insights. Small business price. No subscription."
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"demoLabel": "Demo",
|
||||
"product": {
|
||||
"title": "Descubre qué está impulsando tu calificación en Google",
|
||||
"description": "WhyRating analiza cada reseña y te muestra qué les encanta a tus clientes, qué les frustra y qué deberías corregir primero. Análisis de nivel empresarial. Precio para pequeños negocios. Sin suscripción."
|
||||
|
||||
Reference in New Issue
Block a user