feat: visual polish, nav login link, pricing badge fix, cursor fix, button contrast

- Hero mockup: enhanced 3D perspective and shadow
- Testimonials: illustrated SVG avatars
- Growth pricing card: visual prominence (scale, gradient, badge)
- Most Popular badge: repositioned to avoid overlapping heading
- Nav: added Log In link next to Start Free Trial
- Fixed btn-primary text colour on anchor tags (white on blue)
- Fixed cursor: default on all non-interactive elements
- Disabled user-select on non-form content to prevent text caret
This commit is contained in:
Peter Foster
2026-02-14 14:17:15 +00:00
parent d431d0fcfa
commit f969ecae04
69 changed files with 23884 additions and 471 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "tenderpilot-backend",
"name": "tenderradar-backend",
"version": "1.0.0",
"description": "TenderPilot MVP Backend",
"description": "TenderRadar MVP Backend",
"main": "server.js",
"type": "module",
"scripts": {
@@ -9,13 +9,16 @@
"dev": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"pg": "^8.10.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.0",
"jsonwebtoken": "^9.0.0",
"dotenv": "^16.3.1",
"cheerio": "^1.2.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.10.0",
"axios": "^1.5.0"
"jsonwebtoken": "^9.0.0",
"nodemailer": "^8.0.1",
"pg": "^8.10.0",
"stripe": "^20.3.1"
}
}