feat: remove TurboStarter branding and add Demo nav link

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-22 21:11:59 +00:00
parent a277d292e2
commit 12c3cfe2d5
4 changed files with 7 additions and 3 deletions

View File

@@ -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 () => {
&copy; {new Date().getFullYear()} {appConfig.name}.{" "}
{t("legal.copyright")}.
</p>
<BuiltWith />
</div>
</div>
</div>

View File

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

View File

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

View File

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