A modern, Google-compliant mobile experience built by MediaFluent / SmashPro Digital for Servicios El Paisano — empowering local communities with fast, accessible services.
This is a full mobile platform transformation — evolving from a basic website wrapper into a true native application that meets modern Google Play & App Store standards.
Built for:
- 📍 Local service businesses
- 🌐 Bilingual communities
- ⚡ Fast, mobile-first experiences
- Built with Expo + React Native
- Smooth navigation (no WebView dependency)
- Optimized for Android + iOS performance
- Global EN / ES toggle
- Fully mirrored content system
- Seamless switching across all screens
- JSON-driven content layer
- Optional website parsing pipeline
- Future-ready for API integration
- Dynamic images (from content source)
- Local fallbacks for reliability
- Auto-rotating + touch-controlled UX
- Quick service access
- Call + request flows
- Location + hours surfaced instantly
app/
├── index.tsx # Home (carousel + business info)
├── services.tsx # Service listings
├── request.tsx # Request form
├── contact.tsx # Contact + location
components/
├── Shell.tsx # UI system (header, tabs, cards)
hooks/
├── useLanguage.tsx # Global EN/ES state
├── useSiteContent.ts
services/
├── content.ts # Content resolver (tText)
data/
├── site-content.json # Source of truth
scripts/
├── parse-site.mjs # Website → JSON pipeline