feat: redesign landing page with report-inspired visuals and conversion optimization

Add tabbed report preview (score gauge, domains, issues, actions), annotated
review evidence cards with sentiment highlights, social proof bar, and visual
how-it-works mockups. Enhance hero with stat pills, testimonials with stars,
and banner with mini gauge. Remove redundant features section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-22 16:01:49 +00:00
parent a73ddcb525
commit e0bf1b534b
11 changed files with 1101 additions and 99 deletions

View File

@@ -18,6 +18,9 @@
}
}
},
"banner": {
"urgency": "See what your reviews really say"
},
"editToReload": "Edit <code>{{file}}</code> and save to reload.",
"workInProgress": {
"title": "We're working on it!",
@@ -42,26 +45,115 @@
}
}
},
"hero": {
"stats": {
"reviews": "596+ Reviews Analyzed",
"score": "83.3 Reputation Score",
"issues": "7 Critical Issues Found"
}
},
"socialProof": {
"reports": "6 Domains Scored",
"rating": "37 Dimensions Analyzed",
"dimensions": "1 Actionable Blueprint"
},
"reportPreview": {
"label": "See Your Report",
"title": "This is what you get",
"description": "A real preview of the Reputation Blueprint — the exact analysis your business receives.",
"tabs": {
"score": "Score",
"domains": "Domains",
"issues": "Issues",
"actions": "Actions"
},
"cta": "Get yours for your business",
"demo": {
"businessName": "Bistro El Sol",
"scoreLabel": "Reputation Score",
"pillars": {
"ratingQuality": "Rating Quality",
"sentimentDepth": "Sentiment Depth",
"volume": "Review Volume",
"momentum": "Momentum",
"intensity": "Intensity"
},
"domains": {
"operations": "Operations",
"product": "Product",
"journey": "Customer Journey",
"environment": "Environment",
"value": "Value",
"management": "Management"
},
"issues": {
"issue1": {
"title": "Slow service during peak hours",
"domain": "Operations",
"complaints": "23 complaints",
"severity": "Critical",
"quote": "\"Waited 40 minutes for our food on a Saturday night — unacceptable.\""
},
"issue2": {
"title": "Inconsistent food temperature",
"domain": "Product",
"complaints": "15 complaints",
"severity": "High",
"quote": "\"The pasta arrived lukewarm. It's happened more than once.\""
},
"issue3": {
"title": "Limited parking availability",
"domain": "Environment",
"complaints": "11 complaints",
"severity": "Medium",
"quote": "\"Love the food but finding parking is a nightmare.\""
}
},
"actions": {
"action1": {
"title": "Add a runner during FridaySunday dinner service",
"effort": "Low",
"impact": "High"
},
"action2": {
"title": "Implement kitchen ticket timing alerts",
"effort": "Medium",
"impact": "High"
},
"action3": {
"title": "Partner with nearby lot for validated parking",
"effort": "Medium",
"impact": "Medium"
}
}
}
},
"reviewEvidence": {
"label": "Deep Review Analysis",
"title": "We read what you can't",
"description": "Your reviews contain hidden patterns. Our AI highlights every positive, negative, and mixed mention — so you see exactly what customers are telling you between the lines.",
"cta": "See what's hiding in your reviews"
},
"features": {
"label": "What You Get",
"title": "Everything hidden in your reviews, revealed",
"description": "Your Reputation Blueprint gives you the full picture — not just stars, but the story behind them.",
"feature": {
"score": {
"title": "Reputation Score 0100",
"description": "One number that captures your overall reputation health, benchmarked against your industry."
"title": "Reputation Score",
"stat": "0100"
},
"domains": {
"title": "6 Domain Analysis",
"description": "Deep dive into Service, Product, Atmosphere, Value, Cleanliness, and Management — each scored independently."
"title": "Domains Analyzed",
"stat": "6"
},
"plan": {
"title": "Prioritized Action Plan",
"description": "Know exactly what to fix first. We rank issues by impact so you spend time where it matters most."
"title": "Aspects Scored",
"stat": "37"
},
"insights": {
"title": "Staff & Trend Insights",
"description": "See which team members customers mention by name, and track how your reputation changes over time."
"title": "Prioritized Actions",
"stat": "∞"
}
}
},