A modern web application for IDES INTERIOR featuring IDESA, a virtual interior design assistant.
├── backend/
│ ├── index.ts # Main API entry point with Hono
│ └── README.md
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main application component
│ │ ├── Header.tsx # Header component
│ │ ├── Footer.tsx # Footer component
│ │ ├── Hero.tsx # Hero section component
│ │ ├── Services.tsx # Services section component
│ │ ├── Portfolio.tsx # Portfolio section component
│ │ ├── About.tsx # About section component
│ │ ├── Contact.tsx # Contact section component
│ │ └── ChatAssistant.tsx # IDESA chat assistant component
│ ├── assets/
│ │ └── logo.svg # Logo SVG
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend JS entry point
│ └── README.md
├── README.md
└── shared/
├── README.md
└── types.ts # Shared types