This is a website developed for "Veta Solutions," where users can learn about IT services offered and contact the company through WhatsApp for custom solutions.
- React
- TypeScript
- Vite
- Material UI
- Tailwind CSS
- Lucide React (for icons)
- Information about IT services including custom software development, marketing solutions, and 24/7 support
- Multi-language support (English and Spanish)
- Responsive design with mobile navigation
- WhatsApp integration for direct customer contact
- Smooth scrolling navigation
- Node.js 18+
- npm or yarn
-
Clone the repository:
git clone <REPO_URL> cd vezeta
-
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open in the browser: http://localhost:5173
src/
├── App.tsx # Main application component
├── main.tsx # Entry point
├── index.css # Global styles
└── utils/
├── LanguageContext.tsx # Language provider for i18n
├── translations.ts # Language string resources
├── whatsapp.ts # WhatsApp integration
└── scrollTo.ts # Smooth scrolling utility
npm run build
# or
yarn buildThe built files will be in the dist directory.
npm run preview
# or
yarn previewThe site is deployed on Vercel. The production version is available at: https://vezeta.vercel.app/
This project is licensed under the MIT License.