VEXA TECH is a high-performance, growth-focused digital partner that combines intentional strategy, immersive design, and meticulous engineering to help businesses launch stronger and scale confidently.
- Cinematic Experience: Immersive landing pages with shader-based heroes and Framer Motion animations.
- Premium Design System: Tailored glassmorphism-inspired UI with high-end typography and interactive elements.
- Advanced Admin Dashboard: Secure, real-time lead management system with analytics and tracking.
- Instant Notifications: Automated WhatsApp and Email lead alerts via Twilio and Nodemailer.
- Animated Timeline: Interactive "How We Work" journey featuring curved SVG path animations and scroll-linked progress.
- Standalone Legal Routes: Dedicated, SEO-optimized routes for Privacy, Terms, and Support.
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS v4
- Animations: Framer Motion & GSAP
- Backend: Firebase (Firestore) & Twilio
- Smooth Interaction: Lenis for professional scrolling depth.
Ensure you have Node.js (v18+) installed.
Create a .env.local file in the root directory and add the following:
# Twilio Configuration
TWILIO_ACCOUNT_SID=your_sid
TWILIO_AUTH_TOKEN=your_token
TWILIO_WHATSAPP_FROM=whatsapp:+your_number
TWILIO_WHATSAPP_TO_1=whatsapp:+target_number
# Firebase Configuration
NEXT_PUBLIC_FIREBASE_API_KEY=your_key
# ... other firebase vars
# Email Configuration
GMAIL_USER=your_email
GMAIL_APP_PASSWORD=your_app_passwordnpm installnpm run devOpen http://localhost:3000 to see the live project.
The project is optimized for deployment on Vercel. ensure all environment variables are correctly configured in the Vercel dashboard.
Designed and Engineered by VEXA TECH Team.