From 12c3cfe2d59e6eb4c4673192c40471fb044d6d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:11:59 +0000 Subject: [PATCH] feat: remove TurboStarter branding and add Demo nav link Co-Authored-By: Claude Opus 4.6 --- apps/web/src/modules/marketing/layout/footer.tsx | 4 +--- apps/web/src/modules/marketing/layout/header/header.tsx | 4 ++++ packages/i18n/src/translations/en/marketing.json | 1 + packages/i18n/src/translations/es/marketing.json | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/web/src/modules/marketing/layout/footer.tsx b/apps/web/src/modules/marketing/layout/footer.tsx index ba1f1e2..8ba029d 100644 --- a/apps/web/src/modules/marketing/layout/footer.tsx +++ b/apps/web/src/modules/marketing/layout/footer.tsx @@ -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")}.

- - diff --git a/apps/web/src/modules/marketing/layout/header/header.tsx b/apps/web/src/modules/marketing/layout/header/header.tsx index f3803ae..46610a9 100644 --- a/apps/web/src/modules/marketing/layout/header/header.tsx +++ b/apps/web/src/modules/marketing/layout/header/header.tsx @@ -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, diff --git a/packages/i18n/src/translations/en/marketing.json b/packages/i18n/src/translations/en/marketing.json index 586b544..5218cf3 100644 --- a/packages/i18n/src/translations/en/marketing.json +++ b/packages/i18n/src/translations/en/marketing.json @@ -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." diff --git a/packages/i18n/src/translations/es/marketing.json b/packages/i18n/src/translations/es/marketing.json index 443b33c..f12c6fc 100644 --- a/packages/i18n/src/translations/es/marketing.json +++ b/packages/i18n/src/translations/es/marketing.json @@ -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."