Add trust-building section displaying live user statistics from Supabase auth.
- Create TrustedBy component with animated user counter and use case cards
- Add fetchUserCount() function to query Supabase for total registered users
- Create get_total_user_count() RPC migration to access auth.users table
- Position TrustedBy section between Features and GetStarted on landing page
- Update README.md with "Trusted Worldwide" section
- Display four use case categories: Production Companies, Corporate Events, Broadcast & Theater, and Freelancers
- Implement smooth counter animation for visual engagement
- Handle errors gracefully with fallback display
User description
Add trust-building section displaying live user statistics from Supabase auth.
PR Type
Enhancement
Description
Add TrustedBy component with animated user counter
Create Supabase RPC function for user count
Display use case categories for different professionals
Position section between Features and GetStarted
Diagram Walkthrough
File Walkthrough
supabase.ts
Add user count fetching functionapps/web/src/lib/supabase.ts
fetchUserCount()function to query user statisticsTrustedBy.tsx
Create TrustedBy component with animationsapps/web/src/components/TrustedBy.tsx
Landing.tsx
Integrate TrustedBy into landing pageapps/web/src/pages/Landing.tsx
20250929000000_create_get_total_user_count_rpc.sql
Add user count RPC functionsupabase/migrations/20250929000000_create_get_total_user_count_rpc.sql
README.md
Add trusted worldwide sectionREADME.md