AI-powered
web and mobile
in 12 weeks
{/* Tech Stack */}
{[
{ name: 'React', color: 'bg-blue-100 text-blue-700' },
{ name: 'Node.js', color: 'bg-green-100 text-green-700' },
{ name: 'NestJS', color: 'bg-red-100 text-red-700' },
{ name: 'MySQL', color: 'bg-orange-100 text-orange-700' },
{ name: 'MongoDB', color: 'bg-green-100 text-green-700' },
{ name: 'Nginx', color: 'bg-green-100 text-green-700' },
{ name: 'Redis', color: 'bg-red-100 text-red-700' },
{ name: 'TypeScript', color: 'bg-blue-100 text-blue-700' }
].map((tech, index) => (
#{tech.name.toLowerCase()}
))}