Trova Tstra is a modern web application built with Next.js and Tailwind CSS. It provides a dynamic platform for businesses, companies, and individuals to explore information about various services, career opportunities, and contact details.
- Responsive design using Tailwind CSS, GSAP
- Multiple sections: About, Business, Careers, Company, Contact
- Node.js (v16 or higher recommended)
- npm or yarn
Clone the repository:
git clone https://github.com/lilithCode/trova-tstra.git
cd trova-tstraInstall dependencies:
npm install
# or
yarn installnpm run dev
# or
yarn devOpen http://localhost:3000 to view the app in your browser.
npm run build
npm startsrc/app/- Main application pages and layoutsrc/components/- Reusable React componentspublic/- Static assets and SVG illustrations
You can modify the content and styles by editing the files in the src/app/ and src/components/ directories. Tailwind CSS configuration is in tailwind.config.js.
This project is licensed under the MIT License.