diff --git a/apps/web/src/modules/marketing/home/report-preview.tsx b/apps/web/src/modules/marketing/home/report-preview.tsx index 4a05ba7..8cc07ee 100644 --- a/apps/web/src/modules/marketing/home/report-preview.tsx +++ b/apps/web/src/modules/marketing/home/report-preview.tsx @@ -101,10 +101,10 @@ type Tab = (typeof TABS)[number]; function ScoreTab() { const { t } = useTranslation("marketing"); - const radius = 65; + const radius = 58; const stroke = 10; const cx = 100; - const cy = 72; + const cy = 68; const circumference = Math.PI * radius; const offset = circumference - (SCORE / 100) * circumference; @@ -116,12 +116,11 @@ function ScoreTab() { {t("reportPreview.demo.businessName")} -
+
{SCORE} diff --git a/packages/i18n/src/translations/en/marketing.json b/packages/i18n/src/translations/en/marketing.json index 5bbc789..4a6fed9 100644 --- a/packages/i18n/src/translations/en/marketing.json +++ b/packages/i18n/src/translations/en/marketing.json @@ -11,7 +11,7 @@ "announcement": "Reputation Blueprint — now available", "cta": { "question": "Ready to understand your reviews?", - "button": "Analyze my reviews", + "button": "Analyze my business", "secondary": "See a sample report", "buy": { "question": "Ready to understand your reviews?", diff --git a/packages/i18n/src/translations/es/marketing.json b/packages/i18n/src/translations/es/marketing.json index 09232c7..dee8a98 100644 --- a/packages/i18n/src/translations/es/marketing.json +++ b/packages/i18n/src/translations/es/marketing.json @@ -11,7 +11,7 @@ "announcement": "Radiografía de Reputación — ya disponible", "cta": { "question": "¿Listo para entender tus reseñas?", - "button": "Analiza mis reseñas", + "button": "Analiza mi negocio", "secondary": "Ver un informe de ejemplo", "buy": { "question": "¿Listo para entender tus reseñas?",