A modern website for the premier technical textile fest showcasing innovation and technology in textiles.
- Modern, responsive design
- Interactive animations
- Mobile-friendly navigation
- Clean and professional UI
- Sections for Gallery, Sponsors, About, and Contact
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Framer Motion
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the result.
vastra/
├── app/
│ ├── components/
│ │ └── Navigation.tsx
│ ├── styles/
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
├── public/
│ └── images/
├── package.json
├── tailwind.config.js
└── tsconfig.json
app/page.tsx
: Main homepageapp/components/
: Reusable componentsapp/globals.css
: Global styles and Tailwind importspublic/images/
: Static images and assets
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request